]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/netns_other.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / netns_other.c
index 2402dd17d6e6909bd52f6b3cff606c3ce2902169..4c7be05fab2524b393fb8e3c34cae919fa5b7afe 100644 (file)
@@ -153,6 +153,11 @@ int ns_enable(struct ns *ns, int (*func)(ns_id_t, void *))
        return 0;
 }
 
+ns_id_t ns_map_nsid_with_external(ns_id_t ns_id, bool maporunmap)
+{
+       return NS_UNKNOWN;
+}
+
 struct ns *ns_get_created(struct ns *ns, char *name, ns_id_t ns_id)
 {
        return NULL;