summaryrefslogtreecommitdiff
path: root/proto/bgp
AgeCommit message (Expand)Author
2017-03-14BGP: Fix bug in ADD_PATHOndrej Zajicek (work)
2017-02-24Nexthop: Fixed hostentryJan Moskyto Matejka
2017-02-23BGP: Allow exchanging LOCAL_PREF with eBGP peersOndrej Zajicek (work)
2017-02-22Merge branch 'int-new' into nexthop-mergedJan Moskyto Matejka
2017-02-20BGP: Update RFC referencesOndrej Zajicek (work)
2017-02-20Several minor fixesOndrej Zajicek (work)
2017-02-19BGP: Update RFC referencesOndrej Zajicek (work)
2017-02-08Merge branch 'master' into int-newOndrej Zajicek (work)
2017-02-07BGP: Minor cleanupsOndrej Zajicek (work)
2017-01-24BGP: Partial support for IPv4 routes with IPv6 next hop (RFC 5549)Ondrej Zajicek (work)
2017-01-22BGP: Support for AS confederations (RFC 5065)Ondrej Zajicek (work)
2017-01-03Minor cleanupsOndrej Zajicek (work)
2016-12-22Removing (struct rta)->cast. Never used.Jan Moskyto Matejka
2016-12-22Merged multipath and single-path data structures.Jan Moskyto Matejka
2016-12-20BGP: Report capabilities in show protocols allOndrej Zajicek (work)
2016-12-07BGP: Add support for flowspec (RFC 5575)Ondrej Zajicek (work)
2016-12-07BGP redesignOndrej Zajicek (work)
2016-11-25BGP: Fix memory leak in graceful restart codeOndrej Zajicek (work)
2016-11-15BGP: Cluster list item should be prependedOndrej Zajicek (work)
2016-11-09 Unit Testing for BIRDOndrej Zajicek (work)
2016-11-08Merge branch 'master' into int-newOndrej Zajicek (work)
2016-11-08Merge tag 'v1.6.2' into int-newOndrej Zajicek (work)
2016-11-01Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka
2016-10-27IANA assigned a different number to large BGP communities - changed.Ondrej Filip
2016-10-03BGP: Support for large communitiesOndrej Zajicek (work)
2016-07-11BGP: Fix extended messagesOndrej Zajicek (work)
2016-06-29BGP: Skip empty path segments in received AS_PATHOndrej Zajicek (work)
2016-05-12Merge remote-tracking branch 'origin/master' into int-newOndrej Zajicek (work)
2016-05-10Merge branch 'int-new' into int-new-mergedJan Moskyto Matejka
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-04-13BSD: Add the IPsec SA/SP database entries controlOndrej Zajicek (work)
2016-04-08Merge branch 'master' into int-new-channelsJan Moskyto Matejka
2016-04-06IO: Avoid multiple event cycles in one loop cycle.Ondrej Zajicek (work)
2016-04-06IO: Replace RX priority heuristic with explicit markOndrej Zajicek (work)
2016-02-11BGP: Fix bug in incoming connection handlingOndrej Zajicek (work)
2016-02-01Channels - explicit links between protocols and tablesOndrej Zajicek (work)
2015-11-25BGP: Update capability number from IANA for extended messagesOndrej Zajicek (work)
2015-07-18BGP: Extended messages supportOndrej Zajicek
2015-06-08BGP multipath supportOndrej Zajicek
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2015-04-01BGP: Fixes serious bug in TX handlingOndrej Zajicek
2015-03-29BGP: AS-wide unique router ID (RFC 6286) supportOndrej Zajicek
2015-03-29BGP: Enhanced route refresh (RFC 7313) supportOndrej Zajicek
2015-03-02Fixes serious bug in BGP add-pathOndrej Zajicek
2015-02-22Rename BGP option 'start delay' to 'connect delay'Ondrej Zajicek
2015-02-22Relax BGP neighbor parameterOndrej Zajicek
2015-02-21Store protocol config size inside protocol structureOndrej Zajicek
2015-02-21Make BGP protocol instance search a separate functionOndrej Zajicek
2015-02-21Replacing GNU old-style field designator extensionPavel Tvrdik
2015-02-21Fixes potential alignment bug in BGP.Ondrej Zajicek