Merge pull request #16915 from donaldsharp/bgp_dead_code

bgpd: Remove dead code from recent commit
This commit is contained in:
Jafar Al-Gharaibeh 2024-09-25 10:56:04 -05:00 committed by GitHub
commit f5fb095433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {