summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2017-02-10 13:24:59 -0800
committerMatt Taggart <taggart@riseup.net>2017-02-10 13:24:59 -0800
commit47f1ee74666fa00314546d01982461fa79d9da0a (patch)
tree2ddadcf8281b657b3b4abfd334934879c958674d /files
parent8552753d9e3ab7662e618c54875e626a2b6926e9 (diff)
remove deprecated norfc1918 option
It was deprecated in 4.2.0 http://www.shorewall.net/upgrade_issues.htm
Diffstat (limited to 'files')
-rw-r--r--files/boilerplate/params.header4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/boilerplate/params.header b/files/boilerplate/params.header
index b258b0d..c4dd504 100644
--- a/files/boilerplate/params.header
+++ b/files/boilerplate/params.header
@@ -13,7 +13,7 @@
#
# NET_IF=eth0
# NET_BCAST=130.252.100.255
-# NET_OPTIONS=routefilter,norfc1918
+# NET_OPTIONS=routefilter
#
# Example (/etc/shorewall/interfaces record):
#
@@ -21,6 +21,6 @@
#
# The result will be the same as if the record had been written
#
-# net eth0 130.252.100.255 routefilter,norfc1918
+# net eth0 130.252.100.255 routefilter
#
###############################################################################