added transforward in lxc distro
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jun 2012 08:41:06 +0000 (10:41 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 11 Jun 2012 08:41:06 +0000 (10:41 +0200)
lxc-tags.mk
lxc.mk

index 2a7c420..b64a61a 100644 (file)
@@ -1,8 +1,6 @@
 # build-GITPATH is now set by vbuild-nightly.sh to avoid duplication
 
-# lxcbuild is a tag
-#linux-3-GITPATH               := git://git.planet-lab.org/linux-3.git@lxcbuild
-kernel-DEVEL-RPMS              += elfutils-libelf-devel
+transforward-GITPATH           := git://git.onelab.eu/transforward.git@master
 ipfw-GITPATH                    := git://git.onelab.eu/ipfw.git@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
diff --git a/lxc.mk b/lxc.mk
index b9ff7bf..f90d4e6 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -8,6 +8,14 @@
 # see doc in Makefile  
 #
 
+#
+# transforward: root context module for transparent port forwarding
+#
+transforward-MODULES := transforward
+transforward-SPEC := transforward.spec
+ALL += transforward
+IN_NODEIMAGE += transforward
+
 #
 # ipfw: root context module, and slice companion
 #