diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-18 21:58:46 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-18 21:58:46 +0200 |
commit | f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0 (patch) | |
tree | 67bcf0522a4fd735704e0f198814085ead86f6c5 /interface-definitions | |
parent | 45cfd569119b66abd2f0dfb954042b57921881bd (diff) | |
download | vyos-1x-f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0.tar.gz vyos-1x-f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0.zip |
isis: T5597: add new features from FRR 9
* Add support for IS-IS advertise-high-metrics
set protocols isis advertise-high-metrics
* Add support for IS-IS advertise-passive-only
set protocols isis advertise-passive-only
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 4ca7061db..648f2b319 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -1,4 +1,16 @@ <!-- include start from isis/protocol-common-config.xml.i --> +<leafNode name="advertise-high-metrics"> + <properties> + <help>Advertise high metric value on all interfaces</help> + <valueless/> + </properties> +</leafNode> +<leafNode name="advertise-passive-only"> + <properties> + <help>Advertise prefixes of passive interfaces only</help> + <valueless/> + </properties> +</leafNode> <node name="area-password"> <properties> <help>Configure the authentication password for an area</help> |