summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-3010-85/+62
* [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* Merge branch 'bgpd/fsm'Paul Jakma2008-10-021-4/+5
|\
| * [bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma2008-09-091-4/+5
* | [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
|/
* [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setupPaul Jakma2008-09-061-0/+45
* Merge branch 'restricted-mode'Paul Jakma2008-09-043-0/+96
|\
| * [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-233-0/+96
| |
| \
*-. \ Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma2008-09-011-1/+3
|\ \ \ | | |/ | |/|
| | * Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
| |/
* / Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-264-38/+1
|/
* [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-3992/+0
* [bgpd] remove useless check and return in bgp_config_write_dampStephen Hemminger2008-08-222-26/+21
* [warnings] Fix various SOS warningsPaul Jakma2008-08-223-7/+4
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-0/+14
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-228-40/+35
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+3
* [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-225-1/+47
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+15
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_headPaul Jakma2008-07-224-24/+27
* [bgpd] fix a couple of trivial compiler warningsPaul Jakma2008-07-225-17/+25
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-217-5/+319
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-023-49/+55
* [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientPaul Jakma2008-07-025-11/+23
* [bgpd] minor changes to bgp_mp_reach_parsePaul Jakma2008-06-073-13/+47
* [bgpd] bug #419: partial aspath-limit incorrectly causes session resetPaul Jakma2008-06-012-2/+10
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-2/+8
* + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-105-10/+211
* [bgpd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-134-9/+5
* [bgpd] fix crash on startup if compiled IPv4-onlyPaul Jakma2008-01-292-5/+9
* [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-225-8/+53
* + fixed no_set_aspath_prepend() to correctly match existing "set" statementDenis Ovsienko2007-12-182-1/+16
* [bgpd] Fix typo in previous commit to bgp_main.cPaul Jakma2007-11-211-1/+1
* [bgpd] small fix for crash if 'listenon' argument is not givenPaul Jakma2007-11-132-1/+9
* 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-016-8/+32
* [bgpd] Merge AS4 supportPaul Jakma2007-10-1417-366/+1498
* [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixesPaul Jakma2007-09-182-1/+8
* [bgpd] low-impact DoS: crash on malformed community with debug setPaul Jakma2007-09-073-1/+22
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma2007-08-303-34/+49
* [bgpd] Pass NOSUB to regexecPaul Jakma2007-08-232-1/+9
* [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-067-30/+683
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-066-414/+549
* [bgpd] Dont schedule dumps multiple times for same commandPaul Jakma2007-07-312-11/+30
* [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentPaul Jakma2007-06-222-3/+10
* [bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma2007-06-142-1/+7
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-102-5/+5
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-0413-425/+779
* [bgpd] Use defines for default weightPaul Jakma2007-04-293-15/+16