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/include | |
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/include')
-rw-r--r-- | interface-definitions/include/ospf/authentication.xml.i (renamed from interface-definitions/include/ospf/ospf-authentication.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/distance-global.xml.i (renamed from interface-definitions/include/ospf/ospf-distance-global.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/distance-per-protocol.xml.i (renamed from interface-definitions/include/ospf/ospf-distance-per-protocol.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/interface-common.xml.i (renamed from interface-definitions/include/ospf/ospf-interface-common.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/intervals.xml.i (renamed from interface-definitions/include/ospf/ospf-intervals.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/metric-type.xml.i (renamed from interface-definitions/include/ospf/ospf-metric-type.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/metric.xml.i (renamed from interface-definitions/include/ospf/ospf-metric.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i (renamed from interface-definitions/include/ospf/ospf-common-config.xml.i) | 46 | ||||
-rw-r--r-- | interface-definitions/include/ospf/router-id.xml.i (renamed from interface-definitions/include/ospf/ospf-router-id.xml.i) | 2 |
9 files changed, 31 insertions, 31 deletions
diff --git a/interface-definitions/include/ospf/ospf-authentication.xml.i b/interface-definitions/include/ospf/authentication.xml.i index 322c002e4..1e6050b97 100644 --- a/interface-definitions/include/ospf/ospf-authentication.xml.i +++ b/interface-definitions/include/ospf/authentication.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-authentication.xml.i --> +<!-- include start from ospf/authentication.xml.i --> <node name="authentication"> <properties> <help>Authentication</help> diff --git a/interface-definitions/include/ospf/ospf-distance-global.xml.i b/interface-definitions/include/ospf/distance-global.xml.i index 08cd76cba..31809cb70 100644 --- a/interface-definitions/include/ospf/ospf-distance-global.xml.i +++ b/interface-definitions/include/ospf/distance-global.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-distance-global.xml.i --> +<!-- include start from ospf/distance-global.xml.i --> <leafNode name="global"> <properties> <help>Administrative distance</help> diff --git a/interface-definitions/include/ospf/ospf-distance-per-protocol.xml.i b/interface-definitions/include/ospf/distance-per-protocol.xml.i index d2c4b8b52..da3f16c06 100644 --- a/interface-definitions/include/ospf/ospf-distance-per-protocol.xml.i +++ b/interface-definitions/include/ospf/distance-per-protocol.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-distance-per-protocol.xml.i --> +<!-- include start from ospf/distance-per-protocol.xml.i --> <leafNode name="external"> <properties> <help>Distance for external routes</help> diff --git a/interface-definitions/include/ospf/ospf-interface-common.xml.i b/interface-definitions/include/ospf/interface-common.xml.i index 39e90482c..4b0aef380 100644 --- a/interface-definitions/include/ospf/ospf-interface-common.xml.i +++ b/interface-definitions/include/ospf/interface-common.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-interface-common.xml.i --> +<!-- include start from ospf/interface-common.xml.i --> #include <include/bfd.xml.i> <leafNode name="cost"> <properties> diff --git a/interface-definitions/include/ospf/ospf-intervals.xml.i b/interface-definitions/include/ospf/intervals.xml.i index fe220eceb..fad1a6305 100644 --- a/interface-definitions/include/ospf/ospf-intervals.xml.i +++ b/interface-definitions/include/ospf/intervals.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-intervals.xml.i --> +<!-- include start from ospf/intervals.xml.i --> <leafNode name="dead-interval"> <properties> <help>Interval after which a neighbor is declared dead (default: 40)</help> diff --git a/interface-definitions/include/ospf/ospf-metric-type.xml.i b/interface-definitions/include/ospf/metric-type.xml.i index 1e982c4bc..83dc24909 100644 --- a/interface-definitions/include/ospf/ospf-metric-type.xml.i +++ b/interface-definitions/include/ospf/metric-type.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-metric-type.xml.i --> +<!-- include start from ospf/metric-type.xml.i --> <leafNode name="metric-type"> <properties> <help>OSPF metric type for default routes (default: 2)</help> diff --git a/interface-definitions/include/ospf/ospf-metric.xml.i b/interface-definitions/include/ospf/metric.xml.i index 125aedea7..64b455b00 100644 --- a/interface-definitions/include/ospf/ospf-metric.xml.i +++ b/interface-definitions/include/ospf/metric.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-metric.xml.i --> +<!-- include start from ospf/metric.xml.i --> <leafNode name="metric"> <properties> <help>OSPF default metric</help> diff --git a/interface-definitions/include/ospf/ospf-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index ef2b66f8b..6d7fe9d70 100644 --- a/interface-definitions/include/ospf/ospf-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-common-config.xml.i --> +<!-- include start from ospf/protocol-common-config.xml.i --> <tagNode name="access-list"> <properties> <help>Access list to filter networks in routing updates</help> @@ -269,8 +269,8 @@ </constraint> </properties> <children> - #include <include/ospf/ospf-authentication.xml.i> - #include <include/ospf/ospf-intervals.xml.i> + #include <include/ospf/authentication.xml.i> + #include <include/ospf/intervals.xml.i> </children> </tagNode> </children> @@ -311,8 +311,8 @@ <valueless/> </properties> </leafNode> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -335,13 +335,13 @@ <help>Administrative distance</help> </properties> <children> - #include <include/ospf/ospf-distance-global.xml.i> + #include <include/ospf/distance-global.xml.i> <node name="ospf"> <properties> <help>OSPF 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> @@ -361,9 +361,9 @@ </constraint> </properties> <children> - #include <include/ospf/ospf-authentication.xml.i> - #include <include/ospf/ospf-intervals.xml.i> - #include <include/ospf/ospf-interface-common.xml.i> + #include <include/ospf/authentication.xml.i> + #include <include/ospf/intervals.xml.i> + #include <include/ospf/interface-common.xml.i> <leafNode name="bandwidth"> <properties> <help>Interface bandwidth (Mbit/s)</help> @@ -586,7 +586,7 @@ <valueless/> </properties> </leafNode> - #include <include/ospf/ospf-router-id.xml.i> + #include <include/ospf/router-id.xml.i> </children> </node> #include <include/routing-passive-interface-xml.i> @@ -621,8 +621,8 @@ <help>Redistribute BGP routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -631,8 +631,8 @@ <help>Redistribute connected routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -641,8 +641,8 @@ <help>Redistribute IS-IS routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -651,8 +651,8 @@ <help>Redistribute kernel routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -661,8 +661,8 @@ <help>Redistribute RIP routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> @@ -671,8 +671,8 @@ <help>Redistribute static routes</help> </properties> <children> - #include <include/ospf/ospf-metric.xml.i> - #include <include/ospf/ospf-metric-type.xml.i> + #include <include/ospf/metric.xml.i> + #include <include/ospf/metric-type.xml.i> #include <include/route-map.xml.i> </children> </node> diff --git a/interface-definitions/include/ospf/ospf-router-id.xml.i b/interface-definitions/include/ospf/router-id.xml.i index 5dbb52a36..2512f78d7 100644 --- a/interface-definitions/include/ospf/ospf-router-id.xml.i +++ b/interface-definitions/include/ospf/router-id.xml.i @@ -1,4 +1,4 @@ -<!-- include start from ospf/ospf-router-id.xml.i --> +<!-- include start from ospf/router-id.xml.i --> <leafNode name="router-id"> <properties> <help>Override the default router identifier</help> |