summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-07-01 13:31:21 +0200
committerGitHub <noreply@github.com>2021-07-01 13:31:21 +0200
commit70ec4ea3885e84457b0511a31d82c8782613e809 (patch)
treec5f28ffda56ea1a9cff5acea0fbff9e6a9b4c8ed /yang
parentMerge pull request #8965 from idryzhov/bgp-coverity (diff)
parentpimd: make function names consistent (diff)
downloadfrr-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.yang1
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.";