mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Babel: Interface address irrelevant for interface pattern matching.
This commit is contained in:
parent
289c1a7968
commit
4ae3ee1200
@ -1570,7 +1570,7 @@ babel_if_notify(struct proto *P, unsigned flags, struct iface *iface)
|
|||||||
|
|
||||||
if (flags & IF_CHANGE_UP)
|
if (flags & IF_CHANGE_UP)
|
||||||
{
|
{
|
||||||
struct babel_iface_config *ic = (void *) iface_patt_find(&cf->iface_list, iface, iface->addr);
|
struct babel_iface_config *ic = (void *) iface_patt_find(&cf->iface_list, iface, NULL);
|
||||||
|
|
||||||
/* we only speak multicast */
|
/* we only speak multicast */
|
||||||
if (!(iface->flags & IF_MULTICAST))
|
if (!(iface->flags & IF_MULTICAST))
|
||||||
|
Loading…
Reference in New Issue
Block a user