mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Merge branch 'master' into 5.1.0
This commit is contained in:
commit
5ae062317f
@ -1577,7 +1577,7 @@ sub finish_providers() {
|
|||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
if ( $family == F_IPV4 ) {
|
||||||
emit( " run_ip route replace default scope global table $default \$FALLBACK_ROUTE" );
|
emit( " run_ip route replace default scope global table $default \$FALLBACK_ROUTE" );
|
||||||
} ele {
|
} else {
|
||||||
emit( " run_ip route delete default scope global table $default \$FALLBACK_ROUTE" );
|
emit( " run_ip route delete default scope global table $default \$FALLBACK_ROUTE" );
|
||||||
emit( " run_ip route add default scope global table $default \$FALLBACK_ROUTE" );
|
emit( " run_ip route add default scope global table $default \$FALLBACK_ROUTE" );
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</caution>
|
</caution>
|
||||||
|
|
||||||
<important>
|
<important>
|
||||||
<para>/etc/shorewall/mangle superseded /etc/shorewall/tcruels in Shorewall
|
<para>/etc/shorewall/mangle superseded /etc/shorewall/tcrules in Shorewall
|
||||||
4.6.0. /etc/shorwall/tcrules is still supported but its use is
|
4.6.0. /etc/shorwall/tcrules is still supported but its use is
|
||||||
deprecated.</para>
|
deprecated.</para>
|
||||||
</important>
|
</important>
|
||||||
|
Loading…
Reference in New Issue
Block a user