[vyatta-svn] xorp: Changes to 'icsi-cvsimport'
Tom Grennan
tgrennan at suva.vyatta.com
Wed Feb 28 10:08:40 PST 2007
BUILD_NOTES | 7 ++
README | 3 +
RELEASE_NOTES | 42 ++++++++++++--
libxorp/win_dispatcher.hh | 4 -
ospf/area_router.cc | 135 +++++++++++++++++++++++++++++++++-------------
ospf/area_router.hh | 5 +
ospf/debug_io.hh | 15 +++--
ospf/io.hh | 26 ++++++++
ospf/lsa.cc | 2
ospf/ospf.cc | 37 ++++++++++--
ospf/ospf.hh | 18 ++++--
ospf/peer.cc | 106 +++++++++++++++++++++++++++++++-----
ospf/peer.hh | 23 ++++---
ospf/peer_manager.cc | 11 ++-
ospf/routing_table.cc | 7 +-
ospf/routing_table.hh | 10 +++
ospf/vertex.hh | 16 +++++
ospf/xrl_io.cc | 62 +++++++++++++++------
ospf/xrl_io.hh | 17 ++++-
rtrmgr/config.boot.sample | 112 ++++++++++++++++++++++++++++++++++++++
20 files changed, 546 insertions(+), 112 deletions(-)
New commits:
commit 66f524219d28200d34d373eb2676259438df295c
Author: atanu <atanu>
Date: Wed Feb 28 02:26:58 2007 +0000
Initialise variable.
commit fa06e1e9f2bbee5338780db50f62f76aa728ee88
Author: pavlin <pavlin>
Date: Wed Feb 28 01:53:50 2007 +0000
Added an (additional) upfront release note that OSPFv3 is implemented.
commit 3573eafa9159ead19f0cc8f8da66766ee78458ec
Author: pavlin <pavlin>
Date: Wed Feb 28 01:26:51 2007 +0000
Remove pseudo-tags inside kdoc comments which are not real kdoc tags.
Approved by: Atanu Ghosh
commit 7e27d30be9a2b99f0ec753d2a5e1a9d39fe54bd9
Author: pavlin <pavlin>
Date: Wed Feb 28 00:54:13 2007 +0000
Bug fix: initialize uninitialized variable.
Approved by: Atanu Ghosh
commit 889f6bb5bf6dfa4c0d380a43dd5dabb017b96bc4
Author: pavlin <pavlin>
Date: Wed Feb 28 00:52:10 2007 +0000
Initialize variable global_prefix_length.
Approved by: Atanu Ghosh
commit 1f0383a2ae30d2cd32bbfa24c551cede6f422aba
Author: atanu <atanu>
Date: Wed Feb 28 00:48:13 2007 +0000
For OSPFv3 mention the problem with always forwarding to the
designated router.
commit f74f290e57ef400a46b259b3cbcf01ef27c364c4
Author: atanu <atanu>
Date: Wed Feb 28 00:42:39 2007 +0000
Add OSPFv3 and the relevant internet draft.
commit c768b1804cb4de7c191e26382b16063979ed57a8
Author: pavlin <pavlin>
Date: Wed Feb 28 00:37:27 2007 +0000
* Set the date for the 1.4-RC.
* Fix a typo.
commit c90b2af37f3de64ba410b088a1eaa8c8adc47dcd
Author: atanu <atanu>
Date: Wed Feb 28 00:27:10 2007 +0000
Add the requirement that OSPFv3 has for link-local addresses to be
configured.
commit cc85593c88128b4b46ab936cb3e612031e5ad92c
Author: atanu <atanu>
Date: Wed Feb 28 00:24:01 2007 +0000
Add an example of how to configure OSPFv3.
commit ea98d1ff0081fdc999dc08083464c71d89de1d77
Author: atanu <atanu>
Date: Wed Feb 28 00:11:41 2007 +0000
Update the BGP entry with respect the scheduler improvements.
commit e49397e9e90d28015a5712fd7ec228e340653d15
Author: atanu <atanu>
Date: Wed Feb 28 00:02:13 2007 +0000
Update the OSPF entry in particular announce OSPFv3.
commit 5bbca29dd331a0416ada3e3fa8c295b35183f03f
Author: atanu <atanu>
Date: Tue Feb 27 23:32:24 2007 +0000
For OSPFv3 when receiving a packet check the destination address
against all configured interface addresses.
commit 228cfeceaa4ea416838d08ab820ab6de1559e275
Author: atanu <atanu>
Date: Tue Feb 27 23:03:16 2007 +0000
For OSPFv3 the source and destination addresses of packets do not need
to be in the same network.
commit 1e6c02e4410288b167906482beaaec69fcc84a21
Author: atanu <atanu>
Date: Tue Feb 27 22:48:14 2007 +0000
For OSPFv3 remove an incorrect warning when refreshing the default
route.
commit f89317ffc595707a0893cd9be48f6c20f1d6dd5a
Author: atanu <atanu>
Date: Tue Feb 27 22:28:20 2007 +0000
For OSPFv3 when generating an Inter-Area-Prefix-LSA to carry the
default route into a stub or nssa area assert that the prefix length
is zero.
commit 403cc5be261e5c8f677fa80fda381b24628c8d9b
Author: atanu <atanu>
Date: Tue Feb 27 22:16:22 2007 +0000
For OSPFv3 copy all the fields from an NSSA-LSA to the AS-External-LSA.
.
commit 8d4c687418846dcde4eb3f0bbe12365785f1af59
Author: atanu <atanu>
Date: Tue Feb 27 22:08:40 2007 +0000
For OSPFv3 copy all the fields from an AS-External-LSA to the
NSSA-LSA.
commit c807322727a1531ee7ee2b7594ed2f14a5f4b618
Author: atanu <atanu>
Date: Tue Feb 27 21:49:40 2007 +0000
Update a comment.
commit 3fa4e4f72770ad591b4f5215e66b9682430e213b
Author: pavlin <pavlin>
Date: Tue Feb 27 19:46:34 2007 +0000
XORP now builds on FreeBSD-6.2 and NetBSD-3.1.
commit 328fc918fa222f5ab19807bbaf0ea76c06453faa
Author: atanu <atanu>
Date: Tue Feb 27 18:33:13 2007 +0000
OSPFv3 uses link-local addresses for nexthop addresses, it is
therefore necessary to also provide the nexthop interface and install
interface routes.
Propogate the nexthop interface ID along with with the nexthop address
through the system.
commit 457cdc00c58164e1e7ed39a71dd91ee8f661cedc
Author: atanu <atanu>
Date: Tue Feb 27 08:12:32 2007 +0000
Find the interface associated with a global address.
commit aab19e1f488cda6ffe73ae5edb83a4ccb3391268
Author: atanu <atanu>
Date: Tue Feb 27 06:28:10 2007 +0000
If an area is configured for virtual links put any available host
routes in the Intra-Area-Prefix-LSA.
commit 9f13b8dc212cae59056e38a42b3396204610cdc5
Author: atanu <atanu>
Date: Mon Feb 26 23:28:33 2007 +0000
Don't allow a link-local address to advertised in a
Link-LSA. Advertise a host route that will be used if a global address
is required for a virtual link endpoint.
commit c23ebc2673b53c0b11dc48ce8ee97a685f274020
Author: atanu <atanu>
Date: Mon Feb 26 23:25:17 2007 +0000
Fix the field width when printing a options in an IPv6Prefix.
commit 7c69284c97bb31c1d226333d2eda3343ec9139d8
Author: atanu <atanu>
Date: Mon Feb 26 23:01:34 2007 +0000
Refactoring the OSPFv3 networks that should be advertised are now sent
as and address and prefix length, not a IPNet<IPv6>; allowing an
additional host route to be advertised.
commit 28e3916861778f24aec28dad06838919d2fe2766
Author: atanu <atanu>
Date: Mon Feb 26 22:59:40 2007 +0000
Add a virtual link tracing message; for the case when no global
address is found.
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=66f524219d28200d34d373eb2676259438df295c
More information about the svn
mailing list