summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/rules/BASIC_2.FW
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/rules/BASIC_2.FW')
-rw-r--r--contrib/ipfilter/rules/BASIC_2.FW4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/rules/BASIC_2.FW b/contrib/ipfilter/rules/BASIC_2.FW
index b966dfb..46564f0 100644
--- a/contrib/ipfilter/rules/BASIC_2.FW
+++ b/contrib/ipfilter/rules/BASIC_2.FW
@@ -2,7 +2,7 @@
#
# SAMPLE: PERMISSIVE FILTER RULES
#
-# THIS EXAMPLE IS WRITTEN FOR IP FILTER 3.2
+# THIS EXAMPLE IS WRITTEN FOR IP FILTER 3.3
#
# ppp0 - (external) PPP connection to ISP, address a.b.c.d/32
#
@@ -56,7 +56,7 @@ pass out quick on lo0 all
#
# Allow all outgoing connections (SSH, TELNET, FTP, WWW, gopher, etc)
#
-pass in log quick proto tcp all SA flags S/SA keep state group 200
+pass in log quick proto tcp all flags S/SA keep state group 200
#
# Support all UDP `connections' initiated from inside.
#
OpenPOWER on IntegriCloud