From 1f8d81335d177580147e778c70e5e84b2544359a Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 15 Oct 2024 11:31:22 -0400 Subject: zebra: make a zif MTYPE internal/static Make an MTYPE used in zifs internal/static Signed-off-by: Mark Stapp --- zebra/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/interface.c') diff --git a/zebra/interface.c b/zebra/interface.c index f1f1b17209..3e92053ba9 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -43,7 +43,7 @@ DEFINE_MTYPE_STATIC(ZEBRA, ZINFO, "Zebra Interface Information"); DEFINE_HOOK(zebra_if_extra_info, (struct vty * vty, struct interface *ifp), (vty, ifp)); -DEFINE_MTYPE(ZEBRA, ZIF_DESC, "Intf desc"); +DEFINE_MTYPE_STATIC(ZEBRA, ZIF_DESC, "Intf desc"); static void if_down_del_nbr_connected(struct interface *ifp); -- cgit v1.2.3