From e0701b7955b883c5437269a382e1afc76ee71e5c Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 20 May 2004 09:19:34 +0000 Subject: Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges. --- bgpd/bgp_route.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_route.h') diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index fd97617a..273ed41a 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -131,7 +131,7 @@ void bgp_clear_adj_in (struct peer *, afi_t, safi_t); int bgp_nlri_sanity_check (struct peer *, int, u_char *, bgp_size_t); int bgp_nlri_parse (struct peer *, struct attr *, struct bgp_nlri *); -int bgp_maximum_prefix_overflow (struct peer *, afi_t, safi_t); +int bgp_maximum_prefix_overflow (struct peer *, afi_t, safi_t, int); void bgp_redistribute_add (struct prefix *, struct in_addr *, u_int32_t, u_char); void bgp_redistribute_delete (struct prefix *, u_char); -- cgit v1.2.1