From 3b8f501c39f1b366c5a778407cb64a9ee278c32a Mon Sep 17 00:00:00 2001 From: shin Date: Sat, 8 Jan 2000 12:53:48 +0000 Subject: prevent kernel panic which happens when either of IPSEC and IPDIVERT is enabled. Confirmed by: Eugene M. Kim --- sys/netinet/ip_divert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/ip_divert.c') diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index 5c2cd76..6506c8e 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -297,7 +297,7 @@ div_output(so, m, addr, control) ipstat.ips_rawout++; /* XXX */ error = ip_output(m, inp->inp_options, &inp->inp_route, (so->so_options & SO_DONTROUTE) | - IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_SOCKINMRCVIF, + IP_ALLOWBROADCAST | IP_RAWOUTPUT, inp->inp_moptions); } else { struct ifaddr *ifa; -- cgit v1.1