diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-02-13 19:20:43 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-02-13 19:20:43 +0000 |
| commit | 189a0ba4e7490ac3ea73972547d9f6635ed33c68 (patch) | |
| tree | b4381b03c7c3b39c03103c1e88f1d92ee694b1d2 | |
| parent | 1094bdca51ee8b07786c269bd63285199da673a9 (diff) | |
Notes
| -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 3156b85d9d9f..68a69bbce6b3 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. |
