summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
* | Weed out last vestiges of FSM setting session->state.Chris Hall2010-01-212-6/+1
* | close(fd) in bgp_connection_close()Chris Hall2010-01-211-4/+0
* | Fix typo in bgp_connection_open.Chris Hall2010-01-211-1/+1
* | Keep timer running past IO errors in Connect/Active states.Chris Hall2010-01-213-68/+58
* | Fix sense of session->connect flagChris Hall2010-01-202-2624/+1
* | Fix debuggery in qtimers. Check NULL notify pointer in bgp_vtypaulo2010-01-201-1/+1
* | Fixed dangling uses of bgp_notify_free()Chris Hall2010-01-205-9/+7
* | Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-208-55/+2727
* | Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-202-2/+15
* | Small fix to bgp_network & add reset to peer indexChris Hall2010-01-194-65/+97
* | Use sigprocmask when non-threaded. Fixed assert.paulo2010-01-191-1/+1
* | Recast bgp_peer_index so that pointers to entries work !Chris Hall2010-01-191-70/+73
* | Minor fixes to get a clean compile so can start debugging.paulo2010-01-1911-47/+55
* | Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-191-13/+40
|\ \
| * \ Merge branch 'bgp_engine' of ssh://paulo@80.177.246.130/git/quagga.euro-ix in...paulo2010-01-185-84/+168
| |\ \
| * | | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-181-13/+40
* | | | Disable zebra pro temChris Hall2010-01-192-33/+44
| |/ / |/| |
* | | Refining the session state handling.Chris Hall2010-01-185-84/+168
|/ /
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-1811-126/+100
* | Further work-in-progress.Chris Hall2010-01-178-113/+540
* | Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-1511-207/+224
* | Make session state a Peering Engine item.Chris Hall2010-01-148-84/+90
* | More knitting and clean up replacing old state machine with events withpaulo2010-01-1411-255/+240
* | Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-1319-351/+340
* | Progress on bgp_msg_read. Still on going.paulo2010-01-119-229/+393
* | Further work-in-progressChris Hall2010-01-1017-2558/+1372
* | Fixed type in bgp_open_state.c. New file bgp_msg_read.c for parsingpaulo2010-01-082-21/+940
* | Update peer from received open state. Threaded command. Peer indexpaulo2010-01-087-326/+536
* | Further work-in-progress.Chris Hall2010-01-0813-278/+2943
* | Continuing work-in-progressChris Hall2010-01-0813-268/+1188
* | Added "threaded" command.paulo2010-01-061-4/+27
* | Work in progress on BGP EngineChris Hall2010-01-069-417/+907
* | Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-0428-2010/+7974
* | 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
* | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-175-21/+4
|\ \
| * | Merge branch 'master' of git://code.quagga.net/quaggaChris Hall (GMCH)2009-12-175-21/+4
| |\|
| | * bgpd: code cleanupStephen Hemminger2009-12-175-21/+4
* | | 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
* | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-104-75/+1
|\| |
| * | Merge branch 'master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-108-1441/+1305
| |\ \ | | |/ | |/|
| | * Merge remote branch 'quagga/master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-092-33/+9
| | |\
| * | | bgpd: compile warnings cleanupStephen Hemminger2009-12-104-75/+1
| | |/ | |/|
* | | Merge remote branch 'quagga/master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-092-33/+9
|\| |
| * | lib: move check_bit into prefix common codeStephen Hemminger2009-12-091-31/+4
| * | bgpd: work around warning in assegments_parse()Denis Ovsienko2009-12-041-2/+5