]> git.puffer.fish Git - matthieu/frr.git/commitdiff
yang: simplify MSDP peer handling
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 22 Apr 2021 18:07:20 +0000 (15:07 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 25 Jun 2021 18:06:20 +0000 (15:06 -0300)
Make the source address mandatory since it doesn't work without it. The
CLI already mandated it before so it makes sense to change this here as
well.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
yang/frr-pim.yang

index 4c4819ac25ac54689d08495d07d404dd73103553..922ee5d1051f5bdb5ea1db9e97831e50c480b2eb 100644 (file)
@@ -219,6 +219,7 @@ module frr-pim {
       }
 
       leaf source-ip {
+        mandatory true;
         type inet:ip-address;
         description
           "MSDP source IP address.";