From 86d83f2af1487d1a991237c07b6d5fc4e2e740e7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 15 Sep 2014 08:06:10 +0200 Subject: [PATCH] add ipv6 and update_ipv6addr_slivertag to the lxc rpm --- nodemanager.spec | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nodemanager.spec b/nodemanager.spec index ba4db62..3b3a6c3 100644 --- a/nodemanager.spec +++ b/nodemanager.spec @@ -209,6 +209,8 @@ nodemanager-lxc provides the lxc code for the PlanetLab Node Manager. %{_datadir}/NodeManager/sliver_lxc.* %{_datadir}/NodeManager/cgroups.* %{_datadir}/NodeManager/coresched_lxc.* +%{_datadir}/NodeManager/plugins/ipv6.* +%{_datadir}/NodeManager/plugins/update_ipv6addr_slivertag.* %endif ############################## diff --git a/setup.py b/setup.py index 55af519..8da2f67 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,8 @@ setup( 'sliver_lxc', 'cgroups', 'coresched_lxc', + 'plugins.ipv6', + 'plugins.update_ipv6addr_slivertag', # vs 'sliver_vs', 'coresched_vs', -- 2.43.0