This bugfix release corrects a problem where the MANGLE_ENABLED variable was being tested before it was set producing the error message: ERROR: Traffic Control requires Mangle The release is available now at: http://shorewall.net/pub/shorewall ftp://shorewall.net/pub/shorewall and will be available at the other download sites shortly. For those who wish to patch your firewall script, save the attached patch then: cd /usr/share/shorewall patch -p1 < <the patch that you saved> -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net -------------- next part -------------- --- shorewall-1.4.6/firewall 2003-07-19 07:58:29.000000000 -0700 +++ shorewall-1.4.6a/firewall 2003-07-22 06:15:42.000000000 -0700 @@ -4616,6 +4616,10 @@ echo "$config does not exist!" >&2 exit 2 fi + # + # Determine the capabilities of the installed iptables/netfilter + # + determine_capabilities [ -z "${STATEDIR}" ] && STATEDIR=/var/state/shorewall @@ -4728,10 +4732,6 @@ strip_file interfaces strip_file hosts # - # Determine the capabilities of the installed iptables/netfilter - # - determine_capabilities - # # Check out the user''s shell # [ -n "$SHOREWALL_SHELL" ] || SHOREWALL_SHELL=/bin/sh