From: Donatas Abraitis Date: Fri, 10 Jun 2022 09:53:10 +0000 (+0300) Subject: bgpd: Drop sockunion_vty_out() wrong definition X-Git-Tag: frr-8.5.1~823^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0019e31c3b8a11494b739b6240b17979dfdad23a;p=mirror_frr.git bgpd: Drop sockunion_vty_out() wrong definition Probably leftover. Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 5df45aa31..ac6e7f192 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -9846,7 +9846,6 @@ void route_vty_out_detail(struct vty *vty, struct bgp *bgp, struct bgp_dest *bn, char buf[INET6_ADDRSTRLEN]; char buf1[BUFSIZ]; struct attr *attr = path->attr; - int sockunion_vty_out(struct vty *, union sockunion *); time_t tbuf; json_object *json_bestpath = NULL; json_object *json_cluster_list = NULL;