summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/frrender.py6
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