diff options
| author | Russ White <russ@riw.us> | 2021-10-08 13:49:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 13:49:54 -0400 |
| commit | 99497bc4ee5c8324444998310cd211425d9bb10c (patch) | |
| tree | 075e382f49c3c152ae7c739bade133d824f58856 /zebra/zebra_ns.c | |
| parent | 144908dc528c1cc89d576888dbacb1c4b1661457 (diff) | |
| parent | 42d4b30e00131923691ef260ed8b1ff11bf3f33c (diff) | |
Merge pull request #9471 from pguibert6WIND/table_manager_alloc2
zebra: extend table manager per vrf, add vty configuration
Diffstat (limited to 'zebra/zebra_ns.c')
| -rw-r--r-- | zebra/zebra_ns.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/zebra_ns.c b/zebra/zebra_ns.c index 8ae677fb22..50e1d0f389 100644 --- a/zebra/zebra_ns.c +++ b/zebra/zebra_ns.c @@ -128,9 +128,6 @@ int zebra_ns_enable(ns_id_t ns_id, void **info) route_read(zns); kernel_read_pbr_rules(zns); - /* Initiate Table Manager per ZNS */ - table_manager_enable(ns_id); - return 0; } @@ -145,8 +142,6 @@ static int zebra_ns_disable_internal(struct zebra_ns *zns, bool complete) kernel_terminate(zns, complete); - table_manager_disable(zns->ns_id); - zns->ns_id = NS_DEFAULT; return 0; |
