diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2022-05-10 08:23:45 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-12-12 10:34:19 -0300 |
| commit | 74834a92f62871305fb4b3308c41121fac0e2031 (patch) | |
| tree | 8968b4076207cf8c49b17be74bd740954f70102a /yang | |
| parent | f170e9bba933ea0f4ba7d7000480a7cae97e304d (diff) | |
pimd: support originator id configuration
Allow user to specify the RP field for the SA messages.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-pim.yang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang index 6e5fc3c6ce..5fd7e66a3b 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -269,6 +269,14 @@ module frr-pim { "Log all MSDP SA related events."; } + leaf originator-id { + type inet:ip-address; + description + "Configure the RP address for the SAs. + + By default the local system RP address will be used."; + } + leaf shutdown { type boolean; default false; |
