]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: IGMP/MLD commands to limit source/groups
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 1 Feb 2025 17:33:28 +0000 (14:33 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 10 Feb 2025 18:40:07 +0000 (15:40 -0300)
Document the newly added commands to limit the maximum amount of
groups/source to learn.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
doc/user/pim.rst
doc/user/pimv6.rst

index c139e648800f9e5d6e2bef5fe453e1d3bf416cdd..9e4c7bb94a663c113c88c6171dd8f455dce757f7 100644 (file)
@@ -437,6 +437,14 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
 
    Set the IGMP version used on this interface. The default value is 3.
 
+.. clicmd:: ip igmp max-groups (0-4294967295)
+
+   Set the maximum number of IGMP groups that the can be joined on an interface.
+
+.. clicmd:: ip igmp max-sources (0-4294967295)
+
+   Set the maximum number of IGMP sources to learn per group.
+
 .. clicmd:: ip multicast boundary oil WORD
 
    Set a PIM multicast boundary, based upon the WORD prefix-list. If a PIM join
index 555c830615f01ac60b571edf94706c1ac57a8b2c..a5feb58e84209b1a1d46cc0f97a85e28cf0f9f92 100644 (file)
@@ -258,6 +258,14 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
 
    Set the MLD version used on this interface. The default value is 2.
 
+.. clicmd:: ipv6 mld max-groups (0-4294967295)
+
+   Set the maximum number of MLD groups that the can be joined on an interface.
+
+.. clicmd:: ipv6 mld max-sources (0-4294967295)
+
+   Set the maximum number of MLD sources to learn per group.
+
 .. clicmd:: ipv6 multicast boundary oil WORD
 
    Set a PIMv6 multicast boundary, based upon the WORD prefix-list. If a PIMv6