mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 19:09:33 +01:00
Remove superfluous line of code
This commit is contained in:
parent
a23632f45e
commit
0df84cf8b5
@ -1750,7 +1750,6 @@ sub match_dest_dev( $ ) {
|
|||||||
my $interface = shift;
|
my $interface = shift;
|
||||||
return '' if $interface eq '+';
|
return '' if $interface eq '+';
|
||||||
my $interfaceref = known_interface( $interface );
|
my $interfaceref = known_interface( $interface );
|
||||||
my $physical = $interfaceref ? $interfaceref->{physical} : $interface;
|
|
||||||
$interface = $interfaceref->{physical} if $interfaceref;
|
$interface = $interfaceref->{physical} if $interfaceref;
|
||||||
if ( $interfaceref && $interfaceref->{options}{port} ) {
|
if ( $interfaceref && $interfaceref->{options}{port} ) {
|
||||||
if ( $capabilities{PHYSDEV_BRIDGE} ) {
|
if ( $capabilities{PHYSDEV_BRIDGE} ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user