mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
Merge pull request #11916 from leonshaw/fix/conf-vrf-netns
zebra: Reconfiguring netns for vrf is not a failure
This commit is contained in:
commit
27e8358522
@ -595,7 +595,7 @@ int zebra_vrf_netns_handler_create(struct vty *vty, struct vrf *vrf,
|
|||||||
zlog_info(
|
zlog_info(
|
||||||
"VRF %u already configured with NETNS %s",
|
"VRF %u already configured with NETNS %s",
|
||||||
vrf->vrf_id, ns->name);
|
vrf->vrf_id, ns->name);
|
||||||
return CMD_WARNING_CONFIG_FAILED;
|
return CMD_WARNING;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ns = ns_lookup_name(pathname);
|
ns = ns_lookup_name(pathname);
|
||||||
|
Loading…
Reference in New Issue
Block a user