[vyatta-svn] xorp: Changes to 'icsi-cvsimport'
Tom Grennan
tgrennan at suva.vyatta.com
Thu Mar 22 08:58:29 PST 2007
BUILD_NOTES | 3
ERRATA | 13 +-
README | 2
RELEASE_NOTES | 81 +++++++++++---
VERSION | 2
bgp/README | 2
bgp/TODO | 163 -----------------------------
configure | 22 +--
configure.in | 4
contrib/win32/installer/xorp.nsi | 2
devnotes/release_process.txt | 14 +-
docs/user_manual/ospf.tex | 170 ++++++++++++++++++++++++++++--
libproto/packet.hh | 2
mibs/configure | 4
mibs/configure.in | 2
ospf/README | 7 -
ospf/TODO | 213 +-------------------------------------
ospf/area_router.cc | 218 ++++++++++++++++++++++++++-------------
ospf/area_router.hh | 45 ++++++--
ospf/external.cc | 9 +
ospf/lsa.cc | 79 +++++++++++++-
ospf/lsa.hh | 140 +++++++++++++++++++++++--
ospf/ospf.hh | 13 ++
ospf/peer.cc | 27 ++++
ospf/peer_manager.cc | 47 +++++++-
ospf/peer_manager.hh | 7 +
ospf/test_packet.cc | 52 +++++++++
ospf/test_routing1.py | 7 -
ospf/xrl_io.cc | 4
ospf/xrl_target.hh | 4
policy/code.hh | 2
rib/TODO | 6 -
rtrmgr/TODO | 30 -----
33 files changed, 819 insertions(+), 577 deletions(-)
New commits:
commit 412567300b40fa5ecfa43c80c60b7ed8b942a05b
Author: atanu <atanu>
Date: Thu Mar 22 02:19:51 2007 +0000
The Unknown-LSA was not setting known to false.
commit f859b4809ecd4d276e8d623584bdc4a6ba63e2e1
Author: atanu <atanu>
Date: Thu Mar 22 01:44:44 2007 +0000
Monitor the change of status of an interface/vif previously only the
status change of an interface/vif/address was being monitored.
In OSPFv2 as only one address is allowed per interface/vif an
interface/vif/address being disabled meant that the interface had gone
down. In OSPFv3 an address being removed from an interface can send
this signal, so removing an address from an interface was taking the
interface down.
Now an interface/vif going down is a signal that the interface has
gone down.
In OSPFv2 an interface/vif/address going down is ignored and for
OSPFv3 is a signal to recompute the router Link-LSA.
commit 810742dc3b3a4c35a7e00eec1049f021d12e33cf
Author: pavlin <pavlin>
Date: Wed Mar 21 22:46:44 2007 +0000
Modify the OSPFv3 release note text to make it clear this is a bug fix.
commit 50b697c1a73464324c68b8d37b2aa86186d3bc40
Author: atanu <atanu>
Date: Wed Mar 21 22:46:42 2007 +0000
If the router priority is changed unconditionally re-run the
designated router computation.
commit 862ef93021cf91e40bf85e4acd090792bfcd4e03
Author: atanu <atanu>
Date: Wed Mar 21 22:40:10 2007 +0000
In OSPFv3 the test to stop link-local LSAs being flooded to other
links was in the wrong place.
commit 2194713ce89289ad33e95e3a85f64728cc490564
Author: pavlin <pavlin>
Date: Wed Mar 21 19:16:13 2007 +0000
Updated the version number to 1.5-WIP (Work-In-Progress).
commit d89788ea3d252c73afa4e7278f8804db7dc934c8
Author: pavlin <pavlin>
Date: Wed Mar 21 19:15:41 2007 +0000
Minor updates.
commit 5b9c66a7beb20d3fe70299637bb32f79d810d20b
Author: pavlin <pavlin>
Date: Wed Mar 21 19:04:54 2007 +0000
Add placeholder for the 1.5 release notes.
commit ebc7caa0d41db6d35f242498a7dab551fb81283d
Author: pavlin <pavlin>
Date: Wed Mar 21 18:14:28 2007 +0000
Added an ERRATA entry for OSPF.
Requested by: Atanu Ghosh
commit 72668cc98561f6f70b086b2a761535135c6a57d6
Author: pavlin <pavlin>
Date: Wed Mar 21 17:46:43 2007 +0000
Fix the release date for Release 1.4
Bug found by: Tim Schooley <t.schooley AT cs.ucl.ac.uk>
commit 1a59cca0646c3886d5ea54bd9a1d6194c95373b3
Author: pavlin <pavlin>
Date: Tue Mar 20 23:31:24 2007 +0000
Fix a typo in a kdoc comment.
commit 676d5c141e8552a1c68ded1f31e513677e36bd48
Author: pavlin <pavlin>
Date: Tue Mar 20 23:30:20 2007 +0000
Fix a kdoc comment.
commit 41045634797da751762c5e7ac3dfaba9750f8ad9
Author: atanu <atanu>
Date: Tue Mar 20 22:55:20 2007 +0000
If BGP fails to delete a route from the RIB it is no longer considered
a fatal error.
commit f49550fa4f8cd3d3427c0ef2ba9f29b797b895d1
Author: atanu <atanu>
Date: Tue Mar 20 22:25:57 2007 +0000
Update the entry for OSPF in particular OSPFv3, multiple address and
unknown LSAs can now be handled.
commit c9c0fb13ac7b6af8210b1ff8a0282588b899ca46
Author: atanu <atanu>
Date: Tue Mar 20 22:18:07 2007 +0000
Remove completed entries.
commit b4ade8d0ee7db72762c2c965b1e746b21e5edff7
Author: atanu <atanu>
Date: Tue Mar 20 22:09:54 2007 +0000
Remove @param comments for arguments that no longer exist.
commit 45db07c87f0b6ff8d36e0fa1a39b5a45ddf4ee57
Author: atanu <atanu>
Date: Tue Mar 20 22:02:05 2007 +0000
Update the date and add OSPFv3.
commit 3cbfe259c7a623f5208748cdc0d7348aaa4e1722
Author: atanu <atanu>
Date: Tue Mar 20 21:58:36 2007 +0000
Removed all the done entries, the idea is that the TODO list gets
smaller.
commit d28185648f4093c016e9569620d7a87b83369d32
Author: atanu <atanu>
Date: Tue Mar 20 21:57:08 2007 +0000
Remove the very old TODOs.
commit 753cb3ae8222039eb2304a6ea6e85e66fe3ea3a0
Author: atanu <atanu>
Date: Tue Mar 20 21:54:37 2007 +0000
Update date in status section.
commit ae3b03647574df66c6b0de7afa72e0b55827a8bc
Author: atanu <atanu>
Date: Tue Mar 20 21:44:33 2007 +0000
Primarily add information on configuring OSPFv3. In OSPFv2 added
rfc1583-compatibility flag.
commit c1de8ba3f2709c0d4d5b04814a600b2b39d0e364
Author: atanu <atanu>
Date: Mon Mar 19 22:48:55 2007 +0000
If the router priority is zero then the router cannot be the
designated router or the backup designated router. When the router
priority is set re-run the DR/BDR computation if the priority was zero
or became zero.
commit ad72a1e2fea62709cae2a0b4d194ab9693ffb8ac
Author: atanu <atanu>
Date: Mon Mar 19 14:51:56 2007 +0000
In OSPFv3 the options field in the Network-LSA should include all the
options carried by all the Link-LSAs that are represented in the
Network-LSA.
commit 71d2c21317cd49e4bb16847d89b52e2b24739b98
Author: atanu <atanu>
Date: Mon Mar 19 11:03:12 2007 +0000
When multicasting IPv6 packets set the hop limit to 1.
commit 6ae1873cc16579a4859697f66a67f87da9735177
Author: atanu <atanu>
Date: Mon Mar 19 09:02:21 2007 +0000
When selecting next hop addresses for virtual links use one of the
routers global addresses.
commit b526788e8e6edc68a6dc95f02bfc10a2fab1b294
Author: atanu <atanu>
Date: Mon Mar 19 06:21:22 2007 +0000
If the LSA decoder has an unknown LSA registered then the validate
method should unconditiobnally return true as all LSAs are recognised.
commit 84c58e13da6dc13b292f2237268b9a0f6a434331
Author: atanu <atanu>
Date: Mon Mar 19 05:47:07 2007 +0000
Add support for unknown LSAs, OSPFv3 only.
commit 6c88cd4a652cdf5b7aca83f0ef56c719f082bd95
Author: atanu <atanu>
Date: Mon Mar 19 01:39:53 2007 +0000
An UnknownLSA for OSPFv3.
commit 509e98cd8b03c326f6070437cd1668f84c118d9d
Author: atanu <atanu>
Date: Mon Mar 19 01:00:18 2007 +0000
OSPFv3 unlike OSPFv2 must process unknown LSAs add the machinery to
deal with unknown LSAs as a function of their scope; note the
UnkownLSA has not yet been implemented.
Some asserts have been added to test_packet.cc that should be turned
into proper tests; details in TODO 53).
commit b34317cdf8a6b6b30e3c802e2397b2f84feacddf
Author: atanu <atanu>
Date: Mon Mar 19 00:51:31 2007 +0000
Remove all the completed (DONE) cases, they still exist in CVS.
commit 55ed7d6f175693c7f0a7d048c3df1b67dcf0e717
Author: pavlin <pavlin>
Date: Fri Mar 16 00:15:07 2007 +0000
Update the release notes for editing the Web pages.
commit 4cf484f69fe980b76686f501ee93da95e7f72a9c
Author: pavlin <pavlin>
Date: Fri Mar 16 00:04:26 2007 +0000
Updated the build notes:
* The code can be compiled with the following compiler on FreeBSD-6.1:
gcc43 (GCC) 4.3.0 20070223 (experimental)
* XORP appears to work on MacOS X 10.4.8 and 10.4.9.
commit ae8a1d48ac71484f854bb0bcad1b1e6c25bd7d13
Author: pavlin <pavlin>
Date: Thu Mar 15 23:55:35 2007 +0000
Remove entries that are already DONE, because they are not needed
anymore. If someone wants to look into older TODO entries the
information is available in older revisions of the file.
Approved by: Atanu Ghosh
commit 1963e9e95b9097daf5c96572db924c45aea9dead
Author: atanu <atanu>
Date: Thu Mar 15 19:15:10 2007 +0000
Clarify some comments.
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=412567300b40fa5ecfa43c80c60b7ed8b942a05b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f859b4809ecd4d276e8d623584bdc4a6ba63e2e1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=810742dc3b3a4c35a7e00eec1049f021d12e33cf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=50b697c1a73464324c68b8d37b2aa86186d3bc40
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=862ef93021cf91e40bf85e4acd090792bfcd4e03
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=2194713ce89289ad33e95e3a85f64728cc490564
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d89788ea3d252c73afa4e7278f8804db7dc934c8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5b9c66a7beb20d3fe70299637bb32f79d810d20b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ebc7caa0d41db6d35f242498a7dab551fb81283d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=72668cc98561f6f70b086b2a761535135c6a57d6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1a59cca0646c3886d5ea54bd9a1d6194c95373b3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=676d5c141e8552a1c68ded1f31e513677e36bd48
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=41045634797da751762c5e7ac3dfaba9750f8ad9
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f49550fa4f8cd3d3427c0ef2ba9f29b797b895d1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c9c0fb13ac7b6af8210b1ff8a0282588b899ca46
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b4ade8d0ee7db72762c2c965b1e746b21e5edff7
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=45db07c87f0b6ff8d36e0fa1a39b5a45ddf4ee57
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3cbfe259c7a623f5208748cdc0d7348aaa4e1722
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d28185648f4093c016e9569620d7a87b83369d32
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=753cb3ae8222039eb2304a6ea6e85e66fe3ea3a0
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ae3b03647574df66c6b0de7afa72e0b55827a8bc
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c1de8ba3f2709c0d4d5b04814a600b2b39d0e364
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ad72a1e2fea62709cae2a0b4d194ab9693ffb8ac
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=71d2c21317cd49e4bb16847d89b52e2b24739b98
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6ae1873cc16579a4859697f66a67f87da9735177
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b526788e8e6edc68a6dc95f02bfc10a2fab1b294
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=84c58e13da6dc13b292f2237268b9a0f6a434331
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6c88cd4a652cdf5b7aca83f0ef56c719f082bd95
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=509e98cd8b03c326f6070437cd1668f84c118d9d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b34317cdf8a6b6b30e3c802e2397b2f84feacddf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=55ed7d6f175693c7f0a7d048c3df1b67dcf0e717
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4cf484f69fe980b76686f501ee93da95e7f72a9c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ae8a1d48ac71484f854bb0bcad1b1e6c25bd7d13
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1963e9e95b9097daf5c96572db924c45aea9dead
More information about the svn
mailing list