Set 'forward=1' on all interfaces in the multi-interface samples

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-03-27 16:46:05 -07:00
parent 3e215d0482
commit 1236cccc6a
2 changed files with 5 additions and 5 deletions

View File

@ -12,6 +12,6 @@
# For information about entries in this file, type "man shorewall6-interfaces" # For information about entries in this file, type "man shorewall6-interfaces"
############################################################################### ###############################################################################
#ZONE INTERFACE BROADCAST OPTIONS #ZONE INTERFACE BROADCAST OPTIONS
net eth0 detect tcpflags net eth0 detect tcpflags,forward=1
loc eth1 detect tcpflags loc eth1 detect tcpflags,forward=1
dmz eth2 detect dmz eth2 detect tcpflags,forward=1

View File

@ -12,5 +12,5 @@
# For information about entries in this file, type "man shorewall6-interfaces" # For information about entries in this file, type "man shorewall6-interfaces"
############################################################################### ###############################################################################
#ZONE INTERFACE BROADCAST OPTIONS #ZONE INTERFACE BROADCAST OPTIONS
net eth0 detect tcpflags net eth0 detect tcpflags,forward=1
loc eth1 detect tcpflags loc eth1 detect tcpflags,forward=1