diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:41:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:41:19 +0200 |
commit | d5bd9bec6c213ff12190b03acf248f348c165c13 (patch) | |
tree | f24822e80c58403d7049b7d7e5fa03d895f52dc3 /interface-definitions/protocols-ospfv3.xml.in | |
parent | 7f38bcaf1fd20b8dc210abd15f95ddd88c27d465 (diff) | |
download | vyos-1x-d5bd9bec6c213ff12190b03acf248f348c165c13.tar.gz vyos-1x-d5bd9bec6c213ff12190b03acf248f348c165c13.zip |
ospf: xml: T3236: restructure include files and make them easier to recognize
Diffstat (limited to 'interface-definitions/protocols-ospfv3.xml.in')
-rw-r--r-- | interface-definitions/protocols-ospfv3.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/protocols-ospfv3.xml.in b/interface-definitions/protocols-ospfv3.xml.in index f4f403e93..df775233b 100644 --- a/interface-definitions/protocols-ospfv3.xml.in +++ b/interface-definitions/protocols-ospfv3.xml.in @@ -90,13 +90,13 @@ <help>Administrative distance</help> </properties> <children> - #include <include/ospf/ospf-distance-global.xml.i> + #include <include/ospf/distance-global.xml.i> <node name="ospfv3"> <properties> <help>OSPFv3 administrative distance</help> </properties> <children> - #include <include/ospf/ospf-distance-per-protocol.xml.i> + #include <include/ospf/distance-per-protocol.xml.i> </children> </node> </children> @@ -116,8 +116,8 @@ </constraint> </properties> <children> - #include <include/ospf/ospf-intervals.xml.i> - #include <include/ospf/ospf-interface-common.xml.i> + #include <include/ospf/intervals.xml.i> + #include <include/ospf/interface-common.xml.i> <leafNode name="ifmtu"> <properties> <help>Interface MTU</help> @@ -171,7 +171,7 @@ <help>OSPFv3 specific parameters</help> </properties> <children> - #include <include/ospf/ospf-router-id.xml.i> + #include <include/ospf/router-id.xml.i> </children> </node> <node name="redistribute"> |