]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_ns.h
zebra: start the netns notification mechanism after ns initialisation
[mirror_frr.git] / zebra / zebra_ns.h
index d3592f8f305d9b942dfab015a72e80f7b48eeb1c..01af64c17bba2e7ca349adf921d3ccf41232e64c 100644 (file)
@@ -60,7 +60,7 @@ struct zebra_ns {
 
 struct zebra_ns *zebra_ns_lookup(ns_id_t ns_id);
 
-int zebra_ns_init(void);
+int zebra_ns_init(const char *optional_default_name);
 int zebra_ns_enable(ns_id_t ns_id, void **info);
 int zebra_ns_disabled(struct ns *ns);
 int zebra_ns_early_shutdown(struct ns *ns);