diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 57c574ec6..ee0a2a6f4 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -4803,6 +4803,8 @@ sub update_config_file( $$ ) { } } + $config{USE_DEFAULT_RT} = 'No' unless defined $config{USE_DEFAULT_RT}; + my $fn; unless ( -d "$globals{SHAREDIR}/configfiles/" ) {