]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_igmp_stats.c
Merge pull request #10746 from ton31337/feature/show_group_type_under_rp_info_cli
[mirror_frr.git] / pimd / pim_igmp_stats.c
index 40851a45299a356f05b7706b099c870c23158874..0cf1bb1ec130e79ad1a1315c36335fb03d5908f1 100644 (file)
@@ -43,4 +43,6 @@ void igmp_stats_add(struct igmp_stats *a, struct igmp_stats *b)
        a->mtrace_rsp += b->mtrace_rsp;
        a->mtrace_req += b->mtrace_req;
        a->unsupported += b->unsupported;
+       a->total_groups += b->total_groups;
+       a->total_source_groups += b->total_source_groups;
 }