]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: remove bgp_nexthop_afi prototype
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 18 May 2017 09:29:28 +0000 (11:29 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 18 May 2017 09:29:28 +0000 (11:29 +0200)
as pointed out by Renato Westphal in #536

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_attr.h

index e7f3e25c41885a5cc46b3cdcbd763e1b6ef8a936..b28197cdd2beba20864c7683ab0ec59bb969827a 100644 (file)
@@ -249,8 +249,6 @@ extern struct attr *bgp_attr_default_set (struct attr *attr, u_char);
 extern struct attr *bgp_attr_aggregate_intern (struct bgp *, u_char,
                                         struct aspath *, 
                                         struct community *, int as_set, u_char);
-extern afi_t bgp_nexthop_afi (struct peer *peer, afi_t afi, safi_t safi,
-                              struct attr *attr);
 extern bgp_size_t bgp_packet_attribute (struct bgp *bgp, struct peer *,
                                        struct stream *, struct attr *,
                                        struct bpacket_attr_vec_arr *vecarr,