X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj_midchain.c;h=fcd6993586e53946038218e8a1518df8cdb8419c;hb=174959cd968fc491d5ad81d30d964ec7d95c6f8d;hp=33da0ed829e1df46c3816393d7e673316cd214c5;hpb=3d5f6229bccf77fcf7e0e17ab4f1b361fedd1b2b;p=vpp.git diff --git a/src/vnet/adj/adj_midchain.c b/src/vnet/adj/adj_midchain.c index 33da0ed829e..fcd6993586e 100644 --- a/src/vnet/adj/adj_midchain.c +++ b/src/vnet/adj/adj_midchain.c @@ -513,7 +513,7 @@ adj_nbr_midchain_update_rewrite (adj_index_t adj_index, * one time only update. since we don't support changing the tunnel * src,dst, this is all we need. */ - if (adj->lookup_next_index != IP_LOOKUP_NEXT_MIDCHAIN || + if (adj->lookup_next_index != IP_LOOKUP_NEXT_MIDCHAIN && adj->lookup_next_index != IP_LOOKUP_NEXT_MCAST_MIDCHAIN) { adj_midchain_setup(adj_index, fixup, fixup_data, flags);