sdn: evpn: mention that frr service needs to be enabled now

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-07 15:40:15 +02:00
parent 1edaf7c98b
commit 9e380a08b3

View File

@ -125,6 +125,12 @@ apt update
apt install frr-pythontools
----
Then enable the frr service on all nodes:
----
systemctl enable frr.service
----
[[pvesdn_main_configuration]]
Configuration Overview
----------------------