X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj_mcast.c;h=9fbad482600fff21441a40cdb737407bf1a40502;hb=refs%2Fchanges%2F30%2F12930%2F6;hp=593c1b66a8af61380e574ebb61eed8ef2aefab75;hpb=f4fd0d4217ab6c41fe6b093871bd40ac130e6486;p=vpp.git diff --git a/src/vnet/adj/adj_mcast.c b/src/vnet/adj/adj_mcast.c index 593c1b66a8a..9fbad482600 100644 --- a/src/vnet/adj/adj_mcast.c +++ b/src/vnet/adj/adj_mcast.c @@ -69,7 +69,7 @@ adj_mcast_add_or_lock (fib_protocol_t proto, adj_mcasts[proto][sw_if_index] = adj_get_index(adj); adj_lock(adj_get_index(adj)); - vnet_rewrite_init(vnm, sw_if_index, + vnet_rewrite_init(vnm, sw_if_index, link_type, adj_get_mcast_node(proto), vnet_tx_node_index_for_sw_interface(vnm, sw_if_index), &adj->rewrite_header);