summaryrefslogtreecommitdiff
path: root/lib/ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ns.h')
-rw-r--r--lib/ns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ns.h b/lib/ns.h
index 6aebc44259..fca5becd7a 100644
--- a/lib/ns.h
+++ b/lib/ns.h
@@ -99,5 +99,6 @@ extern int ns_handler_create(struct vty *vty, struct vrf *vrf,
extern char *ns_netns_pathname(struct vty *vty, const char *name);
extern void *ns_info_lookup(ns_id_t ns_id);
extern void ns_walk_func(int (*func)(struct ns *));
+extern const char *ns_get_name(struct ns *ns);
#endif /*_ZEBRA_NS_H*/