forked from extern/shorewall_code
Fix lib.base syntax error
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5962 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
629c727d82
commit
d3777adf63
@ -15,6 +15,4 @@ Changes in 3.9.2
|
||||
|
||||
7) Moved lib.dynamiczones to Shorewall.
|
||||
|
||||
|
||||
|
||||
|
||||
8) Fix silly bug in lib.base.
|
||||
|
@ -820,7 +820,7 @@ get_routed_networks() # $1 = interface name, $2-n = Fatal error message
|
||||
shift
|
||||
fatal_error "$@"
|
||||
else
|
||||
"WARNING: default route ignored on interface $1"
|
||||
error_message "WARNING: default route ignored on interface $1"
|
||||
fi
|
||||
else
|
||||
[ "$address" = "${address%/*}" ] && address="${address}/32"
|
||||
|
@ -60,6 +60,10 @@ Problems corrected in Shorewall 3.9.2
|
||||
|
||||
ERROR: Only one firewall zone may be defined
|
||||
|
||||
9) 'shorewall add' and 'shorewall delete' now work again.
|
||||
|
||||
10) A syntax error in the lib.base Shell library has been corrected.
|
||||
|
||||
Other changes in Shorewall 3.9.2
|
||||
|
||||
1) A LOCKFILE option has been added to shorewall.conf. This file is
|
||||
|
Loading…
Reference in New Issue
Block a user