diff options
Diffstat (limited to '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 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"; |