summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-04-30 15:34:32 +0000
committerGitHub <noreply@github.com>2021-04-30 15:34:32 +0000
commit1af1ce4ebc9fef96ccf37913ac83793b5005981a (patch)
tree6824af5f36751514f9de2f31a307b4d4126086d9 /zebra/interface.h
parent058d0236b61e53722b4974791e8e019a892959b5 (diff)
parent357b150daec44c3309391cae921f0a284d171b43 (diff)
Merge pull request #8576 from pguibert6WIND/macvlan_crash
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 67eb1176b9..24bc70cb9b 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -482,7 +482,7 @@ extern int ipv6_address_configured(struct interface *ifp);
extern void if_handle_vrf_change(struct interface *ifp, vrf_id_t vrf_id);
extern void zebra_if_update_link(struct interface *ifp, ifindex_t link_ifindex,
ns_id_t ns_id);
-extern void zebra_if_update_all_links(void);
+extern void zebra_if_update_all_links(struct zebra_ns *zns);
extern void zebra_if_set_protodown(struct interface *ifp, bool down);
extern int if_ip_address_install(struct interface *ifp, struct prefix *prefix,
const char *label, struct prefix *pp);