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:
Philippe Guibert 2018-01-22 09:55:26 +01:00
parent 90ac32c209
commit f1abb72c4e

View File

@ -81,7 +81,7 @@ int zebra_ns_init(void)
zebra_vrf_init();
zebra_ns_enable(0, (void **)&dzns);
zebra_ns_enable(NS_DEFAULT, (void **)&dzns);
return 0;
}