mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Fix typo
This commit is contained in:
parent
9a74622ca1
commit
062d18fdb1
@ -34,7 +34,7 @@ dev_ifa_notify(struct proto *P, uint flags, struct ifa *ad)
|
||||
|
||||
if (!EMPTY_LIST(cf->iface_list) &&
|
||||
!iface_patt_find(&cf->iface_list, ad->iface, ad->iface->addr))
|
||||
/* Empty list is automagically treated as "*" */
|
||||
/* Empty list is automatically treated as "*" */
|
||||
return;
|
||||
|
||||
if (ad->flags & IA_SECONDARY)
|
||||
|
Loading…
Reference in New Issue
Block a user