diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-12 21:36:27 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-12 21:36:27 +0200 |
commit | 8cb0b59fce842c9e69ebf1b9099abce2c6e21447 (patch) | |
tree | 19c708e5e20a2edd1503d1e7543f05e7eae293e9 /interface-definitions/include/ospf/protocol-common-config.xml.i | |
parent | f0c274a2187a6fadb9bc49108be95292fad679a8 (diff) | |
download | vyos-1x-8cb0b59fce842c9e69ebf1b9099abce2c6e21447.tar.gz vyos-1x-8cb0b59fce842c9e69ebf1b9099abce2c6e21447.zip |
xml: T5081: generate common holddown XML building block for IS-IS and OSPF
Diffstat (limited to 'interface-definitions/include/ospf/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 425d3b01c..e400119dd 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -331,7 +331,7 @@ </constraint> </properties> </leafNode> -#include <include/ldp-sync-protocol.xml.i> +#include <include/isis/ldp-sync-protocol.xml.i> <node name="distance"> <properties> <help>Administrative distance</help> @@ -386,7 +386,7 @@ #include <include/ospf/authentication.xml.i> #include <include/ospf/intervals.xml.i> #include <include/ospf/interface-common.xml.i> - #include <include/ldp-sync-interface.xml.i> + #include <include/isis/ldp-sync-interface.xml.i> <leafNode name="bandwidth"> <properties> <help>Interface bandwidth (Mbit/s)</help> |