mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
Fix optional providers
This commit is contained in:
parent
c922afaf23
commit
b3571261dd
@ -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;
|
||||||
|
@ -826,6 +826,8 @@ sub handle_optional_interfaces() {
|
|||||||
" ${base}_IS_USABLE=" ,
|
" ${base}_IS_USABLE=" ,
|
||||||
'fi' );
|
'fi' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user