summaryrefslogtreecommitdiffstats
path: root/HACKING.pending
Commit message (Collapse)AuthorAgeFilesLines
* Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create euro_ix branch. Update version to: 0.99.18ex17 Of particular note: * includes support for GTSM: neighbor ... ttl-security hops X no neighbor ... ttl-security hops X where X is 1-254. For usual case of immediately connected peer, X == 1. Cannot set ttl-security while ebgp-multihop is set, and vice-versa. If underlying O/S does not support GTSM, then will set ttl as per ebgp-multihop. In passing, have fixed various bugs in the main Quagga branch. * initial support for draft-ietf-idr-optional-transitive Does not yet support "neighbor-complete" flag. * main Quagga now uses TCP_CORK and permanent non-blocking Do not beleive TCP_CORK to be necessary for euro_ix code... which has a different buffering strategy. The euro_ix code already runs sockets permanently non-blocking. * various fixes to attribute intern/unintern Trying to remove memory leaks. Nobody seems convinced that this has been perfected, yet. * fixes for ospfd and ospf6d issues. Up to date with master branch up to: commit 538cb284864c17de66152a5236db4cd80e3e7639 Merge: 036a6e6 8ced4e8 Author: Paul Jakma <paul@quagga.net> Date: Fri Jul 29 18:21:50 2011 +0100
| * fix typoRoman Hoog Antink2011-06-281-1/+1
| |
| * Adjust description of tomhenderson repo.Greg Troxel2010-11-031-4/+4
| | | | | | | | | | Tom's repo is now a clone of the official repo and has an mttr branch off of 0.99.17.
| * Add MTR repository.Greg Troxel2010-09-241-0/+8
| |
| * Add pointer to Balaji G. git.Greg Troxel2010-09-171-0/+7
| | | | | | | | | | Balaji has been accumulating patches from the mailing list and pre-screening them and spiffing up commit messages.
| * git: add pointers to out-of-tree workGreg Troxel2010-04-181-0/+34
| | | | | * (HACKING.pending): List known places where work on quagga that is not (yet) integrated into the main tree can be found.
* Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-0/+49
Release: 0.99.18ex14 Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)