diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-22 08:37:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 08:37:49 +0200 |
commit | 7321fa364a8c8c0b1c2fe10aa6580171e5860e4d (patch) | |
tree | 324cb3520a7f67c05fc2efc36bfa5aacf16ae940 /interface-definitions/include/ospf/protocol-common-config.xml.i | |
parent | e9153730c76f96fb585df6276b6505a00b14b17b (diff) | |
parent | 9e5d0384a0b25949edfd0dfc065b6fe572f943e7 (diff) | |
download | vyos-1x-7321fa364a8c8c0b1c2fe10aa6580171e5860e4d.tar.gz vyos-1x-7321fa364a8c8c0b1c2fe10aa6580171e5860e4d.zip |
Merge pull request #2104 from c-po/t5377-ospf-gr
ospf: T5377: add graceful restart FRR feature (RFC 3623)
Diffstat (limited to 'interface-definitions/include/ospf/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 30 |
1 files changed, 29 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 3492b873f..c4778e126 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -326,6 +326,19 @@ </children> </tagNode> #include <include/ospf/auto-cost.xml.i> +<node name="capability"> + <properties> + <help>Enable specific OSPF features</help> + </properties> + <children> + <leafNode name="opaque"> + <properties> + <help>Opaque LSA</help> + <valueless/> + </properties> + </leafNode> + </children> +</node> #include <include/ospf/default-information.xml.i> <leafNode name="default-metric"> <properties> @@ -339,6 +352,21 @@ </constraint> </properties> </leafNode> +#include <include/ospf/graceful-restart.xml.i> +<node name="graceful-restart"> + <children> + <node name="helper"> + <children> + <leafNode name="no-strict-lsa-checking"> + <properties> + <help>Disable strict LSA check</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> + </children> +</node> <leafNode name="maximum-paths"> <properties> <help>Maximum multiple paths (ECMP)</help> @@ -928,4 +956,4 @@ </node> </children> </node> -<!-- include end -->
\ No newline at end of file +<!-- include end --> |