Add comment noting that the 'physwild' interface member is currently unused

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-12-23 10:58:16 -08:00
parent 24acf25451
commit b1d1fa862a
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1475,7 +1475,7 @@ sub process_interface( $$ ) {
zones => {},
origin => shortlineinfo( '' ),
wildcard => $wildcard,
physwild => $physwild,
physwild => $physwild, # Currently unused
};
$interfaces{$physical} = $interfaceref if $physical ne $interface;