]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: fix stray comment referencing INADDR_NONE
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 2 Mar 2022 09:41:22 +0000 (10:41 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 2 Mar 2022 09:41:22 +0000 (10:41 +0100)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_rp.c

index c062d5488b935b831762dc873e6e39b684dd3603..7d9cab9f01ad9dbb1f3e09bb670dc7a9d9ddc227 100644 (file)
@@ -510,7 +510,7 @@ int pim_rp_new(struct pim_instance *pim, struct in_addr rp_addr, struct prefix g
                }
 
                /*
-                * Take over the 224.0.0.0/4 group if the rp is INADDR_NONE
+                * Take over the 224.0.0.0/4 group if the rp is INADDR_ANY
                 */
                if (prefix_same(&rp_all->group, &rp_info->group) &&
                    pim_rpf_addr_is_inaddr_any(&rp_all->rp)) {