1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

28 Commits

Author SHA1 Message Date
5e88d73025 BGP now reports originating AS and origin type in get_route_info(). 2000-05-19 11:01:41 +00:00
93d6bf38a6 The bgp_list is gone. Incomming connections are now handled in a much
more straightforward manner by scanning the active configuration for
matching protocols.
2000-05-08 13:26:30 +00:00
cf3d6470d7 IPv6 BGP support finished. Also simplified the BGP stuff a bit. 2000-05-04 20:02:56 +00:00
1c1da87b27 Receive-only IPv6 BGP. 2000-05-04 09:03:31 +00:00
85368cd4b7 Full protocol tracing. 2000-05-02 16:07:41 +00:00
cea6366400 The `bgp_origin' attribute is now an enum. 2000-04-28 15:13:29 +00:00
6fd766c17e Implemented automatic restart after error with all the timers needed. 2000-04-25 23:08:31 +00:00
efcece2da3 Better reporting of both local and remote errors. 2000-04-25 21:13:25 +00:00
8b258e4e65 LOCAL_PREF is now always present and exported over all ibgp connections [draft]
Allow setting of address of the local end of the TCP connection.

Several bug fixes.
2000-04-21 13:01:28 +00:00
2a9e064d7b If no NLRI's are present in an UPDATE message, parse the attributes, but
don't check presence of mandatory attributes. [draft-09]
2000-04-21 12:25:35 +00:00
bd2d8190dd Honor standard communities (no_export, no_advertise, no_export_subconfed)
when exporting routes.
2000-04-17 13:13:08 +00:00
56a2bed46b Don't import/export MED and LOCAL_PREF on external links.
Added real comparison of BGP routes (inspired by the Cisco one).
Default local preference and default MED are now settable.
Defined filter keywords for all BGP attributes we know.
2000-04-17 12:46:07 +00:00
1ed2fe9609 Send and receive communities. 2000-04-17 10:19:15 +00:00
f421cfdd80 Sending of update messages works! 2000-04-17 09:37:31 +00:00
c0668f3696 Created nest/a-path.c and a-set.c which should contain general operations
on AS paths and community sets.

Moved as_path_prepend() there.

Pavel, please move the other functions as well.
2000-04-17 07:53:29 +00:00
c8f685cb9d Made last Pavel's changes compile. 2000-04-12 14:14:47 +00:00
c2b28c9910 Real bucket lists. 2000-04-12 14:09:26 +00:00
ae8f558499 Implemented outgoing attribute cache. 2000-04-10 12:39:51 +00:00
48e842cc98 Use neighbor cache to track direct route to the peer or multihop destination.
Calculate next_hop properly based on the local address we get from the
neighbor entry.
2000-04-10 11:21:40 +00:00
ef2c708dfa More BGP progress...
For Pavel: You can use bgp_path_prepend() for prepending AS numbers to AS paths.
2000-04-09 22:05:02 +00:00
10be74da20 Formatting of dynamic attributes (except for paths and communities which
will be added soon).
2000-04-01 10:21:11 +00:00
c00d31befa Parsing of BGP attributes. 2000-03-31 23:21:37 +00:00
973399ae2c Basic analysis of UPDATE packets. 2000-03-30 18:44:23 +00:00
b552ecc4d7 Connection state machine works. 2000-03-30 17:39:48 +00:00
3fdbafb6f4 More BGP. This time it connects, but the state machine still isn't complete. 2000-03-30 10:44:20 +00:00
72a6ef11fe Construction of BGP packets. 2000-03-21 15:53:50 +00:00
c01e37416d Started work on BGP. Wrote main part of the connection handling code. 2000-03-20 21:50:17 +00:00
2638249d34 Bare skeleton of the BGP. 2000-03-19 22:09:07 +00:00