Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | vrf: ospf: T2271: re-arrange xml include building blocks | Christian Poessinger | |
In order to fully re-use the XML based OSPF CLI definition for per-VRF routing, the file structure needs to be reorganized and the common OSPF definition is moved to its dedicated ospf-common-config.xml.i file, which can then be fully re-included at the VRF level. As the amount of include files now has reached a certain amount, this also introduces "per topic" subdirectories on the filesystem to keep a clean structure. | |||
2021-02-07 | rip: T2547: xml cleanup so parts can be reused by RIPng | Christian Poessinger | |
2021-01-23 | ospf: T3236: provide full protocol support in XML and Python | Christian Poessinger | |
This commit provides the implementation of the OSPF CLI with a Jinja2 template that is loaded by FRR reload. It also contains some initial smoketests. There is yet no verify() implementation! |