Add OPTIONS column to routestopped file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1896 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-01-11 16:21:12 +00:00
parent ea0b87aa85
commit 3f706c77e7
2 changed files with 16 additions and 2 deletions

View File

@ -20,12 +20,19 @@
# If your kernel and iptables include iprange match # If your kernel and iptables include iprange match
# support, IP address ranges are also allowed. # support, IP address ranges are also allowed.
# #
# OPTIONS (Optional) A comma-separated list of
# options. The currently-supported options are:
#
# routeback - Set up a rule to ACCEPT traffic from
# these hosts back to themselves.
#
# Example: # Example:
# #
# INTERFACE HOST(S) # INTERFACE HOST(S) OPTIONS
# eth1 - # eth1 -
# eth1 192.168.1.0/24 # eth1 192.168.1.0/24
# eth1 192.0.2.44 # eth1 192.0.2.44
# br0 - routeback
############################################################################## ##############################################################################
#INTERFACE HOST(S) #INTERFACE HOST(S)
eth1 - eth1 -

View File

@ -20,12 +20,19 @@
# If your kernel and iptables include iprange match # If your kernel and iptables include iprange match
# support, IP address ranges are also allowed. # support, IP address ranges are also allowed.
# #
# OPTIONS (Optional) A comma-separated list of
# options. The currently-supported options are:
#
# routeback - Set up a rule to ACCEPT traffic from
# these hosts back to themselves.
#
# Example: # Example:
# #
# INTERFACE HOST(S) # INTERFACE HOST(S) OPTIONS
# eth1 - # eth1 -
# eth1 192.168.1.0/24 # eth1 192.168.1.0/24
# eth1 192.0.2.44 # eth1 192.0.2.44
# br0 - routeback
############################################################################## ##############################################################################
#INTERFACE HOST(S) #INTERFACE HOST(S)
eth1 - eth1 -