diff options
| author | sarita patra <saritap@vmware.com> | 2022-05-04 06:05:43 -0700 | 
|---|---|---|
| committer | sarita patra <saritap@vmware.com> | 2022-05-12 23:51:21 -0700 | 
| commit | 9726536d1d88daf18696f2ea69e9a18131c14b9d (patch) | |
| tree | 3b947a6db9e715bc9742e50c9ae64b4080fac28b /yang/frr-pim.yang | |
| parent | fd3eb43d7619127f328fa0042e63271581d4fa05 (diff) | |
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/frr-pim.yang')
| -rw-r--r-- | yang/frr-pim.yang | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang index 08bc9ce0a6..9e40d78602 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";  | 
