fix:vxlan mcast adj - added as ucast dpo adj 27/5527/3
authorEyal Bari <ebari@cisco.com>
Sun, 26 Feb 2017 13:27:27 +0000 (15:27 +0200)
committerNeale Ranns <nranns@cisco.com>
Mon, 27 Feb 2017 08:57:17 +0000 (08:57 +0000)
Change-Id: Ic2447313075cd46f265202dffaaac894f48ddf6d
Signed-off-by: Eyal Bari <ebari@cisco.com>
src/vnet/vxlan/vxlan.c

index eedc16f..f373a28 100644 (file)
@@ -550,7 +550,7 @@ int vnet_vxlan_add_del_tunnel
           mcast_shared_t ep = mcast_shared_get(&t->dst);
 
           /* Stack shared mcast dst mac addr rewrite on encap */
-          dpo_set (&dpo, DPO_ADJACENCY,
+          dpo_set (&dpo, DPO_ADJACENCY_MCAST,
                    fib_proto_to_dpo(fp),
                    ep.mcast_adj_index);