mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
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
|
# 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 -
|
||||||
|
@ -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 -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user