diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-19 18:48:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 18:48:30 +0200 |
commit | dcdcc18b2097648b44fdd77155e2e903c9f5cad9 (patch) | |
tree | 25c52b73bad9cd0e9d97e2883f6c1c7d506383a4 /interface-definitions | |
parent | e570044ff8a81cbcfc340df5c8a33763a6962af3 (diff) | |
parent | f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0 (diff) | |
download | vyos-1x-dcdcc18b2097648b44fdd77155e2e903c9f5cad9.tar.gz vyos-1x-dcdcc18b2097648b44fdd77155e2e903c9f5cad9.zip |
Merge pull request #2285 from c-po/T5597-isis
isis: T5597: add new features from FRR 9
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> |