Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-14 | xml: include: fix typo on include comment | Christian Poessinger | |
When including XML files they all contained a comment from where the snipped had actually been included from. The comment had been "included start" and "included end" instead of "include start" and "include end". This commit corrects the glitch. | |||
2021-03-14 | vrf: bgp: T2271: re-arrange xml include building blocks | Christian Poessinger | |
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. This commit is related to the change in the OSPF structure done in 952c52ef01 ("vrf: ospf: T2271: re-arrange xml include building blocks"). |