forked from extern/shorewall_code
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:
parent
ea0b87aa85
commit
3f706c77e7
@ -20,12 +20,19 @@
|
||||
# If your kernel and iptables include iprange match
|
||||
# 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:
|
||||
#
|
||||
# INTERFACE HOST(S)
|
||||
# INTERFACE HOST(S) OPTIONS
|
||||
# eth1 -
|
||||
# eth1 192.168.1.0/24
|
||||
# eth1 192.0.2.44
|
||||
# br0 - routeback
|
||||
##############################################################################
|
||||
#INTERFACE HOST(S)
|
||||
eth1 -
|
||||
|
@ -20,12 +20,19 @@
|
||||
# If your kernel and iptables include iprange match
|
||||
# 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:
|
||||
#
|
||||
# INTERFACE HOST(S)
|
||||
# INTERFACE HOST(S) OPTIONS
|
||||
# eth1 -
|
||||
# eth1 192.168.1.0/24
|
||||
# eth1 192.0.2.44
|
||||
# br0 - routeback
|
||||
##############################################################################
|
||||
#INTERFACE HOST(S)
|
||||
eth1 -
|
||||
|
Loading…
Reference in New Issue
Block a user