trying out ipfw's from the new sourceforge repo on all fedora's
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 3 Apr 2013 16:25:39 +0000 (18:25 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 3 Apr 2013 16:25:39 +0000 (18:25 +0200)
lxc-tags.mk
lxc.mk
onelab-tags.mk

index 9bc400c..fab89aa 100644 (file)
@@ -4,7 +4,7 @@ lxcsu-GITPATH                   := git://git.planet-lab.org/lxcsu.git@lxcsu-0.2-1
 lxctools-GITPATH                := git://git.planet-lab.org/lxctools.git@lxctools-0.9-4
 transforward-GITPATH           := git://git.planet-lab.org/transforward.git@transforward-0.1-2
 procprotect-GITPATH             := git://git.planet-lab.org/procprotect.git@master
-ipfw-GITPATH                    := git://git.planet-lab.org/ipfw.git@ipfw-20120610-2
+ipfw-GITPATH                    := git://git.code.sf.net/p/dummynet/code@master
 nodeupdate-GITPATH             := git://git.planet-lab.org/nodeupdate.git@nodeupdate-0.5-9
 PingOfDeath-SVNPATH            := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDeath-2.2-1
 plnode-utils-GITPATH            := git://git.planet-lab.org/plnode-utils.git@plnode-utils-0.2-2
diff --git a/lxc.mk b/lxc.mk
index 12907ea..0e11b4f 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -47,7 +47,7 @@ IN_NODEIMAGE += procprotect
 # ipfw: root context module, and slice companion
 #
 # starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore
-ifeq "$(DISTRONAME)" "f16"
+#ifeq "$(DISTRONAME)" "f16"
 ipfwroot-MODULES := ipfw
 ipfwroot-SPEC := planetlab/ipfwroot.spec
 ALL += ipfwroot
@@ -56,7 +56,7 @@ IN_NODEIMAGE += ipfwroot
 ipfwslice-MODULES := ipfw
 ipfwslice-SPEC := planetlab/ipfwslice.spec
 ALL += ipfwslice
-endif
+#endif
 
 #
 # NodeUpdate
index c5b759b..edb755a 100644 (file)
@@ -10,7 +10,8 @@ kernel-WHITELIST-RPMS := kernel-devel,kernel-headers
 endif
 kernel-DEVEL-RPMS              += elfutils-libelf-devel
 
-ipfw-GITPATH                    := git://git.onelab.eu/ipfw.git@ipfw-20120610-2
+#ipfw-GITPATH                    := git://git.onelab.eu/ipfw.git@ipfw-20120610-2
+ipfw-GITPATH                    := git://git.code.sf.net/p/dummynet/code@master
 madwifi-GITPATH                 := git://git.onelab.eu/madwifi.git@madwifi-4132-6
 iptables-GITPATH                := git://git.onelab.eu/iptables.git@iptables-1.4.10-5
 ###