mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 03:28:51 +00:00
Merge pull request #16915 from donaldsharp/bgp_dead_code
bgpd: Remove dead code from recent commit
This commit is contained in:
commit
f5fb095433
@ -10609,13 +10609,6 @@ DEFPY(bgp_imexport_vrf, bgp_imexport_vrf_cmd,
|
||||
*/
|
||||
SET_FLAG(vrf_bgp->vrf_flags, BGP_VRF_AUTO);
|
||||
}
|
||||
|
||||
if (ret) {
|
||||
vty_out(vty,
|
||||
"VRF %s is not configured as a bgp instance\n",
|
||||
import_name);
|
||||
return CMD_WARNING;
|
||||
}
|
||||
}
|
||||
|
||||
if (remove) {
|
||||
|
Loading…
Reference in New Issue
Block a user