diff options
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 7eb98faeb1..96e378444d 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -1119,7 +1119,9 @@ void if_down(struct interface *ifp) void if_refresh(struct interface *ifp) { +#ifndef GNU_LINUX if_get_flags(ifp); +#endif } void zebra_if_update_link(struct interface *ifp, ifindex_t link_ifindex, |
