From 65eb828622af58af539deaf88f7db6adec7c7e6a Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Thu, 28 Jun 2012 23:51:41 +0200
Subject: [PATCH] add portforward in the lxc mix

---
 config.lxc/sliceimage.pkgs | 1 +
 lxc-tags.mk                | 1 +
 lxc.mk                     | 8 ++++++++
 3 files changed, 10 insertions(+)

diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs
index d224a680..98ca5f81 100644
--- a/config.lxc/sliceimage.pkgs
+++ b/config.lxc/sliceimage.pkgs
@@ -32,6 +32,7 @@ package: tar
 package: findutils
 package: filesystem
 package: vsyssh
+package: portforward
 # libvirt lxc containers need this so they can start up their network
 package: openssh-server dhclient
 
diff --git a/lxc-tags.mk b/lxc-tags.mk
index d491b905..5d19286b 100644
--- a/lxc-tags.mk
+++ b/lxc-tags.mk
@@ -20,6 +20,7 @@ inotify-tools-SVNPATH		:= http://svn.planet-lab.org/svn/inotify-tools/tags/inoti
 openvswitch-GITPATH		:= git://git.planet-lab.org/openvswitch.git@master
 vsys-GITPATH			:= git://git.planet-lab.org/vsys.git@vsys-0.99-2
 vsys-scripts-GITPATH		:= git://git.planet-lab.org/vsys-scripts@vsys-scripts-0.95-41
+portforward-GITPATH		:= git://git.planet-lab.org/portforward@master
 plcapi-GITPATH                  := git://git.onelab.eu/plcapi.git@master
 drupal-GITPATH                  := git://git.planet-lab.org/drupal.git@drupal-4.7-15
 plewww-GITPATH			:= git://git.planet-lab.org/plewww@plewww-4.3-72
diff --git a/lxc.mk b/lxc.mk
index 14bc74f1..9e23601e 100644
--- a/lxc.mk
+++ b/lxc.mk
@@ -203,6 +203,14 @@ vsys-scripts-SPEC := vsys-scripts.spec
 IN_NODEIMAGE += vsys-scripts
 ALL += vsys-scripts
 
+#
+# portforward
+#
+portforward-MODULES := portforward
+portforward-SPEC := portforward.spec
+IN_SLICEIMAGE += portforward
+ALL += portforward
+
 #
 # plcapi
 #
-- 
2.47.0