X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Ftap%2Ftapv2.api;h=9113458852fc5a49146dbe5a77f335b0fa8680f3;hb=206acf84d;hp=861fe17095952f6ccfcbf5d81ac8ef6b48b32ab2;hpb=ba0061feba13a11fc1c1af551bc4c26eccbd2f2c;p=vpp.git diff --git a/src/vnet/devices/tap/tapv2.api b/src/vnet/devices/tap/tapv2.api index 861fe170959..9113458852f 100644 --- a/src/vnet/devices/tap/tapv2.api +++ b/src/vnet/devices/tap/tapv2.api @@ -28,6 +28,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, + TAP_FLAG_TUN = 16, }; /** \brief Initialize a new tap interface with the given parameters