summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2009-07-17[bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...'Paul Jakma
2009-06-26[bgpd] Log a debug/update warning if filters are configured but don't existPaul Jakma
2009-06-24[bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'Tomasz Pala
2009-06-23[bgpd] review 32-bit AS-path hotfix for 0.99.12Denis Ovsienko
2009-06-23Fix "show ip bgp dampened-paths" garbage output.Chris Caputo
2009-06-23Fixes to RFC2385/MD5 BGPChris Caputo
2009-06-22[bgpd] Fix 'update-source' command: It doesn't accept interface namesPaul Jakma
2009-06-19[configure] add configure support for PCRE Posix libraryJeremy Jackson
2009-06-18[BGP/cleanup] make message list in bgp_open constStephen Hemminger
2009-06-18[BGP/cleanup] make community hash table staticStephen Hemminger
2009-06-18[BGP/cleanup] make some damp function staticStephen Hemminger
2009-06-18[BGP/cleanup] make ecommunity variables/functions localStephen Hemminger
2009-06-18[BGP/cleanup] main program cleanupStephen Hemminger
2009-06-18[bgpd/cleanup] make message lists read onlyStephen Hemminger
2009-06-18[bgpd] add comment that bgp_capability_receive is exported for unit-testsPaul Jakma
2009-06-18[cleanup] Fix compile warningsStephen Hemminger
2009-06-18[bgpd/cleanup] BGP make attribute variables localStephen Hemminger
2009-06-18[bgpd/cleanup] Make BGP FSM table read-only staticStephen Hemminger
2009-06-18[bgpd] reference count the BGP instanceStephen Hemminger
2009-06-18[bgpd] Make declarations matchStephen Hemminger
2009-06-12[cleanup] Make command nodes staticStephen Hemminger
2009-06-12[cleanup] functions taking no args should be declared with void argsStephen Hemminger
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2009-06-09[bgpd] Fixed as-path prepend/exclude ASN handlingDenis Ovsienko
2009-06-02Merge remote branch 'origin/master'Paul Jakma
2009-06-02[snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo
2009-06-02[bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill
2009-06-01[trivia] Fixed typos in communities text (#334)Denis Ovsienko
2009-05-29[bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>Andrew J. Schorr
2009-05-08Fix bgp ipv4/ipv6 accept handlingStephen Hemminger
2009-04-30[bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko
2008-11-16[bgpd] Add 'show bgp views' commandMichael Lambert
2008-10-02Merge branch 'bgpd/fsm'Paul Jakma
2008-09-24[bgpd] Fix definition of an rsclient commandMichael Lambert
2008-09-09[bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma
2008-09-06[bgpd] Document the FSM dummy-peer race that sometimes afflicts session setupPaul Jakma
2008-09-04Merge branch 'restricted-mode'Paul Jakma
2008-09-01Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma
2008-08-26Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma
2008-08-25Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund
2008-08-23[vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma
2008-08-22[administrivia] Update gitignore filesPaul Jakma
2008-08-22[administrivia] Git should ignore backup files and .loT filesPaul Jakma
2008-08-22[trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma
2008-08-22[bgpd] remove useless check and return in bgp_config_write_dampStephen Hemminger
2008-08-22[warnings] Fix various SOS warningsPaul Jakma
2008-08-22[lib] mes_lookup string lookup table argument should be marked constStephen Hemminger
2008-08-22[lib] hash compare function arguments ought to be const qualifiedStephen Hemminger
2008-08-22[build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr
2008-08-22[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma