summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-02-03 11:48:12 +0000
committerphk <phk@FreeBSD.org>1996-02-03 11:48:12 +0000
commitfb13b8ddcff95fa19833e6aef254a65ff4ff182f (patch)
treeabcc0c2d5a1f6b0ba724c6b069ae6b890f38d874 /sys/i386/conf
parent60a1d6bd12a107193f38c80238c6a84146b4e690 (diff)
downloadFreeBSD-src-fb13b8ddcff95fa19833e6aef254a65ff4ff182f.zip
FreeBSD-src-fb13b8ddcff95fa19833e6aef254a65ff4ff182f.tar.gz
Make the sorting of IPFW rules an option. You don't want it to sort them.
>>>WARNING<<< you may have to revisit your firewall setup.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index a890e2b..a217412 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.235 1996/01/30 22:53:44 mpp Exp $
+# $Id: LINT,v 1.236 1996/02/02 06:55:33 pst Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -193,6 +193,8 @@ options HDLC #X.25 link layer for serial lines
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
# the obvious thing.
+# IPFIREWALL_ORDER_RULES makes the ipfw code sort the rules. You
+# don't want that, it's only there to be backward compatible.
# IPACCT enables IP accounting.
#
# TCPDEBUG is undocumented.
@@ -202,6 +204,7 @@ options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
+options IPFIREWALL_ORDER_RULES # bogusly sort rules.
options IPACCT #ipaccounting
options TCPDEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a890e2b..a217412 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.235 1996/01/30 22:53:44 mpp Exp $
+# $Id: LINT,v 1.236 1996/02/02 06:55:33 pst Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -193,6 +193,8 @@ options HDLC #X.25 link layer for serial lines
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
# the obvious thing.
+# IPFIREWALL_ORDER_RULES makes the ipfw code sort the rules. You
+# don't want that, it's only there to be backward compatible.
# IPACCT enables IP accounting.
#
# TCPDEBUG is undocumented.
@@ -202,6 +204,7 @@ options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
+options IPFIREWALL_ORDER_RULES # bogusly sort rules.
options IPACCT #ipaccounting
options TCPDEBUG
OpenPOWER on IntegriCloud