forked from extern/shorewall_code
Ensure that interfaces listed in the tcinterfaces file are known
This commit is contained in:
parent
42ee6d1d20
commit
6bec7d099c
@ -458,6 +458,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