diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-07-01 13:31:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 13:31:21 +0200 |
commit | 70ec4ea3885e84457b0511a31d82c8782613e809 (patch) | |
tree | c5f28ffda56ea1a9cff5acea0fbff9e6a9b4c8ed /yang | |
parent | Merge pull request #8965 from idryzhov/bgp-coverity (diff) | |
parent | pimd: make function names consistent (diff) | |
download | frr-70ec4ea3885e84457b0511a31d82c8782613e809.tar.xz frr-70ec4ea3885e84457b0511a31d82c8782613e809.zip |
Merge pull request #8871 from opensourcerouting/msdp-peer-rework
pimd: rework MSDP peer and add tests
Diffstat (limited to 'yang')
-rw-r--r-- | yang/frr-pim.yang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang index 4c4819ac2..922ee5d10 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -219,6 +219,7 @@ module frr-pim { } leaf source-ip { + mandatory true; type inet:ip-address; description "MSDP source IP address."; |