L2 over LISP and GRE (VPP-457)
[vpp.git] / vnet / vnet / vnet.h
index 31faef7..a3cbd37 100644 (file)
@@ -50,6 +50,13 @@ typedef enum
   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>