diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-02 18:55:34 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-02 18:55:34 +0000 |
| commit | 8f4f0362606f0850248d596fe6ae02e45d30bcec (patch) | |
| tree | 00dab090077985859ff01f4de3b049e152ea4d03 /sys/netinet/ip_input.c | |
| parent | e8c76d4d79c247907659aeb5c6ef992c1446bb40 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 9c57dff56409..98d26677c2d7 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 - * $Id: ip_input.c,v 1.50 1996/10/25 17:57:45 fenner Exp $ + * $Id: ip_input.c,v 1.50.2.1 1996/11/11 23:40:45 phk Exp $ * $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $ */ @@ -320,6 +320,7 @@ tooshort: #else action = (*ip_fw_chk_ptr)(&ip, hlen, m->m_pkthdr.rcvif, 0, &m); #endif + ip_divert_ignore = 0; if (action == -1) return; if (action != 0) { |
