diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-17 18:37:09 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-10-17 18:45:58 +0200 |
| commit | b9edbc4f913598baca90e22a943f90635ceb7a29 (patch) | |
| tree | 1f27eb6bcb2b152ed6c2f0f751feeb6e3245c69f /python | |
| parent | 69a9b93f71c818bf134ea06ad73d86a513628f06 (diff) | |
| download | vyos-1x-b9edbc4f913598baca90e22a943f90635ceb7a29.tar.gz vyos-1x-b9edbc4f913598baca90e22a943f90635ceb7a29.zip | |
frrender: T7927: improve class description
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/frrender.py | 6 |
1 files changed, 5 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. """ -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 |
