From 1edaf7c98bedaf2fa84ac989c43fe17f2cb4357b Mon Sep 17 00:00:00 2001 From: Shannon Sterz Date: Mon, 7 Apr 2025 14:16:22 +0200 Subject: [PATCH] sdn: drop `frr` from packages required by the evpn controller frr is already shipped as part of pve now and does not need to be installed separatelly. Signed-off-by: Shannon Sterz Link: https://lore.proxmox.com/20250407121622.154327-1-s.sterz@proxmox.com Signed-off-by: Thomas Lamprecht --- pvesdn.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvesdn.adoc b/pvesdn.adoc index 5d5d27b..86bf963 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -444,11 +444,11 @@ EVPN Controller The `EVPN`, zone requires an external controller to manage the control plane. The EVPN controller plugin configures the Free Range Routing (frr) router. -To enable the EVPN controller, you need to install frr on every node that shall -participate in the EVPN zone. +To enable the EVPN controller, you need to install frr-pythontools on every node +that shall participate in the EVPN zone. ---- -apt install frr frr-pythontools +apt install frr-pythontools ---- EVPN controller configuration options: