X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Ftap%2Ftapv2.api;h=ccbbe15816018eea7dd6bd41c4420bce04ff38cb;hp=861fe17095952f6ccfcbf5d81ac8ef6b48b32ab2;hb=b49bc1ae6;hpb=ea2abbaeaf34a4652e970fd1e2f60c0d377ebde4 diff --git a/src/vnet/devices/tap/tapv2.api b/src/vnet/devices/tap/tapv2.api index 861fe170959..ccbbe158160 100644 --- a/src/vnet/devices/tap/tapv2.api +++ b/src/vnet/devices/tap/tapv2.api @@ -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