[lxc-devel] [lxc/master] debian: Use iproute2 instead of iproute

stgraber on Github lxc-bot at linuxcontainers.org
Sat Jan 27 05:34:04 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 493 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180127/71141397/attachment.bin>
-------------- next part --------------
From 89266861538e1a1d36aff2b0bfe356e55e93fa49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sat, 27 Jan 2018 00:33:07 -0500
Subject: [PATCH] debian: Use iproute2 instead of iproute
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The package has pretty much always been iproute2 with iproute being an
alias for it, the alias is now gone so we need to use iproute2.

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 templates/lxc-debian.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index fa87cb95d..2656eeaaf 100644
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@@ -329,7 +329,7 @@ dialog,\
 isc-dhcp-client,\
 netbase,\
 net-tools,\
-iproute,\
+iproute2,\
 openssh-server
 
     cache=$1


More information about the lxc-devel mailing list