summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_main.c
Commit message (Expand)AuthorAgeFilesLines
* Reworking of peer state handling.Chris Hall2010-07-191-22/+62
* Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-271-1/+9
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-1/+1
* First beta releaseChris Hall2010-04-061-146/+219
* Major updateChris Hall2010-03-161-4/+17
* Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-171-1/+3
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-28/+26
* Missed a few non safe calls of strerror. Improved comments.paulo2010-02-041-1/+1
* Change nexus priorities to more closely resemble the originals.paulo2010-02-021-6/+7
* Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-1/+2
* Allow totally empty config file (even though it's useless).paulo2010-01-291-1/+15
* Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-281-9/+15
* Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-22/+6
* Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-15/+19
* Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-11/+60
* Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-211-14/+30
* Small fix to bgp_network & add reset to peer indexChris Hall2010-01-191-17/+17
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-3/+1
* Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-181-13/+40
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-31/+45
* More knitting and clean up replacing old state machine with events withpaulo2010-01-141-1/+1
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-18/+19
* Update peer from received open state. Threaded command. Peer indexpaulo2010-01-081-5/+20
* Added "threaded" command.paulo2010-01-061-4/+27
* Can't use stderr after daemonizing, goes to dev/nullpaulo2009-12-181-8/+0
* QDEBUG handling. Debug banner on stderr, vty and log file. Annoucepaulo2009-12-181-1/+19
* Use qpt version of pthread_joinpaulo2009-12-171-3/+2
* Fix shutdown. Move cpu stats command to cli thread.paulo2009-12-171-9/+23
* Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-7/+14
* Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-5/+21
* vty running in main thread. bgp running in its own thread.paulo2009-12-111-10/+40
* Wired up the CLI thread with new qpnexus type. Still work in progress.paulo2009-12-081-1/+5
* Make vty and log thread safe under single mutex.paulo2009-12-071-2/+2
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+108
* [BGP/cleanup] main program cleanupStephen Hemminger2009-06-181-7/+11
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-2/+8
* [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-131-1/+3
* 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-011-3/+8
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+1
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-1/+1
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-031-3/+3
* Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.hasso2004-11-251-5/+10
* 2004-10-25 Paul Jakma <paul@dishone.st>paul2004-10-251-1/+2
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-1/+1
* Removing code which looked at current dir for config file before attemptinghasso2004-06-201-3/+2
* Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85.hasso2004-03-221-0/+4
* 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-161-1/+1