From 650d9013472b9b33f1bc64a65ca24529060f885f Mon Sep 17 00:00:00 2001 From: sarita patra Date: Mon, 4 Apr 2022 04:16:10 -0700 Subject: [PATCH] doc: add ip[v6] pim passive support Signed-off-by: sarita patra --- doc/user/pim.rst | 4 ++++ doc/user/pimv6.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/user/pim.rst b/doc/user/pim.rst index dcea709503..ae39f4220d 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -234,6 +234,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end. and would like pim to use a specific source address associated with that interface. +.. clicmd:: ip pim passive + + Disable sending and receiving pim control packets on the interface. + .. clicmd:: ip igmp Tell pim to receive IGMP reports and Query on this interface. The default diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index 0456e77b21..c4d32e8751 100644 --- a/doc/user/pimv6.rst +++ b/doc/user/pimv6.rst @@ -158,6 +158,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end. and would like pim to use a specific source address associated with that interface. +.. clicmd:: ipv6 pim passive + + Disable sending and receiving pim control packets on the interface. + .. clicmd:: ipv6 mld Tell pim to receive MLD reports and Query on this interface. The default