From ddbf3e60604019d4b38d51226700e2244cc531b6 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 18 Sep 2019 23:07:44 -0400 Subject: *: Convert from ->interface_up to the interface callback For all the places we have a zclient->interface_up convert them to use the interface ifp_up callback instead. Signed-off-by: Donald Sharp --- lib/if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index 0261f03f7..28c147365 100644 --- a/lib/if.h +++ b/lib/if.h @@ -564,6 +564,7 @@ extern void if_zapi_callbacks(int (*create)(struct interface *ifp), int (*destroy)(struct interface *ifp)); extern void if_new_via_zapi(struct interface *ifp); +extern void if_up_via_zapi(struct interface *ifp); extern const struct frr_yang_module_info frr_interface_info; -- cgit v1.2.3