make test: Add classifier - ip/mac/pbr cases
[vpp.git] / vnet / vnet / vxlan / vxlan.h
index 3041df2..f475bba 100644 (file)
@@ -85,8 +85,12 @@ typedef struct {
   ip46_address_t src;
   ip46_address_t dst;
 
+  /* mcast packet output intfc index (used only if dst is mcast) */
   u32 mcast_sw_if_index;
 
+  /* decap next index */
+  u32 decap_next_index;
+
   /* The FIB index for src/dst addresses */
   u32 encap_fib_index;