tap: add support for persistance
[vpp.git] / src / vnet / devices / tap / tapv2.api
index 861fe17..ccbbe15 100644 (file)
@@ -28,6 +28,8 @@ import "vnet/ip/ip_types.api";
 enum tap_flags {
         TAP_FLAG_GSO = 1,
         TAP_FLAG_CSUM_OFFLOAD = 2,
+       TAP_FLAG_PERSIST = 4,
+       TAP_FLAG_ATTACH = 8,
 };
 
 /** \brief Initialize a new tap interface with the given parameters