diff options
-rw-r--r-- | sys/netinet/ip_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 3156b85..68a69bb 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -556,7 +556,7 @@ pass: checkif = ip_checkinterface && (ipforwarding == 0) && m->m_pkthdr.rcvif != NULL && ((m->m_pkthdr.rcvif->if_flags & IFF_LOOPBACK) == 0) && - (args.next_hop == NULL); + (args.next_hop == NULL) && (dchg == 0); /* * Check for exact addresses in the hash bucket. |