Skip to content

Commit

Permalink
Merge pull request #16915 from donaldsharp/bgp_dead_code
Browse files Browse the repository at this point in the history
bgpd: Remove dead code from recent commit
Jafaral authored Sep 25, 2024
2 parents a172bea + 40c94ca commit f5fb095
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
@@ -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) {

0 comments on commit f5fb095

Please sign in to comment.