Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | xml: T4047: use full string match in the regex validator | Christian Poessinger | |
2021-12-09 | xml: T4058: provide building block for BFD profiles | Christian Poessinger | |
2021-12-09 | xml: include: create dedicated bfd subfolder | Christian Poessinger | |
2021-12-04 | bfd: T4044: add VRF support for peers | Christian Poessinger | |
2021-11-07 | xml: provide and use common interface-name building blocks | Christian Poessinger | |
2021-02-15 | bfd: T3310: implement peer profile support | Christian Poessinger | |
2021-02-15 | bfd: T3310: migrate to get_config_dict() and FRR reload | Christian Poessinger | |
2020-07-26 | Fix a typo in BFD command help. | Daniil Baturin | |
2019-12-06 | T1843: run interface-definitions though GCC preprocessor | Christian Poessinger | |
A lot of XML code is duplicated (VLAN, interface address) for instance. Such XML definitions should be moved to feature.xml.i files and then just pulled in via GCC preprocessor #include definition in e.g. bond or ethernet definitions. This will give us the ability to single-source repeating node definitions as: * Interface Address * Interface Description * Interface Disable * VLAN (both vif-s and vif-c) The .in suffix of the interface-definitions is a marker that those files are input files to the GCC preprocessor. They will be rendered into proper XML files in the build directory. Some node definitions have been reworder to remove escaped double quote occurances which would have been warned about by the GCC preprocessor. |