0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/bgp
Ondrej Zajicek 82a79586e5 Better handling of too long attributes
This patch extends the length for attributes from 1024 to 2048
(because both AS_PATH and AS4_PATH attributes take 2+4 B per AS).

If there is not enough space for attributes, Bird skips that
route group. Old behavior (skipping remaining attributes)
leads to skipping required attributes and session drop.
2009-02-27 15:24:46 +01:00
..
attrs.c Better handling of too long attributes 2009-02-27 15:24:46 +01:00
bgp.c Adds support for fallback to capabilityless BGP connect 2008-12-24 17:24:41 +01:00
bgp.h Rate limit for most abundant log messages 2009-02-26 14:23:54 +01:00
config.Y Implementation of route server. 2008-11-01 12:55:43 +01:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Construction of BGP packets. 2000-03-21 15:53:50 +00:00
packets.c Better handling of too long attributes 2009-02-27 15:24:46 +01:00