| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21b | Chris Hall | 2012-03-17 | 1 | -1/+1 |
|\ |
|
| * | bgpd: rename SAFI 3 according to RFC4760 | Denis Ovsienko | 2011-09-29 | 1 | -4/+4 |
* | | vtysh partly restored. bgpd not crashing on over-size messages. | Chris Hall | 2012-02-19 | 1 | -6/+7 |
* | | Merging of euro_ix branch into pipework. | Chris Hall | 2011-09-02 | 1 | -1/+6 |
* | | Merge with main Quagga source as of 29-Jul-2011.ex17 | Chris Hall | 2011-08-12 | 1 | -5/+6 |
|\| |
|
| * | bgp: use monotonic clock for time of day | Stephen Hemminger | 2010-01-15 | 1 | -15/+3 |
* | | Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07 | Chris Hall | 2010-09-10 | 1 | -3/+4 |
* | | Fix various capability flags so that sessions are restarted. | Chris Hall | 2010-08-04 | 1 | -2/+18 |
* | | Reworking of peer state handling. | Chris Hall | 2010-07-19 | 1 | -0/+16 |
* | | New functions for error numbers and addresses in messages. | Chris Hall | 2010-04-08 | 1 | -9/+7 |
* | | First beta release | Chris Hall | 2010-04-06 | 1 | -30/+104 |
* | | Major update | Chris Hall | 2010-03-16 | 1 | -3/+3 |
* | | Revised thread/timer handling, work queue and scheduling. | Chris Hall | 2010-02-16 | 1 | -62/+43 |
* | | Fix retry for connect() connections + debug for mqueue. | Chris Hall | 2010-02-05 | 1 | -7/+6 |
* | | Review and tidy new code and comments. | Chris Hall | 2010-02-04 | 1 | -116/+162 |
* | | Tidying up the new FSM and exception handling. | Chris Hall | 2010-02-04 | 1 | -623/+361 |
* | | Clearing up the reaping of connections, and handling of notifications. | Chris Hall | 2010-02-01 | 1 | -144/+174 |
* | | Binding to interfaces and counting of messages. | Chris Hall | 2010-01-27 | 1 | -20/+18 |
* | | Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress. | Chris Hall | 2010-01-27 | 1 | -4/+30 |
* | | Fix bgp_session_do_disable() to return exactly one eDisabled event. | Chris Hall | 2010-01-25 | 1 | -2/+8 |
* | | Getting BGP Engine to start and removing warnings. | Chris Hall | 2010-01-24 | 1 | -209/+192 |
* | | Blitz on bgp_msg_read, particularly OPEN message handling | Chris Hall | 2010-01-23 | 1 | -1/+2 |
* | | Weed out last vestiges of FSM setting session->state. | Chris Hall | 2010-01-21 | 1 | -4/+1 |
* | | Keep timer running past IO errors in Connect/Active states. | Chris Hall | 2010-01-21 | 1 | -17/+13 |
* | | Adding verify debug code for qtimers and tidied up. | Chris Hall | 2010-01-20 | 1 | -8/+17 |
* | | Fix bug in bgp_connection not clearing pointers after free. Planted | paulo | 2010-01-20 | 1 | -0/+5 |
* | | Use sigprocmask when non-threaded. Fixed assert. | paulo | 2010-01-19 | 1 | -1/+1 |
* | | Refining the session state handling. | Chris Hall | 2010-01-18 | 1 | -3/+6 |
* | | Wired up receiving updates, with update packet sent from BGP to Routing | paulo | 2010-01-15 | 1 | -0/+3 |
* | | Make session state a Peering Engine item. | Chris Hall | 2010-01-14 | 1 | -19/+21 |
* | | Further work-in-progress | Chris Hall | 2010-01-10 | 1 | -10/+69 |
* | | Further work-in-progress. | Chris Hall | 2010-01-08 | 1 | -176/+258 |
* | | Continuing work-in-progress | Chris Hall | 2010-01-08 | 1 | -149/+204 |
* | | Work in progress on BGP Engine | Chris Hall | 2010-01-06 | 1 | -380/+789 |
* | | Initial commit for bgp_engine branch -- seeding new files... | Chris Hall | 2010-01-04 | 1 | -993/+1877 |
|/ |
|
* | bgpd: compile warnings cleanup | Stephen Hemminger | 2009-12-10 | 1 | -1/+1 |
* | bgpd/trivial: Fix indentation in previous | Paul Jakma | 2009-07-28 | 1 | -4/+4 |
* | bgpd: fd leak in bgpd | Steve Hill | 2009-07-28 | 1 | -15/+33 |
* | [bgpd/cleanup] Make BGP FSM table read-only static | Stephen Hemminger | 2009-06-18 | 1 | -1/+1 |
* | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger | 2009-06-12 | 1 | -1/+1 |
* | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce... | Paul Jakma | 2008-08-26 | 1 | -2/+1 |
* | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns | Paul Jakma | 2008-08-22 | 1 | -1/+2 |
* | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent | Paul Jakma | 2007-06-22 | 1 | -3/+3 |
* | [bgpd] Peer delete can race with reconfig leading to crash | Paul Jakma | 2007-02-22 | 1 | -8/+8 |
* | [bgpd] Bug #302, bgpd can get stuck in state Clearing | Paul Jakma | 2006-12-08 | 1 | -5/+8 |
* | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st... | Paul Jakma | 2006-10-15 | 1 | -3/+3 |
* | [bgpd] simplify peer refcounts, squash slow peer leak | Paul Jakma | 2006-09-14 | 1 | -6/+2 |
* | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -21/+83 |
* | [bgpd] Fix crash on shutdown of peer | Paul Jakma | 2006-07-02 | 1 | -19/+22 |
* | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -0/+1 |