]> git.proxmox.com Git - mirror_frr.git/commit
pimd: avoid one EC log
authoranlan_cs <vic.lan@pica8.com>
Sat, 5 Nov 2022 13:33:01 +0000 (21:33 +0800)
committeranlan_cs <vic.lan@pica8.com>
Sat, 5 Nov 2022 13:54:30 +0000 (21:54 +0800)
commit5aed4d137623a1995b8b8d33dafa0a52177dab31
tree2b60eabec071176d91cbed1e8e1fd877e0e334dd
parent3e85fb337332c8dbdf0a8834515170556f530b94
pimd: avoid one EC log

Saw this EC log:

```
PIM: [WX4HZ-FA72S][EC 100663307] pim_rp_find_match_group: BUG We should have found default group information
```

The root cause is group address of "0.0.0.0" is wrongly introduced into
`pim_rp_find_match_group()`. So add a check to avoid it.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
pimd/pim_igmp_mtrace.c