From: <abe...@us...> - 2016-09-10 16:31:30
|
Revision: 7828 http://sourceforge.net/p/astlinux/code/7828 Author: abelbeck Date: 2016-09-10 16:31:27 +0000 (Sat, 10 Sep 2016) Log Message: ----------- arnofw, version bump to 2.0.1g-RC2, added support for 'ipset' Modified Paths: -------------- branches/1.0/package/arnofw/arnofw.mk branches/1.0/package/arnofw/arnofw.wrapper Modified: branches/1.0/package/arnofw/arnofw.mk =================================================================== --- branches/1.0/package/arnofw/arnofw.mk 2016-09-09 17:09:18 UTC (rev 7827) +++ branches/1.0/package/arnofw/arnofw.mk 2016-09-10 16:31:27 UTC (rev 7828) @@ -3,7 +3,7 @@ # Arno's IPtables Firewall Script # ############################################################# -ARNOFW_VER := 2.0.1g-RC1 +ARNOFW_VER := 2.0.1g-RC2 ARNOFW_ROOT := arno-iptables-firewall ARNOFW_SOURCE := $(ARNOFW_ROOT)_$(ARNOFW_VER).tar.gz #ARNOFW_SITE := http://rocky.eld.leidenuniv.nl/arno-iptables-firewall Modified: branches/1.0/package/arnofw/arnofw.wrapper =================================================================== --- branches/1.0/package/arnofw/arnofw.wrapper 2016-09-09 17:09:18 UTC (rev 7827) +++ branches/1.0/package/arnofw/arnofw.wrapper 2016-09-10 16:31:27 UTC (rev 7828) @@ -155,6 +155,8 @@ { local intf lan lans extCIDR ovpnIF ovpnIP ovpnNM allowif allowifs denyif count IFS + IPTABLES_IPSET=1 + MANGLE_TOS=0 if [ "$IPV6" = "yes" ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |