mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 23:53:28 +00:00
Merge pull request #3566 from pguibert6WIND/fix_vrf_netns_broken
zebra: fix vrf netns broken
This commit is contained in:
commit
4bfbcbdbb2
@ -73,6 +73,7 @@ static int zebra_ns_new(struct ns *ns)
|
|||||||
zns = zebra_ns_alloc();
|
zns = zebra_ns_alloc();
|
||||||
ns->info = zns;
|
ns->info = zns;
|
||||||
zns->ns = ns;
|
zns->ns = ns;
|
||||||
|
zns->ns_id = ns->ns_id;
|
||||||
|
|
||||||
/* Do any needed per-NS data structure allocation. */
|
/* Do any needed per-NS data structure allocation. */
|
||||||
zns->if_table = route_table_init();
|
zns->if_table = route_table_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user