Avoid invalid function name for starting an optional interface

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-12-28 08:04:06 -08:00
parent 62406e261d
commit 2009a66bb5

View File

@ -1282,7 +1282,7 @@ sub process_providers( $ ) {
for ( grep interface_is_optional( $_ ) && ! $provider_interfaces{ $_ }, all_real_interfaces ) {
#
# TABLE NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY
$currentline = "$_ 0 - - $_ - - -";
$currentline = chain_base($_) ." 0 - - $_ - - -";
#
$pseudoproviders += process_a_provider(1);
}