diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index 475d14e23..57898bd30 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -15,6 +15,4 @@ Changes in 3.9.2 7) Moved lib.dynamiczones to Shorewall. - - - +8) Fix silly bug in lib.base. diff --git a/Shorewall-common/lib.base b/Shorewall-common/lib.base index 63aa0dd32..85564d3f7 100644 --- a/Shorewall-common/lib.base +++ b/Shorewall-common/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" diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 0f32d990d..49fafaf87 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -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