This commit unbreaks the startup 'rc' scripts for ipfw. The IPDIVERT thing is not that easy to fix unfortunatly. What I can do is to build IPDIVERT into the KLD when it was as option on the kernel config (but IPFIREWALL was missing). However if someone tries to use this KLD with a kernel that does not have IPDIVERT compiled in, it will fail to load. Not much harm done... Well, I'm going to do it this way. It's the most useful behaviour. Commit comes in a few minutes. -- Andre
attached mail follows:
andre 2004-08-19 17:38:48 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c Log: Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts and to be able to disable ipfw if it was compiled directly into the kernel. Revision Changes Path 1.90 +1 -0 src/sys/netinet/ip_fw.h 1.71 +3 -0 src/sys/netinet/ip_fw2.c 1.2 +6 -0 src/sys/netinet/ip_fw_pfil.c 1.285 +1 -0 src/sys/netinet/ip_input.cReceived on Thu Aug 19 2004 - 15:47:03 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:07 UTC