summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | 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
| |/ |/|
* | Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-268-1441/+1305
|/
* bgpd: fix md5 set on listen socketsStephen Hemminger2009-08-281-9/+10
* bgp: missing pieces from listener patchStephen Hemminger2009-08-131-10/+5
* bgp: compiler warning fixStephen Hemminger2009-08-131-2/+2
* bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'Paul Jakma2009-08-051-26/+28
* [bgpd] delete erroneous extra brace..Paul Jakma2009-07-301-1/+0
* bgpd: Workaround for invalid MBGP next hopMichael Lambert2009-07-301-0/+3
* bgpd/trivial: Fix indentation in previousPaul Jakma2009-07-282-35/+28
* bgpd: Allow inbound connections to non-default viewSteve Hill2009-07-281-7/+22
* bgpd: fd leak in bgpdSteve Hill2009-07-281-15/+33
* bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segmentVasilis Tsiligiannis2009-07-281-0/+4
* bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)Vasilis Tsiligiannis2009-07-283-0/+49
* bgpd: start listener on first instanceStephen Hemminger2009-07-283-94/+113
* bgpd: peer action table static/constStephen Hemminger2009-07-281-4/+4
* [bgpd] Restore ability of 'neighbor ... update-source' to take interface namePaul Jakma2009-07-271-2/+3
* [bgp] Fix nexthop reachability check on confederationsVasilis Tsiligiannis2009-07-211-0/+2
* [bgpd] fix typo made by paul in previous commitPaul Jakma2009-07-211-2/+2
* [bgpd] Avoid zombie accepted peer entriesTimo Teräs2009-07-211-0/+2
* [bgpd] Small buffer overrun in bgp_clear_node_queue_initNick Hilliard2009-07-211-2/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-1924-110/+435
* [bgpd] Fix compiler warnings related to MD5Chris Caputo2009-07-191-3/+3
* [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...'Paul Jakma2009-07-171-4/+7
* [bgpd] Log a debug/update warning if filters are configured but don't existPaul Jakma2009-06-261-7/+39
* [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'Tomasz Pala2009-06-241-8/+46
* [bgpd] review 32-bit AS-path hotfix for 0.99.12Denis Ovsienko2009-06-231-29/+52
* Fix "show ip bgp dampened-paths" garbage output.Chris Caputo2009-06-233-10/+8
* Fixes to RFC2385/MD5 BGPChris Caputo2009-06-231-0/+1
* [bgpd] Fix 'update-source' command: It doesn't accept interface namesPaul Jakma2009-06-221-2/+2