summaryrefslogtreecommitdiff
path: root/lib/if.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-21 07:40:27 -0400
committerGitHub <noreply@github.com>2019-06-21 07:40:27 -0400
commit2bc398c3c4af0e3e7c821b81ba97d287246ed2ef (patch)
tree1bb05678fe57348b51e9ccc7cd5838bfaceef388 /lib/if.c
parent9578e35d340dd4160727fdccaa0a249102f330e7 (diff)
parentb3a7e30d1f563ae25381907db519db477d9d7ee7 (diff)
Merge pull request #4573 from opensourcerouting/mtype_cleanup
MTYPE cleanup pass
Diffstat (limited to 'lib/if.c')
-rw-r--r--lib/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if.c b/lib/if.c
index 4314252d76..f7a167f251 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -39,7 +39,7 @@
#include "lib/if_clippy.c"
#endif
-DEFINE_MTYPE(LIB, IF, "Interface")
+DEFINE_MTYPE_STATIC(LIB, IF, "Interface")
DEFINE_MTYPE_STATIC(LIB, CONNECTED, "Connected")
DEFINE_MTYPE_STATIC(LIB, NBR_CONNECTED, "Neighbor Connected")
DEFINE_MTYPE(LIB, CONNECTED_LABEL, "Connected interface label")