summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* Fix bgp ipv4/ipv6 accept handlingStephen Hemminger2008-08-241-0/+9
* Use XCALLOCStephen Hemminger2008-08-187-57/+13
* Make command nodes staticStephen Hemminger2008-08-114-10/+10
* bgp: no need to raise privs when setting up md5Stephen Hemminger2008-08-061-9/+0
* inline bgp flag manipulationStephen Hemminger2008-08-042-43/+37
* remove dead codeStephen Hemminger2008-08-013-3/+5
* bgp_config_write_damp should return voidStephen Hemminger2008-08-012-22/+21
* Add back in TOS supportStephen Hemminger2008-08-011-0/+14
* Make hash compare functions take const argsStephen Hemminger2008-07-319-70/+35
* Fix merge problemsStephen Hemminger2008-07-314-57/+4
* Merge branch 'upstream' into islavistaStephen Hemminger2008-07-3118-379/+437
|\
| * [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-224-24/+27
| * [bgpd] fix a couple of trivial compiler warningspaul2008-07-225-17/+25
| * [bgpd] TCP-MD5: password vty configuration and initial Linux supportpaul2008-07-217-5/+319
| * [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtypaul2008-07-023-49/+55
| * [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientpaul2008-07-025-11/+23
| * [bgpd] minor changes to bgp_mp_reach_parsepaul2008-06-073-13/+47
| * [bgpd] bug #419: partial aspath-limit incorrectly causes session resetpaul2008-06-012-2/+10
| * [daemons] Sanity check port number arguments before usepaul2008-05-291-2/+8
| * + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-04-105-10/+211
| * [bgpd] remove unnecessary 0 entries from struct message'spaul2008-03-134-9/+5
| * [bgpd] fix crash on startup if compiled IPv4-onlypaul2008-01-292-5/+9
| * [bgpd] Fix number of DoS security issues, restricted to configured peers.paul2007-12-225-8/+53
| * + fixed no_set_aspath_prepend() to correctly match existing "set" statementpilot2007-12-182-1/+16
| * [bgpd] Fix typo in previous commit to bgp_main.cpaul2007-11-211-1/+1
| * [bgpd] small fix for crash if 'listenon' argument is not givenpaul2007-11-132-1/+9
| * 2007-10-30 Nick Hilliard <nick@inex.ie>paul2007-11-016-8/+32
| * [bgpd] Merge AS4 supportpaul2007-10-1417-366/+1498
| * [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixespaul2007-09-182-1/+8
| * [bgpd] low-impact DoS: crash on malformed community with debug setpaul2007-09-073-1/+22
| * [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-303-34/+49
| * [bgpd] Pass NOSUB to regexecpaul2007-08-232-1/+9
| * [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-067-30/+683
| * [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-066-414/+549
| * [bgpd] Dont schedule dumps multiple times for same commandpaul2007-07-312-11/+30
| * [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentpaul2007-06-222-3/+10
| * [bgpd] bug #370, default-originate was broken by a silly thinkopaul2007-06-142-1/+7
| * [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-102-5/+5
| * [bgpd] Trim memory usage of BGP routespaul2007-05-0413-425/+779
| * [bgpd] Use defines for default weightpaul2007-04-293-15/+16
| * [bgpd] Fix warnings: hash callbacks should match hash API declarationspaul2007-04-296-17/+53
| * [bgpd] Minor performance improvement patchajs2007-04-152-10/+16
| * [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundspaul2007-04-102-25/+70
| * [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredpaul2007-04-102-3/+30
| * [bgpd] bug #352: IPv6/Multicast address-family config not written outpaul2007-04-102-1/+16
| * [bgpd] Peer delete can race with reconfig leading to crashpaul2007-02-223-33/+92
| * [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-122-41/+10
| * [bgpd] Bug #302, bgpd can get stuck in state Clearingpaul2006-12-082-5/+18
| * [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.ajs2006-11-304-6/+217
| * [bgpd] Fix bug where a deleted route that was quickly re-added was being lostajs2006-11-282-5/+38