Fix optional providers

This commit is contained in:
Tom Eastep 2009-10-24 12:05:44 -07:00
parent c922afaf23
commit b3571261dd
4 changed files with 8 additions and 1 deletions

View File

@ -293,7 +293,7 @@ sub generate_script_2() {
emit ( 'esac' ) , emit ( 'esac' ) ,
} else { } else {
emit( 'true' ); emit( 'true' ) unless handle_optional_interfaces;
} }
pop_indent; pop_indent;

View File

@ -826,6 +826,8 @@ sub handle_optional_interfaces() {
" ${base}_IS_USABLE=" , " ${base}_IS_USABLE=" ,
'fi' ); 'fi' );
} }
1;
} }
} }

View File

@ -26,6 +26,8 @@ Changes in Shorewall 4.4.3
13) Correct messages issued when an optional provider is not usable. 13) Correct messages issued when an optional provider is not usable.
14) Fix optional interfaces.
Changes in Shorewall 4.4.2 Changes in Shorewall 4.4.2
1) BUGFIX: Correct detection of Persistent SNAT support 1) BUGFIX: Correct detection of Persistent SNAT support

View File

@ -207,6 +207,9 @@ Shorewall 4.4.3
(<number>) not Added") was being issued when the provider did share (<number>) not Added") was being issued when the provider did share
an interface. an interface.
7) Under certain circumstances, optional providers were not detected
as being usable.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
K N O W N P R O B L E M S R E M A I N I N G K N O W N P R O B L E M S R E M A I N I N G
---------------------------------------------------------------------------- ----------------------------------------------------------------------------