mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
Revert "bgpd: Use default VRF name if using router bgp
command"
This reverts commit 5ce106b72b
.
This commit is contained in:
parent
23f1fa0704
commit
31acf04aa4
@ -1323,7 +1323,7 @@ DEFUN_YANG_NOSH(router_bgp,
|
||||
UNSET_FLAG(bgp->vrf_flags, BGP_VRF_AUTO);
|
||||
|
||||
snprintf(base_xpath, sizeof(base_xpath), FRR_BGP_GLOBAL_XPATH,
|
||||
"frr-bgp:bgp", "bgp", VRF_DEFAULT_NAME);
|
||||
"frr-bgp:bgp", "bgp", name ? name : VRF_DEFAULT_NAME);
|
||||
|
||||
nb_cli_enqueue_change(vty, ".", NB_OP_CREATE, NULL);
|
||||
snprintf(as_str, 12, "%d", bgp->as);
|
||||
|
Loading…
Reference in New Issue
Block a user