bird/proto/bgp
Ondrej Zajicek 29c430f856 Changes handling of AS_PATH_CONFED_* segments in AS_PATH.
Although standard says that if we receive AS_PATH_CONFED_*
(and we are not a part of a confederation) segment, we should
drop session, nobody does that and it is unwise to do that.

Now we drop session just in case that peer ASN is in
AS_PATH_CONFED_* segment (to detect peer that considers BIRD
as a part of its confederation).
2009-06-23 10:50:57 +02:00
..
attrs.c Changes handling of AS_PATH_CONFED_* segments in AS_PATH. 2009-06-23 10:50:57 +02:00
bgp.c Implements option that changes BGP listening socket parametres. 2009-06-18 19:20:07 +02:00
bgp.h Minor BGP changes related to error wait time. 2009-06-07 00:38:38 +02:00
config.Y Implements import route limits. 2009-06-04 13:31:09 +02: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 Minor BGP changes related to error wait time. 2009-06-07 00:38:38 +02:00