Tagging module util-vserver-pl - util-vserver-pl-0.3-8
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 25 Jul 2008 16:29:42 +0000 (16:29 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 25 Jul 2008 16:29:42 +0000 (16:29 +0000)
exempt_init shouldn't modify iptables rules.  Instead, only manipulate ipset.  Assume iptables rules are setup properly (now downloaded from nodeconfig/PlanetLabConf for I2 and defaulted to iptables/planetlab-config for all other nodes).

util-vserver-pl.spec

index 4121c89..aa5bad4 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name   util-vserver-pl
 %define version 0.3
-%define taglevel 7
+%define taglevel 8
 
 %define release        %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -100,6 +100,9 @@ rm -fr %{buildroot}
 %{_sysconfdir}/init.d/vip6-autod
 
 %changelog
+* Fri Jul 25 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - util-vserver-pl-0.3-8
+- exempt_init shouldn't modify iptables rules.  Instead, only manipulate ipset.  Assume iptables rules are setup properly (now downloaded from nodeconfig/PlanetLabConf for I2 and defaulted to iptables/planetlab-config for all other nodes).
+
 * Tue Jul 22 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - util-vserver-pl-0.3-7
 - Init exempt flows into "mangle" table.