summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2011-12-13build: delete .cvsignore filesDenis Ovsienko
2011-12-13quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin
2011-12-13bgpd: implement 'match probability' in route-mapsVyacheslav Trushkin
2011-12-13bgp: use VTY_GET_INTEGER_RANGE() in bgp_clear()Ulrich Weber
2011-12-07bgpd: cleanup privs on terminationStephen Hemminger
2011-12-06bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger
2011-12-03bgpd: fix memory leak for extra attributesOleg A. Arkhangelsky
2011-11-21bgpd: remove unused function bgp_bind_addressDavid Lamparter
2011-11-21bgpd: fix update-source for IPv6 (BZ#548)David Lamparter
2011-11-15bgpd: fix "nexthop-local unchanged" (BZ#350)Dylan Hall
2011-11-15bgpd: justify capabilities for TOS settingChris Luke
2011-11-15bgpd: revised fix to --dryrun (BZ#622)Sergey Y. Afonin
2011-10-26bgpd: fix 2 more cases of length error reportingDenis Ovsienko
2011-10-22bgpd: check AGGREGATOR attr flags (BZ#678)Denis Ovsienko
2011-10-19bgpd: fix more regressions in attr flag checksDenis Ovsienko
2011-10-18bgpd: use bgp_attr_malformed()Denis Ovsienko
2011-10-17bgpd: add flag checks for MP_(UN)REACH_NLRIDenis Ovsienko
2011-10-17bgpd: fix spelling of CLUSTER_LISTDenis Ovsienko
2011-10-17bgpd: check CLUSTER_LIST attribute flagsDenis Ovsienko
2011-10-17bgpd: check ORIGINATOR_ID attribute flagsDenis Ovsienko
2011-10-17IPv6 transport class suppportStephen Hemminger
2011-10-12bgpd: fix regression in improved attr flag checksDenis Ovsienko
2011-10-08bgpd: fix parsing of graceful restart cap. (#663)Peter Pentchev
2011-10-08bgpd: improve attr length error handling (BZ#679)Denis Ovsienko
2011-09-30bgpd: improve attr flags checksDenis Ovsienko
2011-09-30bgpd: ignore 4 bits of attribute flags byteDenis Ovsienko
2011-09-30bgpd: add missing "partial" flag checks (BZ#676)Denis Ovsienko
2011-09-30bgpd: improve NEXT_HOP attribute checks (BZ#680)Denis Ovsienko
2011-09-29bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko
2011-09-29bgpd: more SAFI fixesDenis Ovsienko
2011-09-29bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko
2011-09-27bgpd: don't be confused by "unspecific" subcode in the NOTIFY message.Dmitrij Tejblum
2011-09-27bgpd: spellingDenis Ovsienko
2011-09-27bgpd: spellingDenis Ovsienko
2011-09-27bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678)Denis Ovsienko
2011-09-27bgpd: check MULTI_EXIT_DISC attr flags (BZ#677)Denis Ovsienko
2011-09-27bgpd: check LOCAL_PREF attribute flags (BZ#674)Denis Ovsienko
2011-09-27bgpd: add useful notification logs (BZ#616)heasley
2011-09-27bgpd: consistent log msg format (BZ#565)heasley
2011-09-26bgpd: CVE-2011-3327 (ext. comm. buffer overflow)CROSS
2011-07-29Merge branch 'attr-errors'Paul Jakma
2011-07-20bgpd: We try to skip out of updating the multipath aggregate if there are noJosh Bailey
2011-07-20bgpd: Fix a crash caused by mistakenly dequeueing the bestpath on theJosh Bailey
2011-07-20bgpd: When advertising a multipath route, the attribute set to beJosh Bailey
2011-07-20bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey
2011-07-20bgpd: Modify the BGP to zebra route announcement to support multipathJosh Bailey
2011-07-20bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey
2011-07-20bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey
2011-07-20bgpd: Add new configuration cli for eBGP and iBGP multipath.Josh Bailey
2011-04-13bgpd: trivial format / warning fixesPaul Jakma