diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-08-04 10:07:33 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-07 21:05:26 -0400 |
| commit | 8f500a1cf156c6033f2e0b1ef40db09f9d6f34a2 (patch) | |
| tree | 9d115beedfdb9638e0dbc51b76bdec2f59752d0e /zebra/if_ioctl.c | |
| parent | 6b8a5694d3f138f0d32026d56d24a129a21c5da8 (diff) | |
*: fix trivial build errors on *BSD
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/if_ioctl.c')
| -rw-r--r-- | zebra/if_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/if_ioctl.c b/zebra/if_ioctl.c index 88fea3427f..0a9807b8b9 100644 --- a/zebra/if_ioctl.c +++ b/zebra/if_ioctl.c @@ -427,7 +427,7 @@ interface_info_ioctl () struct listnode *node, *nnode; struct interface *ifp; - for (ALL_LIST_ELEMENTS (iflist, node, nnode, ifp)) + for (ALL_LIST_ELEMENTS (vrf_iflist (VRF_DEFAULT), node, nnode, ifp)) { if_get_index (ifp); #ifdef SIOCGIFHWADDR |
