mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:18:52 +00:00
zebra: replace 0 value on zebra with NS_DEFAULT
On some places, macro NS_DEFAULT was not used. This commit is replacind on some identified places where 0 can be replaced with NS_DEFAULT macro. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
90ac32c209
commit
f1abb72c4e
@ -81,7 +81,7 @@ int zebra_ns_init(void)
|
|||||||
|
|
||||||
zebra_vrf_init();
|
zebra_vrf_init();
|
||||||
|
|
||||||
zebra_ns_enable(0, (void **)&dzns);
|
zebra_ns_enable(NS_DEFAULT, (void **)&dzns);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user