From: Jan Maria Matejka Date: Tue, 22 Aug 2017 11:47:01 +0000 (+0200) Subject: Babel: Interface address irrelevant for interface pattern matching. X-Git-Tag: v2.0.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae3ee1200b386219673c2168eae996c6207b077;p=thirdparty%2Fbird.git Babel: Interface address irrelevant for interface pattern matching. --- diff --git a/proto/babel/babel.c b/proto/babel/babel.c index 67a59df65..a0ec3629d 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -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))