summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2011-12-131-8/+1
| * lib: put route_types.txt to real useDavid Lamparter2011-12-131-193/+76
| * build: delete .cvsignore filesDenis Ovsienko2011-12-131-15/+0
| * quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-132-7/+7
| * bgpd: implement 'match probability' in route-mapsVyacheslav Trushkin2011-12-131-1/+105
| * bgp: use VTY_GET_INTEGER_RANGE() in bgp_clear()Ulrich Weber2011-12-131-9/+1
| * bgpd: cleanup privs on terminationStephen Hemminger2011-12-071-0/+1
| * bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger2011-12-063-12/+31
| * bgpd: fix memory leak for extra attributesOleg A. Arkhangelsky2011-12-031-0/+1
| * bgpd: remove unused function bgp_bind_addressDavid Lamparter2011-11-211-26/+0
| * bgpd: fix update-source for IPv6 (BZ#548)David Lamparter2011-11-211-12/+27
| * bgpd: fix "nexthop-local unchanged" (BZ#350)Dylan Hall2011-11-151-0/+5
| * bgpd: justify capabilities for TOS settingChris Luke2011-11-152-5/+10
| * bgpd: revised fix to --dryrun (BZ#622)Sergey Y. Afonin2011-11-151-3/+4
| * bgpd: fix 2 more cases of length error reportingDenis Ovsienko2011-10-261-2/+2
| * bgpd: check AGGREGATOR attr flags (BZ#678)Denis Ovsienko2011-10-221-0/+17
| * bgpd: fix more regressions in attr flag checksDenis Ovsienko2011-10-191-4/+4
| * 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
| * 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