Don't require interfaces on stop, clear, etc.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-05-04 08:23:10 -07:00
parent fe37844455
commit 6dcd8174ee

View File

@ -320,7 +320,7 @@ sub generate_script_2() {
set_global_variables(1,1);
if ( $global_variables & NOT_RESTORE ) {
handle_optional_interfaces(0);
handle_optional_interfaces(1);
emit ';;';
pop_indent;
pop_indent;