summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c
index 4f89c8b5f7..d526afd77b 100644
--- a/bgpd/bgp_route.c
+++ b/bgpd/bgp_route.c
@@ -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,