summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorsarita patra <saritap@vmware.com>2022-05-04 15:05:43 +0200
committersarita patra <saritap@vmware.com>2022-05-13 08:51:21 +0200
commit9726536d1d88daf18696f2ea69e9a18131c14b9d (patch)
tree3b947a6db9e715bc9742e50c9ae64b4080fac28b /yang
parentpimd: Disable receiving BSM on passive interface (diff)
downloadfrr-9726536d1d88daf18696f2ea69e9a18131c14b9d.tar.xz
frr-9726536d1d88daf18696f2ea69e9a18131c14b9d.zip
pimd: Northbound support for pim passive enable
Added nothbound callbacks for pim-passive-enable Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-pim.yang7
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang
index 08bc9ce0a..9e40d7860 100644
--- a/yang/frr-pim.yang
+++ b/yang/frr-pim.yang
@@ -334,6 +334,13 @@ module frr-pim {
"Enable PIM flag on the interface.";
}
+ leaf pim-passive-enable {
+ type boolean;
+ default "false";
+ description
+ "Disable exchange of protocol packets.";
+ }
+
leaf hello-interval {
type uint8 {
range "1..max";