Babel: Interface address irrelevant for interface pattern matching.
This commit is contained in:
parent
289c1a7968
commit
4ae3ee1200
1 changed files with 1 additions and 1 deletions
|
@ -1570,7 +1570,7 @@ babel_if_notify(struct proto *P, unsigned flags, struct iface *iface)
|
|||
|
||||
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 */
|
||||
if (!(iface->flags & IF_MULTICAST))
|
||||
|
|
Loading…
Reference in a new issue