forked from extern/shorewall_code
Change ROUTE_BALANCE to USE_DEFAULT_RT
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8606 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@@ -366,7 +366,7 @@ sub initialize() {
|
||||
AUTO_COMMENT => undef ,
|
||||
MANGLE_ENABLED => undef ,
|
||||
NULL_ROUTE_RFC1918 => undef ,
|
||||
ROUTE_BALANCE => undef ,
|
||||
USE_DEFAULT_RT => undef ,
|
||||
#
|
||||
# Packet Disposition
|
||||
#
|
||||
@@ -1913,7 +1913,7 @@ sub get_configuration( $ ) {
|
||||
default_yes_no 'MARK_IN_FORWARD_CHAIN' , '';
|
||||
default_yes_no 'MANGLE_ENABLED' , 'Yes';
|
||||
default_yes_no 'NULL_ROUTE_RFC1918' , '';
|
||||
default_yes_no 'ROUTE_BALANCE' , '';
|
||||
default_yes_no 'USE_DEFAULT_RT' , '';
|
||||
|
||||
$capabilities{XCONNMARK} = '' unless $capabilities{XCONNMARK_MATCH} and $capabilities{XMARK};
|
||||
|
||||
|
Reference in New Issue
Block a user