diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 390f8dbc47..64cee9ed81 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -2055,6 +2055,8 @@ int peer_remote_as(struct bgp *bgp, union sockunion *su, const char *conf_if, peer_create(su, conf_if, bgp, local_as, *as, as_type, NULL, true, as_str); } + + return 0; }