| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> | Denis Ovsienko | 2009-04-30 | 10 | -85/+62 |
* | [bgpd] Add 'show bgp views' command | Michael Lambert | 2008-11-16 | 1 | -0/+31 |
* | Merge branch 'bgpd/fsm' | Paul Jakma | 2008-10-02 | 1 | -4/+5 |
|\ |
|
| * | [bgpd] Allow accepted peers to progress even if realpeer is in Connect | Paul Jakma | 2008-09-09 | 1 | -4/+5 |
* | | [bgpd] Fix definition of an rsclient command | Michael Lambert | 2008-09-24 | 1 | -1/+1 |
|/ |
|
* | [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup | Paul Jakma | 2008-09-06 | 1 | -0/+45 |
* | Merge branch 'restricted-mode' | Paul Jakma | 2008-09-04 | 3 | -0/+96 |
|\ |
|
| * | [vty] Add support for a 'restricted mode' with anonymous vty connections | Paul Jakma | 2008-08-23 | 3 | -0/+96 |
| | | |
| \ | |
*-. \ | Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross... | Paul Jakma | 2008-09-01 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| | * | Make --enable-snmp cross compile and make libcrypto optional with --without-c... | Joakim Tjernlund | 2008-08-25 | 1 | -1/+3 |
| |/ |
|
* / | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce... | Paul Jakma | 2008-08-26 | 4 | -38/+1 |
|/ |
|
* | [administrivia] Update gitignore files | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
* | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 1 | -0/+3 |
* | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -3992/+0 |
* | [bgpd] remove useless check and return in bgp_config_write_damp | Stephen Hemminger | 2008-08-22 | 2 | -26/+21 |
* | [warnings] Fix various SOS warnings | Paul Jakma | 2008-08-22 | 3 | -7/+4 |
* | [lib] mes_lookup string lookup table argument should be marked const | Stephen Hemminger | 2008-08-22 | 1 | -0/+14 |
* | [lib] hash compare function arguments ought to be const qualified | Stephen Hemminger | 2008-08-22 | 8 | -40/+35 |
* | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+3 |
* | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns | Paul Jakma | 2008-08-22 | 5 | -1/+47 |
* | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 1 | -0/+15 |
* | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_head | Paul Jakma | 2008-07-22 | 4 | -24/+27 |
* | [bgpd] fix a couple of trivial compiler warnings | Paul Jakma | 2008-07-22 | 5 | -17/+25 |
* | [bgpd] TCP-MD5: password vty configuration and initial Linux support | Paul Jakma | 2008-07-21 | 7 | -5/+319 |
* | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty | Paul Jakma | 2008-07-02 | 3 | -49/+55 |
* | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | Paul Jakma | 2008-07-02 | 5 | -11/+23 |
* | [bgpd] minor changes to bgp_mp_reach_parse | Paul Jakma | 2008-06-07 | 3 | -13/+47 |
* | [bgpd] bug #419: partial aspath-limit incorrectly causes session reset | Paul Jakma | 2008-06-01 | 2 | -2/+10 |
* | [daemons] Sanity check port number arguments before use | Paul Jakma | 2008-05-29 | 1 | -2/+8 |
* | + [bgpd] Added new route-map set statement: "as-path ignore" | Denis Ovsienko | 2008-04-10 | 5 | -10/+211 |
* | [bgpd] remove unnecessary 0 entries from struct message's | Paul Jakma | 2008-03-13 | 4 | -9/+5 |
* | [bgpd] fix crash on startup if compiled IPv4-only | Paul Jakma | 2008-01-29 | 2 | -5/+9 |
* | [bgpd] Fix number of DoS security issues, restricted to configured peers. | Paul Jakma | 2007-12-22 | 5 | -8/+53 |
* | + fixed no_set_aspath_prepend() to correctly match existing "set" statement | Denis Ovsienko | 2007-12-18 | 2 | -1/+16 |
* | [bgpd] Fix typo in previous commit to bgp_main.c | Paul Jakma | 2007-11-21 | 1 | -1/+1 |
* | [bgpd] small fix for crash if 'listenon' argument is not given | Paul Jakma | 2007-11-13 | 2 | -1/+9 |
* | 2007-10-30 Nick Hilliard <nick@inex.ie> | Paul Jakma | 2007-11-01 | 6 | -8/+32 |
* | [bgpd] Merge AS4 support | Paul Jakma | 2007-10-14 | 17 | -366/+1498 |
* | [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes | Paul Jakma | 2007-09-18 | 2 | -1/+8 |
* | [bgpd] low-impact DoS: crash on malformed community with debug set | Paul Jakma | 2007-09-07 | 3 | -1/+22 |
* | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients | Paul Jakma | 2007-08-30 | 3 | -34/+49 |
* | [bgpd] Pass NOSUB to regexec | Paul Jakma | 2007-08-23 | 2 | -1/+9 |
* | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit | Paul Jakma | 2007-08-06 | 7 | -30/+683 |
* | [bgpd] cleanup, compact and consolidate capability parsing code | Paul Jakma | 2007-08-06 | 6 | -414/+549 |
* | [bgpd] Dont schedule dumps multiple times for same command | Paul Jakma | 2007-07-31 | 2 | -11/+30 |
* | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent | Paul Jakma | 2007-06-22 | 2 | -3/+10 |
* | [bgpd] bug #370, default-originate was broken by a silly thinko | Paul Jakma | 2007-06-14 | 2 | -1/+7 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | Paul Jakma | 2007-05-10 | 2 | -5/+5 |
* | [bgpd] Trim memory usage of BGP routes | Paul Jakma | 2007-05-04 | 13 | -425/+779 |
* | [bgpd] Use defines for default weight | Paul Jakma | 2007-04-29 | 3 | -15/+16 |