diff options
author | Russ White <russ@riw.us> | 2023-02-28 15:22:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 15:22:32 +0100 |
commit | 617d2b71c0d1b61dfb319f5f629953a95e6beef5 (patch) | |
tree | 9a646628921231f885333215e74f7bea6b51726d /yang | |
parent | Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_gen (diff) | |
parent | tests: Add test for IS-IS advertise-passive-only configuration (diff) | |
download | frr-617d2b71c0d1b61dfb319f5f629953a95e6beef5.tar.xz frr-617d2b71c0d1b61dfb319f5f629953a95e6beef5.zip |
Merge pull request #12840 from dorDiogo/isis_advertise_passive_only
isisd: Add support for IS-IS advertise-passive-only
Diffstat (limited to 'yang')
-rw-r--r-- | yang/frr-isisd.yang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index fd8a0de4e..ff3ba5d12 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -1178,6 +1178,13 @@ module frr-isisd { "RFC6232"; } + leaf advertise-passive-only { + type boolean; + default "false"; + description + "Advertise prefixes of passive interfaces only"; + } + container lsp { description "Configuration of Link-State Packets (LSP) parameters"; |