mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:23:41 +00:00
zebra: fix IPv6 RA wrt interface removal (BZ#480)
This commit is contained in:
parent
6dd6c307bf
commit
2894cdc344
@ -368,7 +368,7 @@ rtadv_timer (struct thread *thread)
|
|||||||
|
|
||||||
for (ALL_LIST_ELEMENTS (iflist, node, nnode, ifp))
|
for (ALL_LIST_ELEMENTS (iflist, node, nnode, ifp))
|
||||||
{
|
{
|
||||||
if (if_is_loopback (ifp))
|
if (if_is_loopback (ifp) || ! if_is_operative (ifp))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
zif = ifp->info;
|
zif = ifp->info;
|
||||||
|
Loading…
Reference in New Issue
Block a user