diff options
author | hasso <hasso> | 2004-05-20 09:19:34 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-20 09:19:34 +0000 |
commit | e0701b7955b883c5437269a382e1afc76ee71e5c (patch) | |
tree | d00034c1b7f369fc8214d401b7a44ef586d73e15 /bgpd/bgp_route.h | |
parent | 62843e433d8f85bce381edc6202c4af6c5cec31b (diff) | |
download | quagga-e0701b7955b883c5437269a382e1afc76ee71e5c.tar.bz2 quagga-e0701b7955b883c5437269a382e1afc76ee71e5c.tar.xz |
Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r-- | bgpd/bgp_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |