From b9edbc4f913598baca90e22a943f90635ceb7a29 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 17 Oct 2025 18:37:09 +0200 Subject: frrender: T7927: improve class description --- python/vyos/frrender.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/frrender.py b/python/vyos/frrender.py index 75824fcf9..e619cf67c 100644 --- a/python/vyos/frrender.py +++ b/python/vyos/frrender.py @@ -14,7 +14,11 @@ # along with this library. If not, see . """ -Library used to interface with FRRs mgmtd introduced in version 10.0 +Helper class attached to vyos-configd to interfact between our CLI configuration +and FRR. Class will render one full FRR configuration and apply this via +frr-reload.py, if the configuration has no errors. + +Will fail early if the rendered configuration has any errors. """ import os -- cgit v1.2.3