forked from extern/shorewall_code
Suppress 'ambiguous redirect' errors
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2934 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
edc7d36e7f
commit
53ae3fc6e0
@ -2,6 +2,8 @@ Changes in 3.0.0 RC 3.
|
|||||||
|
|
||||||
1) ROUTE target and Extended Mark removed from capabilities.
|
1) ROUTE target and Extended Mark removed from capabilities.
|
||||||
|
|
||||||
|
2) Suppress 'ambiguous redirect' error messages.
|
||||||
|
|
||||||
2) Correct stupid typo in release notes ([rej|drop]NewNot vs. [rej|drop]NewNon)
|
2) Correct stupid typo in release notes ([rej|drop]NewNot vs. [rej|drop]NewNon)
|
||||||
|
|
||||||
Changes in 3.0.0 RC 2.
|
Changes in 3.0.0 RC 2.
|
||||||
|
@ -2998,7 +2998,7 @@ setup_nat() {
|
|||||||
add_ip_aliases=
|
add_ip_aliases=
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
[ -n "$RETAIN_ALIASES" ] || run_and_save_command qt ip addr del $external dev $iface
|
[ -n "$RETAIN_ALIASES" -o $COMMAND = check ] || run_and_save_command qt ip addr del $external dev $iface
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
@ -6,6 +6,12 @@ Problems Corrected in 3.0.0 RC 3:
|
|||||||
Netfilter ROUTE target and extended packet marking so detection and
|
Netfilter ROUTE target and extended packet marking so detection and
|
||||||
reporting of those capabilities has been removed.
|
reporting of those capabilities has been removed.
|
||||||
|
|
||||||
|
2) Previously, the following message could appear in the error output
|
||||||
|
from the 'check' command:
|
||||||
|
|
||||||
|
"/usr/share/shorewall/firewall: line 128: $RESTOREBASE: ambiguous
|
||||||
|
redirect"
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
1) The "monitor" command has been eliminated.
|
1) The "monitor" command has been eliminated.
|
||||||
|
Loading…
Reference in New Issue
Block a user