summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Squash spurious "unknown afi" log messagesPaul Jakma2016-10-261-0/+3
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-10-261-24/+2
* bgpd: Fix non v4 EOR parsingDonald Sharp2016-10-261-1/+1
* bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma2016-10-261-262/+140
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-10-261-12/+11
* bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcsPaul Jakma2016-10-261-4/+4
* bgpd: 'Last write' does not update when we TX a keepaliveDaniel Walton2016-10-061-1/+7
* bgpd: Revert --enable-bgp-standaloneDonald Sharp2016-09-201-2/+2
* bgpd: Allow connections with no v4|6 addr's in some conditionsDonald Sharp2016-09-091-0/+4
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-121-2/+63
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-1/+2
* bgpd: wire up VPNv6 protocol processingLou Berger2016-06-071-4/+33
* bgpd: check rtt later after the real peer is knownTimo Teräs2016-06-061-1/+1
* bgpd: allow using rtt in route-map's set metricTimo Teräs2016-06-061-0/+2
* bgpd: resolve merge issues in bgp_attr_check()Daniel Walton2016-05-271-1/+1
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2016-05-261-17/+1
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-3/+3
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-191-1/+1
* BGP: Only accept prefixes for negotiated address familiesvivek2016-01-081-7/+8
* BGP: Fix Notification for errors in OPEN messagevivek2016-01-081-0/+8
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-3/+2
* BGP: support for addpath TXDaniel Walton2015-11-051-2/+0
* BGP ORF fails to filter prefixes correctlyDaniel Walton2015-11-041-9/+20
* lib: straighten out ORF prefix list supportDavid Lamparter2015-11-031-3/+3
* BGP: crash from not NULLing freed pointersDaniel Walton2015-10-211-2/+11
* BGP: Display the right reason code for session resetDaniel Walton2015-09-161-3/+7
* Fix neighbor coming up without an as specifiedDonald Sharp2015-09-031-1/+11
* BGP: Handle interface or local address failurevivek2015-08-291-0/+25
* bgpd: Remove extra stream duplicationsDonald Sharp2015-08-181-17/+4
* bgpd-capability-cleanup.patchDonald Sharp2015-07-221-6/+1
* With the dynamic update groups feature, BGP updates are formed for an updateDonald Sharp2015-06-121-4/+0
* BGP Path attributes classified as well-known and mandatory need to beDonald Sharp2015-06-111-12/+17
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-20/+12
* bgpd: bgpd-no-as.patchDonald Sharp2015-05-201-4/+34
* Show enabled debugs in the running configurationDonald Sharp2015-05-201-2/+2
* 'neighbor x.x.x.x default-originate' is not honored while servicing ROUTE_REF...Donald Sharp2015-05-201-0/+10
* Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-...Donald Sharp2015-05-201-34/+3
* bgpd-ensure-fast-eor-send.patchDonald Sharp2015-05-201-4/+25
* If we RX an OPEN with a bad ASN the NOTIFICATION we send should include the ASNDonald Sharp2015-05-201-6/+14
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-579/+106
* BGP: add addpath RX supportDonald Sharp2015-05-201-4/+4
* Correct a few fuzz failures in BGPDonald Sharp2015-05-201-6/+40
* Overhual BGP debugsDonald Sharp2015-05-201-164/+128
* Changes to improve BGP convergence time:Donald Sharp2015-05-201-12/+91
* BGP crashes if attributes alone consume > 4096 bytesDonald Sharp2015-05-201-4/+31
* bgpd-nht-connected-route.patchDonald Sharp2015-05-201-6/+9
* bgpd-scale-update-delay-packing.patchDonald Sharp2015-05-201-6/+6
* Save the last message from a peer that caused us to send a NOTIFICATIONDonald Sharp2015-05-201-0/+23
* bgpd: bgpd-fsm-fix.patchDonald Sharp2015-05-201-187/+69