forked from extern/shorewall_code
Fix optional providers
This commit is contained in:
parent
c922afaf23
commit
b3571261dd
@ -293,7 +293,7 @@ sub generate_script_2() {
|
||||
|
||||
emit ( 'esac' ) ,
|
||||
} else {
|
||||
emit( 'true' );
|
||||
emit( 'true' ) unless handle_optional_interfaces;
|
||||
}
|
||||
|
||||
pop_indent;
|
||||
|
@ -826,6 +826,8 @@ sub handle_optional_interfaces() {
|
||||
" ${base}_IS_USABLE=" ,
|
||||
'fi' );
|
||||
}
|
||||
|
||||
1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,6 +26,8 @@ Changes in Shorewall 4.4.3
|
||||
|
||||
13) Correct messages issued when an optional provider is not usable.
|
||||
|
||||
14) Fix optional interfaces.
|
||||
|
||||
Changes in Shorewall 4.4.2
|
||||
|
||||
1) BUGFIX: Correct detection of Persistent SNAT support
|
||||
|
@ -207,6 +207,9 @@ Shorewall 4.4.3
|
||||
(<number>) not Added") was being issued when the provider did share
|
||||
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
|
||||
----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user