summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* Align bgp with upstreamStephen Hemminger2009-02-096-4/+16
* Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-02-092-16/+7
* whitespace fixStephen Hemminger2009-02-091-1/+1
* Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jennerStephen Hemminger2009-02-0912-32/+32
|\
| * bgp: change () to (void)Stephen Hemminger2009-02-0912-32/+32
* | Use XCALLOC instead of XMALLOC/memsetStephen Hemminger2008-12-011-6/+2
* | Merge branch 'master' of /home/shemminger/src/quagga into jennerStephen Hemminger2008-12-011-0/+31
|\|
| * [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-2710-3999/+177
|\ \
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-1320-4032/+299
| |\|
| | * 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