mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 15:46:55 +02:00
Fix FORMAT-2 interfaces
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
20f990f2eb
commit
2624005fa8
@ -925,7 +925,7 @@ sub process_interface( $$ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $zone eq 'FORMAT' ) {
|
if ( $zone eq 'FORMAT' ) {
|
||||||
if ( $originalinterface =~ /^[12]$/ ) {
|
if ( $originalinterface =~ /^([12])$/ ) {
|
||||||
$format = $1;
|
$format = $1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user