diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-09-23 08:45:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 08:45:09 +0300 |
| commit | 0ce5baaab1cefb0cd89cd526ab5225cd3a58a921 (patch) | |
| tree | b2107db6725811ab8e04468adc7317d22c631c0d /lib/netns_other.c | |
| parent | efdd997dad76b534826701bbc2145abcd1945f83 (diff) | |
| parent | 1eb92f06c4e39a47a82ae585cfb276497843de6c (diff) | |
Merge pull request #7018 from gouault6wind/show_ip_route
Clean up in vrf management
Diffstat (limited to 'lib/netns_other.c')
| -rw-r--r-- | lib/netns_other.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c index 9cf7f1f33a..3fc4b8df4b 100644 --- a/lib/netns_other.c +++ b/lib/netns_other.c @@ -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) { |
