From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Fri, 25 Jul 2008 16:29:42 +0000 (+0000)
Subject: Tagging module util-vserver-pl - util-vserver-pl-0.3-8
X-Git-Tag: util-vserver-pl-0.3-8~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b7d00820239e16d339467e973a3ff97de44c5fee;p=util-vserver-pl.git

Tagging module util-vserver-pl - 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).
---

diff --git a/util-vserver-pl.spec b/util-vserver-pl.spec
index 4121c89..aa5bad4 100644
--- a/util-vserver-pl.spec
+++ b/util-vserver-pl.spec
@@ -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.