summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* [bgpd] Fix 'update-source' command: It doesn't accept interface namesPaul Jakma2009-06-221-2/+2
* [configure] add configure support for PCRE Posix libraryJeremy Jackson2009-06-192-8/+16
* [BGP/cleanup] make message list in bgp_open constStephen Hemminger2009-06-181-4/+6
* [BGP/cleanup] make community hash table staticStephen Hemminger2009-06-181-1/+1
* [BGP/cleanup] make some damp function staticStephen Hemminger2009-06-182-5/+4
* [BGP/cleanup] make ecommunity variables/functions localStephen Hemminger2009-06-182-3/+2
* [BGP/cleanup] main program cleanupStephen Hemminger2009-06-181-7/+11
* [bgpd/cleanup] make message lists read onlyStephen Hemminger2009-06-182-16/+16
* [bgpd] add comment that bgp_capability_receive is exported for unit-testsPaul Jakma2009-06-181-1/+4
* [cleanup] Fix compile warningsStephen Hemminger2009-06-181-4/+5
* [bgpd/cleanup] BGP make attribute variables localStephen Hemminger2009-06-181-5/+5
* [bgpd/cleanup] Make BGP FSM table read-only staticStephen Hemminger2009-06-181-1/+1
* [bgpd] reference count the BGP instanceStephen Hemminger2009-06-183-19/+47
* [bgpd] Make declarations matchStephen Hemminger2009-06-181-2/+2
* [cleanup] Make command nodes staticStephen Hemminger2009-06-124-10/+10
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-1212-32/+32
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-128-77/+21
* [bgpd] Fixed as-path prepend/exclude ASN handlingDenis Ovsienko2009-06-092-5/+5
* Merge remote branch 'origin/master'Paul Jakma2009-06-023-5/+5
|\
| * [trivia] Fixed typos in communities text (#334)Denis Ovsienko2009-06-012-4/+4
| * [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>Andrew J. Schorr2009-05-291-1/+1
* | [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-16/+23
* | [bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill2009-06-021-3/+9
|/
* Fix bgp ipv4/ipv6 accept handlingStephen Hemminger2009-05-081-0/+9
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-3010-85/+62
* [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* 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
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-0/+14
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-228-40/+35
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+3
* [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-225-1/+47
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+15
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_headPaul Jakma2008-07-224-24/+27
* [bgpd] fix a couple of trivial compiler warningsPaul Jakma2008-07-225-17/+25
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-217-5/+319
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-023-49/+55
* [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientPaul Jakma2008-07-025-11/+23