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.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnet/vnet/vnet.h b/vnet/vnet/vnet.h
index a3cbd37903c..98b29e9c0d3 100644
--- a/vnet/vnet/vnet.h
+++ b/vnet/vnet/vnet.h
@@ -42,21 +42,6 @@
#include <vppinfra/types.h>
-typedef enum
-{
- VNET_IP_RX_UNICAST_FEAT,
- VNET_IP_RX_MULTICAST_FEAT,
- VNET_IP_TX_FEAT,
- VNET_N_IP_FEAT,
-} vnet_cast_t;
-
-#define VNET_CAST_NAMES { \
- [VNET_IP_RX_UNICAST_FEAT] = "rx-unicast", \
- [VNET_IP_RX_MULTICAST_FEAT] = "rx-multicast", \
- [VNET_IP_TX_FEAT] = "tx", \
-}
-
-
#include <vnet/unix/pcap.h>
#include <vnet/buffer.h>
#include <vnet/config.h>