mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-14 16:59:29 +01:00
Back out silly part of last change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9608 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
410e551a69
commit
be8e9990bd
@ -332,8 +332,7 @@ sub add_a_provider( $$$$$$$$ ) {
|
||||
$optional = 1;
|
||||
} elsif ( $option =~ /^src=(.*)$/ ) {
|
||||
fatal_error "OPTION 'src' not allowed on shared interface" if $shared;
|
||||
my @addresses = validate_address( $1 , 1 );
|
||||
$address = $addresses[0];
|
||||
$address = validate_address( $1 , 1 );
|
||||
} elsif ( $option =~ /^mtu=(\d+)$/ ) {
|
||||
$mtu = "mtu $1 ";
|
||||
} elsif ( $option =~ /^fallback=(\d+)$/ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user