summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: use bgp_attr_malformed()Denis Ovsienko2011-10-181-17/+22
| * | bgpd: add flag checks for MP_(UN)REACH_NLRIDenis Ovsienko2011-10-172-9/+40
| * | bgpd: fix spelling of CLUSTER_LISTDenis Ovsienko2011-10-171-1/+1
| * | bgpd: check CLUSTER_LIST attribute flagsDenis Ovsienko2011-10-171-2/+17
| * | bgpd: check ORIGINATOR_ID attribute flagsDenis Ovsienko2011-10-171-2/+18
| * | IPv6 transport class suppportStephen Hemminger2011-10-171-0/+8
| * | bgpd: fix regression in improved attr flag checksDenis Ovsienko2011-10-121-5/+5
| * | bgpd: fix parsing of graceful restart cap. (#663)Peter Pentchev2011-10-081-1/+1
| * | bgpd: improve attr length error handling (BZ#679)Denis Ovsienko2011-10-081-12/+19
| * | bgpd: improve attr flags checksDenis Ovsienko2011-09-301-138/+53
| * | bgpd: ignore 4 bits of attribute flags byteDenis Ovsienko2011-09-301-1/+4
| * | bgpd: add missing "partial" flag checks (BZ#676)Denis Ovsienko2011-09-301-3/+38
| * | bgpd: improve NEXT_HOP attribute checks (BZ#680)Denis Ovsienko2011-09-301-6/+39
| * | bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-293-8/+5
| * | bgpd: more SAFI fixesDenis Ovsienko2011-09-295-41/+22
| * | bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko2011-09-292-2/+2
| |/
| * 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
* | Fix broken prefix-list handling in bgpdChris Hall2012-02-298-196/+265
* | Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-264-20/+27
* | Do not install "end" command in nodes where it has no effect.Chris Hall2012-02-221-2/+2
* | Fix failure to build under --disable-rtadvChris Hall2012-02-211-0/+2
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-1943-4448/+3670
* | Update the scaled number output and memory show commands.Chris Hall2011-09-061-10/+10
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-0515-589/+1614
|\ \
| * | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-0210-40/+116
| * | Merging of euro_ix branch into pipework.Chris Hall2011-09-026-549/+1497
* | | Updated the "symbol table" and added AVL treeChris Hall2011-08-265-80/+181
|/ /
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-1231-981/+1372
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-1231-984/+1382
| |\|
| | * 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: 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