mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
Ensure that interfaces listed in the tcinterfaces file are known
This commit is contained in:
parent
0344cdb294
commit
147e4da223
@ -476,6 +476,8 @@ sub process_simple_device() {
|
||||
|
||||
my $number = in_hexp( $tcdevices{$device} = ++$devnum );
|
||||
|
||||
fatal_error "Unknown interface( $device )" unless known_interface $device;
|
||||
|
||||
my $physical = physical_name $device;
|
||||
my $dev = chain_base( $physical );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user