diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-02-19 07:21:00 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 07:21:00 -0500 | 
| commit | 23fc4ce666b7e71df1256709c8646bc26327f439 (patch) | |
| tree | 69c5cb85b4125ae10201a261ef3db7a9fe6db757 /doc | |
| parent | 5082cab8099377eea946326b8f1dce642cfa4309 (diff) | |
| parent | 80a12477e09023ed279ea06c3cbf449d773319dd (diff) | |
Merge pull request #18111 from opensourcerouting/gmp-leave
pimd,pim6d: support IGMPv2/MLDv1 immediate leave
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/pim.rst | 4 | ||||
| -rw-r--r-- | doc/user/pimv6.rst | 4 | 
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 9e4c7bb94a..0fb01a1ebb 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -424,6 +424,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end.     interfaces on this interface. Join-groups on other interfaces will     also be proxied. The default version is v3. +.. clicmd:: ip igmp immediate-leave + +   Immediately leaves an IGMP group when receiving a IGMPv2 Leave packet. +  .. clicmd:: ip igmp query-interval (1-65535)     Set the IGMP query interval that PIM will use. diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index bd5430f51e..c1c2f76fc4 100644 --- a/doc/user/pimv6.rst +++ b/doc/user/pimv6.rst @@ -245,6 +245,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end.     Join multicast group or source-group on an interface. +.. clicmd:: ipv6 mld immediate-leave + +   Immediately leaves a MLD group when receiving a MLDv1 Done packet. +  .. clicmd:: ipv6 mld query-interval (1-65535)     Set the MLD query interval that PIM will use.  | 
