diff options
Diffstat (limited to 'lib/netns_other.c')
| -rw-r--r-- | lib/netns_other.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c index 740d2b621e..3fc4b8df4b 100644 --- a/lib/netns_other.c +++ b/lib/netns_other.c @@ -18,8 +18,8 @@ */ -#if !defined(GNU_LINUX) && (defined(SUNOS_5) || defined(OPEN_BSD)) -/* SUNOS_5 or OPEN_BSD */ +#if !defined(GNU_LINUX) && defined(OPEN_BSD) +/* OPEN_BSD */ #include <zebra.h> #include "ns.h" @@ -110,13 +110,6 @@ void ns_init(void) { } -/* API to retrieve default NS */ -ns_id_t ns_get_default_id(void) -{ - return NS_UNKNOWN; -} - - /* API that can be used to change from NS */ int ns_switchback_to_initial(void) { |
