mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-07 18:26:53 +02:00
Cosmetic changes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8673ac70dd
commit
6367cc6f45
@ -295,7 +295,6 @@ sub add_a_provider( $$$$$$$$ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
push @routemarked_providers, $providers{$table};
|
push @routemarked_providers, $providers{$table};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
my $realm = '';
|
my $realm = '';
|
||||||
@ -392,7 +391,6 @@ sub add_an_rtrule( $$$$ ) {
|
|||||||
|
|
||||||
fatal_error "You must specify either the source or destination in a route_rules entry" if $source eq '-' && $dest eq '-';
|
fatal_error "You must specify either the source or destination in a route_rules entry" if $source eq '-' && $dest eq '-';
|
||||||
|
|
||||||
|
|
||||||
if ( $dest eq '-' ) {
|
if ( $dest eq '-' ) {
|
||||||
$dest = 'to ' . ALLIPv4;
|
$dest = 'to ' . ALLIPv4;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user