From 684db7e318f31946b370828dbec42bd88f6367b3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 May 2021 09:06:55 +0200 Subject: [PATCH] sdn: unify installing sdn and ifupdown2 in one command Signed-off-by: Thomas Lamprecht --- pvesdn.adoc | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/pvesdn.adoc b/pvesdn.adoc index 482b458..3b3fd8f 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -17,25 +17,21 @@ xref:getting_help[mailing lists or in the forum] for questions and feedback. Installation ------------ -To enable the experimental SDN integration, you need to install -"libpve-network-perl" package +To enable the experimental SDN integration, you need to install the +`libpve-network-perl` and `ifupdown2` package on every node: ---- -apt install libpve-network-perl +apt update +apt install libpve-network-perl ifupdown2 ---- -You need to have `ifupdown2` package installed on each node to manage local -configuration reloading without reboot: +After that you need to add the following line: ----- -apt install ifupdown2 ----- - -You need to add ---- source /etc/network/interfaces.d/* ---- -at the end of /etc/network/interfaces to have the sdn config included +at the end of the `/etc/network/interfaces` configuration file, so that the SDN +config gets included and activated. Basic Overview -- 2.39.2