diff options
Diffstat (limited to 'src/vnet/adj')
-rw-r--r-- | src/vnet/adj/adj_midchain.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |