summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* BGP Community Deletion BugMichael Lambert2009-05-211-1/+1
* BGP make message lists read onlyStephen Hemminger2009-05-152-16/+16
* BGP main program cleanupStephen Hemminger2009-05-151-7/+11
* BGP make ecommunity variables/functions localStephen Hemminger2009-05-152-3/+2
* BGP make some damp function staticStephen Hemminger2009-05-152-6/+5
* BGP make community hash table staticStephen Hemminger2009-05-151-1/+1
* BGP make message list in bgp_open constStephen Hemminger2009-05-151-4/+6
* BGP make receive capability staticStephen Hemminger2009-05-151-1/+1
* BGP make flag action table read-onlyStephen Hemminger2009-05-152-7/+7
* BGP aspath eliminate dead codeStephen Hemminger2009-05-152-3/+5
* BGP make some bgp_attr functions staticStephen Hemminger2009-05-152-7/+2
* Make BGP FSM table read-only staticStephen Hemminger2009-05-151-1/+1
* BGP make attribute variables localStephen Hemminger2009-05-151-5/+5
* Fix compile warningsStephen Hemminger2009-05-151-4/+5
* Bgp socket use static initializationStephen Hemminger2009-05-151-6/+5
* Remove assertion when route clears and peer !EstablishedStephen Hemminger2009-05-151-13/+0
* Reference count BGP instanceStephen Hemminger2009-05-143-6/+42
* Revert "Wait for peers to clear on BGP shutdown"Stephen Hemminger2009-05-133-15/+0
* Wait for peers to clear on BGP shutdownStephen Hemminger2009-05-113-0/+15
* Make declarations matchStephen Hemminger2009-05-081-2/+2
* Be safer in bgp_terminateStephen Hemminger2009-05-081-2/+6
* avoid zombie accepted peer entriesTimo Teräs2009-05-071-0/+2
* Fix "show ip bgp dampened-paths" garbage output.Chris Caputo2009-05-063-10/+8
* Compiler warning fixes for when --enable-snmp is configured.Chris Caputo2009-05-061-15/+22
* Expanding asn path bufferStephen Hemminger2009-04-301-53/+27
* Handle large ASN print formattingDenis Ovsienko2009-04-309-31/+31
* Align bgp with upstreamStephen Hemminger2009-02-096-4/+16
* Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-02-092-16/+7
* whitespace fixStephen Hemminger2009-02-091-1/+1
* Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jennerStephen Hemminger2009-02-0912-32/+32
|\
| * bgp: change () to (void)Stephen Hemminger2009-02-0912-32/+32
* | Use XCALLOC instead of XMALLOC/memsetStephen Hemminger2008-12-011-6/+2
* | Merge branch 'master' of /home/shemminger/src/quagga into jennerStephen Hemminger2008-12-011-0/+31
|\|
| * [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-2710-3999/+177
|\ \
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-1320-4032/+299
| |\|
| | * Merge branch 'bgpd/fsm'Paul Jakma2008-10-021-4/+5
| | |\
| | | * [bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma2008-09-091-4/+5
| | * | [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
| | |/
| | * [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setupPaul Jakma2008-09-061-0/+45
| | * Merge branch 'restricted-mode'Paul Jakma2008-09-043-0/+96
| | |\
| | | * [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-233-0/+96
| | | |
| | | \
| | *-. \ Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma2008-09-011-1/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | | * Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
| | | |/
| | * / Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-264-38/+1
| | |/
| | * [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
| | * [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
| | * [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-3992/+0
| | * [bgpd] remove useless check and return in bgp_config_write_dampStephen Hemminger2008-08-222-26/+21
| | * [warnings] Fix various SOS warningsPaul Jakma2008-08-223-7/+4