| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle large ASN print formatting | Denis Ovsienko | 2009-04-30 | 1 | -10/+10 |
* | whitespace fix | Stephen Hemminger | 2009-02-09 | 1 | -1/+1 |
* | Merge branch 'master' of /home/shemminger/src/quagga into jenner | Stephen Hemminger | 2008-12-01 | 1 | -0/+31 |
|\ |
|
| * | [bgpd] Add 'show bgp views' command | Michael Lambert | 2008-11-16 | 1 | -0/+31 |
* | | Merge in latest quagga (0.99.11) | Stephen Hemminger | 2008-10-27 | 1 | -0/+30 |
|\ \ |
|
| * | | Merge branch 'master' of /home/shemminger/src/quagga into upstream | Stephen Hemminger | 2008-10-13 | 1 | -0/+33 |
| |\| |
|
| | * | Merge branch 'restricted-mode' | Paul Jakma | 2008-09-04 | 1 | -0/+30 |
| | |\ |
|
| | | * | [vty] Add support for a 'restricted mode' with anonymous vty connections | Paul Jakma | 2008-08-23 | 1 | -0/+30 |
| | * | | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce... | Paul Jakma | 2008-08-26 | 1 | -26/+0 |
| | |/ |
|
| | * | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns | Paul Jakma | 2008-08-22 | 1 | -0/+26 |
| | * | [bgpd] TCP-MD5: password vty configuration and initial Linux support | Paul Jakma | 2008-07-21 | 1 | -0/+45 |
| | * | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty | Paul Jakma | 2008-07-02 | 1 | -47/+47 |
| | * | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | Paul Jakma | 2008-07-02 | 1 | -1/+1 |
| | * | [bgpd] Merge AS4 support | Paul Jakma | 2007-10-14 | 1 | -86/+89 |
| | * | [bgpd] cleanup, compact and consolidate capability parsing code | Paul Jakma | 2007-08-06 | 1 | -3/+3 |
| | * | [bgpd] Trim memory usage of BGP routes | Paul Jakma | 2007-05-04 | 1 | -0/+10 |
| | * | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -2/+0 |
| | * | [bgpd] expand vty help for neighbor ... update-source | Paul Jakma | 2006-05-23 | 1 | -4/+8 |
| | * | [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd | Paul Jakma | 2006-03-30 | 1 | -19/+180 |
| | * | [bgpd] Add Clrng description to bgp summary state. | Paul Jakma | 2006-02-21 | 1 | -0/+2 |
| | * | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -1/+1 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 1 | -7/+7 |
|/ / |
|
* | | [bgpd] TCP-MD5: password vty configuration and initial Linux support | paul | 2008-07-21 | 1 | -0/+45 |
* | | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty | paul | 2008-07-02 | 1 | -47/+47 |
* | | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | paul | 2008-07-02 | 1 | -1/+1 |
* | | [bgpd] Merge AS4 support | paul | 2007-10-14 | 1 | -86/+89 |
* | | [bgpd] cleanup, compact and consolidate capability parsing code | paul | 2007-08-06 | 1 | -3/+3 |
* | | [bgpd] Trim memory usage of BGP routes | paul | 2007-05-04 | 1 | -0/+10 |
* | | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | paul | 2006-09-14 | 1 | -2/+0 |
* | | [bgpd] expand vty help for neighbor ... update-source | paul | 2006-05-23 | 1 | -4/+8 |
* | | [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd | paul | 2006-03-30 | 1 | -19/+180 |
* | | [bgpd] Add Clrng description to bgp summary state. | paul | 2006-02-21 | 1 | -0/+2 |
* | | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | paul | 2006-02-21 | 1 | -1/+1 |
|/ |
|
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 1 | -12/+4 |
* | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 1 | -3/+1 |
* | 2005-09-10 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-09 | 1 | -2/+2 |
* | 2005-08-22 Hugo Santos <hsantos@av.it.pt> | paul | 2005-08-22 | 1 | -13/+105 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -65/+65 |
* | 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueus | paul | 2005-06-01 | 1 | -3/+9 |
* | * bgp_vty.c: Make "exit-address-family" work in IPv4 unicast address | hasso | 2005-04-09 | 1 | -1/+2 |
* | * bgpd.texi: Document new "bgp bestpath as-path confed" command. | hasso | 2005-04-08 | 1 | -0/+36 |
* | 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanup | paul | 2005-04-07 | 1 | -17/+17 |
* | * bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor | hasso | 2005-02-02 | 1 | -12/+12 |
* | * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c: | hasso | 2005-02-02 | 1 | -145/+123 |
* | * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop" | hasso | 2005-02-02 | 1 | -11/+30 |
* | * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, | hasso | 2005-02-02 | 1 | -19/+126 |
* | * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighbor | hasso | 2005-02-01 | 1 | -19/+19 |
* | * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old | hasso | 2005-02-01 | 1 | -71/+13 |
* | * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after | hasso | 2005-02-01 | 1 | -29/+135 |
* | * bgp_nexthop.c: Improve debug. | hasso | 2005-02-01 | 1 | -1/+1 |