summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/vnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/vnet.h')
-rw-r--r--vnet/vnet/vnet.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/vnet/vnet/vnet.h b/vnet/vnet/vnet.h
index 3bca6bf4f3d..31faef7cbb9 100644
--- a/vnet/vnet/vnet.h
+++ b/vnet/vnet/vnet.h
@@ -44,9 +44,10 @@
typedef enum
{
- VNET_UNICAST,
- VNET_MULTICAST,
- VNET_N_CAST,
+ VNET_IP_RX_UNICAST_FEAT,
+ VNET_IP_RX_MULTICAST_FEAT,
+ VNET_IP_TX_FEAT,
+ VNET_N_IP_FEAT,
} vnet_cast_t;
#include <vnet/unix/pcap.h>