summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * bgpd: don't be confused by "unspecific" subcode in the NOTIFY message.Dmitrij Tejblum2011-09-272-1/+7
| * bgpd: spellingDenis Ovsienko2011-09-271-1/+1
| * bgpd: spellingDenis Ovsienko2011-09-271-1/+1
| * bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678)Denis Ovsienko2011-09-271-2/+38
| * bgpd: check MULTI_EXIT_DISC attr flags (BZ#677)Denis Ovsienko2011-09-271-0/+32
| * bgpd: check LOCAL_PREF attribute flags (BZ#674)Denis Ovsienko2011-09-271-2/+27
| * bgpd: add useful notification logs (BZ#616)heasley2011-09-271-3/+16
| * bgpd: consistent log msg format (BZ#565)heasley2011-09-271-5/+5
| * bgpd: CVE-2011-3327 (ext. comm. buffer overflow)CROSS2011-09-261-7/+7
| * Merge branch 'attr-errors'Paul Jakma2011-07-2913-439/+577
| |\
| | * bgpd: Implement revised error handling for partial optional/trans. attributesPaul Jakma2011-03-214-233/+378
| | * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-2113-109/+126
| | * bgpd: Rollback some of the changes made for invalid AS_PATH segment fixPaul Jakma2011-03-213-128/+105
* | | bgpd: We try to skip out of updating the multipath aggregate if there are noJosh Bailey2011-07-201-15/+22
* | | bgpd: Fix a crash caused by mistakenly dequeueing the bestpath on theJosh Bailey2011-07-201-3/+4
* | | bgpd: When advertising a multipath route, the attribute set to beJosh Bailey2011-07-205-17/+218
* | | bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey2011-07-203-1/+49
* | | bgpd: Modify the BGP to zebra route announcement to support multipathJosh Bailey2011-07-204-7/+56
* | | bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-204-29/+359
* | | bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-205-22/+220
* | | bgpd: Add new configuration cli for eBGP and iBGP multipath.Josh Bailey2011-07-207-2/+294
|/ /
* | bgpd: trivial format / warning fixesPaul Jakma2011-04-133-27/+30
* | bgpd: fix memory leak when deleting a communityMichael Lambert2011-04-011-0/+7
* | Revert "bgpd: "Intern" communities in route maps"Paul Jakma2011-04-013-13/+3
* | bgpd: Fix merge error in jhash commitPaul Jakma2011-03-291-2/+2
* | bgpd: refine the setting up of GTSMStephen Hemminger2011-03-283-8/+33
* | bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-242-43/+33
* | bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-234-11/+233
* | bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-03-231-1/+5
* | bgpd: attribute jhash call should use a standard interface to in6_addr dataStephen Hemminger2011-03-221-2/+2
* | bgpd: enable TCP corkingStephen Hemminger2011-03-211-14/+18
* | bgpd: leave peer socket in non-blocking mode (mostly)Stephen Hemminger2011-03-212-23/+15
* | bgpd: "Intern" communities in route mapsMichael Lambert2011-03-213-3/+13
* | bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-212-15/+991
|/
* bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-215-563/+199
* bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-03-211-12/+20
* bgpd: use Jenkins hash for BGP transit, cluster and attr hashesStephen Hemminger2011-03-211-48/+27
* bgpd: Remove extra lock on interior table nodeBarry Friedman2011-03-211-1/+0
* bgpd: Fix display of unsigned attributesWataru Tanitsu2011-03-211-9/+9
* bgpd: fix use of free memory by update_rsclientStephen Hemminger2011-03-211-1/+2
* bgpd: unlock node on aggregate errorRobert Bays2011-03-211-2/+3
* bgpd: fix errors in aggregate address commandRobert Bays2011-03-211-36/+41
* bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger2011-03-211-5/+1
* bgpd: fix bgp_node locking issuesChris Caputo2011-03-213-36/+73
* Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma2011-03-205-14/+18
|\
| * bgpd: improve "monotonic" uptime correctionJohn Kemp2011-03-182-1/+12
| * bgpd: VTY string fixes for debug commandsDavid Ward2011-01-171-4/+3
| * bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-01-141-6/+0
| * bgpd: fix community-list error message spellingDenis Ovsienko2010-12-081-3/+3
* | bgpd: Simplify process queue initPaul Jakma2010-12-081-7/+6
|/