diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-12 21:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 21:29:09 +0200 |
commit | f0c274a2187a6fadb9bc49108be95292fad679a8 (patch) | |
tree | 5fec1ade05cf0fd50bda1fbd4ebb87049e09069b /interface-definitions/include/ospf/protocol-common-config.xml.i | |
parent | c04976f3ccfb5a739a679050a4238a2cfa1e81d8 (diff) | |
parent | 9347bfa209626167f7f04856a81fc4ccab1aaccd (diff) | |
download | vyos-1x-f0c274a2187a6fadb9bc49108be95292fad679a8.tar.gz vyos-1x-f0c274a2187a6fadb9bc49108be95292fad679a8.zip |
Merge pull request #1904 from Cheeze-It/current
T5081: ISIS and OSPF syncronization with IGP-LDP sync
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, 3 insertions, 1 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index f39b9c5e3..425d3b01c 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -331,6 +331,7 @@ </constraint> </properties> </leafNode> +#include <include/ldp-sync-protocol.xml.i> <node name="distance"> <properties> <help>Administrative distance</help> @@ -385,6 +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> <leafNode name="bandwidth"> <properties> <help>Interface bandwidth (Mbit/s)</help> @@ -875,4 +877,4 @@ </node> </children> </node> -<!-- include end --> +<!-- include end -->
\ No newline at end of file |