Add MANGLE_ENABLED option -- sample configs

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8352 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-03-24 22:49:53 +00:00
parent 2a6b894bd4
commit b2e603c3c8
4 changed files with 7 additions and 1 deletions

View File

@ -182,6 +182,8 @@ DONT_LOAD=
AUTO_COMMENT=Yes
MANGLE_ENABLED=Yes
###############################################################################
# P A C K E T D I S P O S I T I O N
###############################################################################

View File

@ -184,6 +184,8 @@ DONT_LOAD=
AUTO_COMMENT=Yes
MANGLE_ENABLED=Yes
###############################################################################
# P A C K E T D I S P O S I T I O N
###############################################################################

View File

@ -184,6 +184,8 @@ DONT_LOAD=
AUTO_COMMENT=Yes
MANGLE_ENABLED=Yes
###############################################################################
# P A C K E T D I S P O S I T I O N
###############################################################################

View File

@ -847,7 +847,7 @@ sub compiler {
#
# ECN
#
setup_ecn;
setup_ecn if $capabilities{MANGLE_ENABLED} && $config{MANGLE_ENABLED};
#
# Setup Masquerading/SNAT
#