[pve-devel] [PATCH docs] sdn: drop `frr` from packages required by the evpn controller

Shannon Sterz s.sterz at proxmox.com
Mon Apr 7 14:16:22 CEST 2025


frr is already shipped as part of pve now and does not need to be
installed separatelly.

Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 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:
-- 
2.39.5





More information about the pve-devel mailing list