tap: add support for persistance
[vpp.git] / src / vnet / devices / tap / tapv2.api
index ec8bd45..ccbbe15 100644 (file)
@@ -27,6 +27,9 @@ 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