diff --git a/Shorewall/firewall b/Shorewall/firewall index 89ad8138b..60ea400f5 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -9136,6 +9136,8 @@ if [ -n "$EXPORT" ]; then else cat >> $RESTOREBASE << __EOF__ +. /usr/share/shorewall/functions + if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then error_message "This script requires Shorewall version $VERSION" exit 2