diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-09-19 18:29:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 18:29:55 +0100 |
commit | 78e07ec57102060ecc6554b1531ae953b061a5dd (patch) | |
tree | 41aef86da61b156a3a09cdfb407dc8d0dcb9081c /interface-definitions | |
parent | 89f650f3db2dc41750ea15813269416ac5def2e4 (diff) | |
parent | 42b06ec46f3caf95be3550b32531abc58d07fec9 (diff) | |
download | vyos-1x-78e07ec57102060ecc6554b1531ae953b061a5dd.tar.gz vyos-1x-78e07ec57102060ecc6554b1531ae953b061a5dd.zip |
Merge pull request #2290 from vyos/mergify/bp/sagitta/pr-2285
isis: T5597: add new features from FRR 9 (backport #2285)
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> |