sdn: unify installing sdn and ifupdown2 in one command

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-05 09:06:55 +02:00
parent 9f8192426e
commit 684db7e318

View File

@ -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