mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 01:57:26 +00:00
ospf6d: Fix compile warnings
These compile issues were found by running ./buildtest.sh on a fedora 25 box. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
a707247eff
commit
285a775ac7
@ -712,7 +712,7 @@ interface_up (struct thread *thread)
|
|||||||
if (IS_OSPF6_DEBUG_INTERFACE)
|
if (IS_OSPF6_DEBUG_INTERFACE)
|
||||||
zlog_debug ("Interface %s has no link local address, can't execute [InterfaceUp]",
|
zlog_debug ("Interface %s has no link local address, can't execute [InterfaceUp]",
|
||||||
oi->interface->name);
|
oi->interface->name);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Recompute cost */
|
/* Recompute cost */
|
||||||
|
Loading…
Reference in New Issue
Block a user