mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-20 00:46:02 +00:00
Merge pull request #4372 from opensourcerouting/bgp-reason-warning
bgpd: fix compiler warning in reason2str
This commit is contained in:
commit
aafff53204
@ -8005,6 +8005,7 @@ static const char *bgp_path_selection_reason2str(
|
||||
return "Nothing left to compare";
|
||||
break;
|
||||
}
|
||||
return "Invalid (internal error)";
|
||||
}
|
||||
|
||||
void route_vty_out_detail(struct vty *vty, struct bgp *bgp,
|
||||
|
Loading…
Reference in New Issue
Block a user