diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-05-26 02:06:22 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-05-26 02:06:22 +0200 |
commit | 8d65864d7a8aa04353ef930282690a7d9ffd7e05 (patch) | |
tree | 466bfa67ed036b332a0f35a03b3f657c0b7c9cd6 /tools/etc | |
parent | pimd: Disable handling v3 igmp packets on an interface config'ed for v2 (diff) | |
download | frr-8d65864d7a8aa04353ef930282690a7d9ffd7e05.tar.xz frr-8d65864d7a8aa04353ef930282690a7d9ffd7e05.zip |
tools: Add `show ip igmp statistics` to support bundle gathering
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tools/etc')
-rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 46e0625d8..ff2c633cc 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -160,6 +160,7 @@ show ip igmp groups show ip igmp interface show ip igmp join show ip igmp sources +show ip igmp statistics show ip pim upstream show ip mroute show ip pim join |