[vyatta-svn] xorp: Changes to 'icsi-cvsimport'

Tom Grennan tgrennan at suva.vyatta.com
Thu Mar 15 10:06:37 PST 2007


 README                               |    7 
 RELEASE_NOTES                        |    2 
 VERSION                              |    2 
 bgp/bgp_trie.hh                      |    4 
 bgp/rib_ipc_handler.cc               |    4 
 cli/README                           |    2 
 configure                            |   22 +-
 configure.in                         |    4 
 contrib/win32/installer/xorp.nsi     |    2 
 devnotes/release_process.txt         |    2 
 devnotes/update_cvsroot.sh           |  120 ++++++++++++++
 docs/bgp/bgp.tex                     |    6 
 docs/design_arch/design_arch.tex     |    9 -
 docs/design_arch/error_handling.tex  |    6 
 docs/fea/fea.tex                     |    8 
 docs/kdoc/gen-kdoc.sh                |    2 
 docs/libxipc/libxipc_overview.tex    |    6 
 docs/libxipc/xrl_interfaces.tex      |    6 
 docs/libxorp/libxorp_overview.tex    |   94 ++++++++++-
 docs/mfea/mfea_arch.tex              |   14 -
 docs/mld6igmp/mld6igmp_arch.tex      |   10 -
 docs/multicast/multicast_arch.tex    |   10 -
 docs/pim/pim_arch.tex                |   18 +-
 docs/pim_testsuite/pim_testsuite.tex |    5 
 docs/rib/rib.tex                     |    6 
 docs/rtrmgr/rtrmgr.tex               |    6 
 docs/snmp/snmp_overview.tex          |    8 
 docs/test_harness/test_harness.tex   |    6 
 docs/user_manual/bgp.tex             |   22 ++
 docs/user_manual/interfaces.tex      |    2 
 docs/user_manual/pimsm.tex           |    2 
 docs/user_manual/snmp.tex            |    2 
 docs/user_manual/unicast_routing.tex |    4 
 docs/user_manual/user_manual.tex     |    4 
 docs/xorpdev_101/xorpdev_101.tex     |    6 
 etc/templates/ospfv3.tp              |  163 ++++++++++----------
 fea/README.mfea                      |    8 
 fea/TODO                             |    3 
 fea/fticonfig_entry_get_iphelper.cc  |    2 
 fea/fticonfig_entry_set_rtsock.cc    |   41 ++++-
 fea/kernel_utils.hh                  |   34 +++-
 libxorp/eventloop.cc                 |    3 
 libxorp/profile.hh                   |    2 
 libxorp/ref_trie.hh                  |    4 
 mibs/configure                       |    4 
 mibs/configure.in                    |    2 
 mld6igmp/TODO                        |    8 
 ospf/TODO                            |    7 
 ospf/area_router.cc                  |   39 ++--
 ospf/area_router.hh                  |   28 ++-
 ospf/debug_io.hh                     |    9 +
 ospf/io.hh                           |   46 ++++-
 ospf/ospf.cc                         |   10 +
 ospf/ospf.hh                         |   30 +++
 ospf/peer.cc                         |  103 ++++++++++++
 ospf/peer.hh                         |   49 ++++++
 ospf/peer_manager.cc                 |  283 ++++++++++++++++++++++++++++++-----
 ospf/peer_manager.hh                 |   50 +++++-
 ospf/test_peering.cc                 |   17 ++
 ospf/test_routing1.py                |   75 +++++++++
 ospf/test_routing_table.cc           |  109 ++++++++++++-
 ospf/xrl_io.cc                       |   36 ++++
 ospf/xrl_io.hh                       |   13 +
 ospf/xrl_target.cc                   |  101 ++++++++++++
 ospf/xrl_target.hh                   |   57 ++++++-
 pim/README                           |    2 
 rtrmgr/TODO                          |    3 
 rtrmgr/boot.ll                       |   15 +
 rtrmgr/config.boot.sample            |   22 +-
 rtrmgr/lex.boot.cc                   |  111 +++++++------
 rtrmgr/lex.opcmd.cc                  |   83 ++++++----
 rtrmgr/lex.tplt.cc                   |  143 +++++++++--------
 rtrmgr/master_conf_tree.cc           |    2 
 rtrmgr/op_commands.ll                |   15 +
 rtrmgr/template.ll                   |   15 +
 xrl/interfaces/ospfv3.xif            |   49 +++++-
 xrl/interfaces/ospfv3_xif.cc         |  190 +++++++++++++++++++++++
 xrl/interfaces/ospfv3_xif.hh         |  122 ++++++++++++++-
 xrl/targets/ospfv3.xrls              |   33 +++-
 xrl/targets/ospfv3_base.cc           |  169 ++++++++++++++++++++
 xrl/targets/ospfv3_base.hh           |   77 ++++++++-
 81 files changed, 2339 insertions(+), 481 deletions(-)

New commits:
commit e1824abdb9cfbed823e0f574ab25997144645931
Author: pavlin <pavlin>
Date:   Thu Mar 15 07:39:53 2007 +0000

    Add extra brackets around operands.
    
    This fixes a compilation error for gcc-4.3.0 20070223 (experimental)
    on FreeBSD-6.1.

commit 86a1ed0b212cb5a2cfb105c01a457a113209da59
Author: pavlin <pavlin>
Date:   Thu Mar 15 06:51:00 2007 +0000

    Use "::IPNet<>" and "::ChainedSubnetRoute<> instead of "IPNet<>"
    and "ChainedSubnetRoute<>" when the same name is typedef-ed to itself.
    
    This fixes a compilation error for gcc-4.3.0 20070223 (experimental)
    on FreeBSD-6.1.

commit fb8eb2206ed083ba3c6f87514c0a920530bef8e4
Author: pavlin <pavlin>
Date:   Thu Mar 15 06:49:26 2007 +0000

    Use "::RefTrie<>" instead of "RefTrie<>" when the same name
    is typedef-ed to itself.
    
    This fixes a compilation error for gcc-4.3.0 20070223 (experimental)
    on FreeBSD-6.1.

commit 547c8ab5fa606d373be48b703c8200049e755d43
Author: pavlin <pavlin>
Date:   Thu Mar 15 05:58:48 2007 +0000

    Use "std::list<>" instead of "list<>" to avoid name collision
    with method "list()".
    
    This fixes a compilation error for gcc-4.3.0 20070223 (experimental)
    on FreeBSD-6.1.

commit 84ff0b9fb1205da3dfb6830c8550c0e568cffe4b
Author: pavlin <pavlin>
Date:   Thu Mar 15 00:53:48 2007 +0000

    Updated the version to 1.4, and the date.

commit c4772d658be6682fd66e787cd0d0974a0f318f6c
Author: pavlin <pavlin>
Date:   Thu Mar 15 00:51:11 2007 +0000

    Use more liberal command to check the Version for *.tex files.

commit 2d6db4550a22a78686074be0d7719ceadd9e71aa
Author: pavlin <pavlin>
Date:   Thu Mar 15 00:43:12 2007 +0000

    Push the release date to March 20, 2007.
    
    Approved by:	Atanu Ghosh

commit 6e2b1da1c3fb539a413c540d56517c3cb8024062
Author: pavlin <pavlin>
Date:   Wed Mar 14 22:21:34 2007 +0000

    Prepare XORP for release: update the version number to 1.4.

commit ae2045b337d2d3e7d6b0af45f2f0966276928875
Author: pavlin <pavlin>
Date:   Wed Mar 14 22:07:43 2007 +0000

    Conditionally redefine and restore __unused before and after including
    "libxorp/xorp.h". The __unused definition might be inserted by lex
    itself and it might be problematic when including some of the
    system header files.
    
    E.g., the FreeBSD version of lex that contains file
    src/usr.bin/lex/flex.skl rev. 1.8 conditionally defines __unused
    for non-FreeBSD systems.
    However, some version of the Linux header file <bits/stat.h> might
    include __unused[3] field at the end of struct stat64.
    On such systems, the pre-generated lex.boot.cc, lex.opcmd.cc
    and lex.tplt.cc will fail to compile because of the earlier __unused
    definition.

commit 5a0f49c69cf9e5e7d38b65d0b013f6bc7e610554
Author: pavlin <pavlin>
Date:   Wed Mar 14 18:59:03 2007 +0000

    Prepare XORP for release: update the version number to 1.4

commit 789ea2fde0c463556b8f5e26d3c94f541fcd44b9
Author: pavlin <pavlin>
Date:   Wed Mar 14 18:55:06 2007 +0000

    Prepare XORP for release: update the version number to 1.4.

commit 23aea4084d71b9893e09911e80507f4f4cf58fb7
Author: pavlin <pavlin>
Date:   Wed Mar 14 18:52:14 2007 +0000

    * Prepare XORP for release: update the version number to 1.4
    * Remove OSPFv3 from the TODO list
    * Add a reference for XORP bug reports.Killed by signal 2.

commit de82365479519c31722ab68cc00b36cfa7223af3
Author: atanu <atanu>
Date:   Wed Mar 14 09:14:06 2007 +0000

    The test that verifies that routing entries are correctly assigned
    previously only checked one field, now checks all fields.

commit 0aa1f58c21eea285ffb80bc98b1714c68d9ba5f2
Author: atanu <atanu>
Date:   Wed Mar 14 08:12:43 2007 +0000

    If the router had a virtual link to an adjacent router then the
    nexthop information was not being correctly set. Also added a test
    case to verify that a route is added.

commit 4f2e554500dd6f96c8e920fde08b2bc5861a13e5
Author: pavlin <pavlin>
Date:   Wed Mar 14 02:11:10 2007 +0000

    Fix the command for checking the Version in all *.tex files.

commit b0408c05f33e9068d64599687d871ff6940078ae
Author: pavlin <pavlin>
Date:   Wed Mar 14 02:10:38 2007 +0000

    Minor (date-related) update.

commit 7ad49180146b27ef7c6ffdc2f0510bc28ae64342
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:59:55 2007 +0000

    Remove a TODO entry about implementing "%update" that is already DONE.

commit 481a1a5f1b35c248f4effe96cd7d4794f9a98e05
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:52:03 2007 +0000

    Remove obsoleted TODO entries.

commit 1c7ef7a202ee0e16b4c4ebf94bc0be0c7ee1423a
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:41:11 2007 +0000

    Remove an obsoleted TODO entry.

commit 1d7c8f831f4e53814b43a73da8c1aebb85ec89c1
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:33:58 2007 +0000

    Added libfeaclient to the list of libraries that the BGP kdoc depends on.

commit 0b1f364252028f876f49b1f86528b1fb42145ac7
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:13:32 2007 +0000

    Updated the version to 1.4, and the date.

commit eddcb02f12700afedd073714863ab0b8bede659d
Author: pavlin <pavlin>
Date:   Wed Mar 14 01:07:01 2007 +0000

    Minor (date-related) updates.

commit 28bfb1e2f480858c715f53758ff39d46c0d3d308
Author: pavlin <pavlin>
Date:   Wed Mar 14 00:47:44 2007 +0000

    Updated the version to 1.4, and the date.

commit 755ae426c9494ed20f00d1a7ad21fee09aa1f9ea
Author: pavlin <pavlin>
Date:   Wed Mar 14 00:42:19 2007 +0000

    Updated the version to 1.4, and the date.

commit b50b9a9c5bc7dfdc9a0376485d07aa3873a81378
Author: pavlin <pavlin>
Date:   Wed Mar 14 00:36:07 2007 +0000

    Updated the version to 1.4, and the date.

commit f57311a0d910948d196503cc33e0d25c4c433f56
Author: pavlin <pavlin>
Date:   Wed Mar 14 00:26:31 2007 +0000

    Updated the version to 1.4, and the date.

commit 8ee16b45d0c092dbe4ff68a35d8ade0d0251200e
Author: pavlin <pavlin>
Date:   Wed Mar 14 00:15:20 2007 +0000

    Updated the version to 1.4, and the date.

commit 8e65d95c6bcb77c678df05bfe4bd4ea8e5ec4c73
Author: pavlin <pavlin>
Date:   Tue Mar 13 23:25:58 2007 +0000

    Updated to match XORP release 1.4:
    added information for ioevents.hh, random.h, round_robin.hh, task.hh,
    win_dispatcher.hh and win_io.hh.

commit 1804b8c2fdb44b71b7705080ad4b417ca7aafaed
Author: pavlin <pavlin>
Date:   Tue Mar 13 22:42:31 2007 +0000

    Updated the version to 1.4, and the date.

commit 425c2ee2b83ddf7d2ed4b67068c5b61fd2bec5fa
Author: pavlin <pavlin>
Date:   Tue Mar 13 22:34:26 2007 +0000

    Updated the version to 1.4, and the date.

commit b6e6b3e91cfc75512581038baf6df941cb2643f5
Author: pavlin <pavlin>
Date:   Tue Mar 13 22:27:31 2007 +0000

    Updated the version to 1.4, and the date.

commit 3cbafb71265cbf511b9387365de72d3c1db60085
Author: pavlin <pavlin>
Date:   Tue Mar 13 22:02:31 2007 +0000

    Updated to match Release 1.4: OSPFv3 is implemented.

commit 99641c2a1a635c620eaab4724ba519b4f9d5c267
Author: atanu <atanu>
Date:   Tue Mar 13 18:25:51 2007 +0000

    If the routes in the backbone area are recomputed, then recompute all
    transit areas, previously all non-backbone areas were recomputed in
    case they contained a transit area.

commit 8da49b075273c941b7671fd118b903649ec5ea1b
Author: atanu <atanu>
Date:   Mon Mar 12 18:17:57 2007 +0000

    TODO 7) asked if a peer should support multiple interface addresses
    the answer is yes for OSPFv3.

commit 4e644360817cae45e5bd35cd5e780c2562c1b9f6
Author: atanu <atanu>
Date:   Mon Mar 12 11:43:03 2007 +0000

    If there are no neighbours return.

commit a509f3b3a9136422cf3524398ff7da68cfc63895
Author: atanu <atanu>
Date:   Mon Mar 12 10:16:03 2007 +0000

    Support for advertising multiple interface/vif global addresses.
    
    It is no longer necessary to configure an interface address, if no
    addresses are configured all the global addresses that belong to the
    interace/vif will be advertised.
    
    If one or more addresses are configured then only the configured
    addresses will be advertised.
    
    To stop any global addresses being advertised set an interface address
    and disable it.
    
    Note this change breaks OSPFv3 boot files as interface/vif parameters
    are no longer in the address node, there was a warning in the release
    notes.
    
    Configurations that did not set priority, hello-interval,
    router-dead-interval, interface-cost, retransmit-interval,
    transit-delay or passive will continue to work.

commit 34d6f94ce57ea101f42caacc67a41e7c520190eb
Author: atanu <atanu>
Date:   Mon Mar 12 01:34:48 2007 +0000

    If an LSA is already at MaxAge don't set it to MaxAge again.

commit 0da2942f88b64add5a7a0dd5217b939ef61c8971
Author: atanu <atanu>
Date:   Thu Mar 8 00:03:55 2007 +0000

    Remove a spurious call _timer_list.run().
    
    Reviewed by:	Mark Handley

commit 1cb50b4a3c17ec39b39f9dbf3a835b6284bacea1
Author: pavlin <pavlin>
Date:   Wed Mar 7 02:43:38 2007 +0000

    Update the ICSI copyright year to 2007.

commit f95e47c94cafcb0ad3b983254a934baa3e4f2de6
Author: atanu <atanu>
Date:   Tue Mar 6 23:44:20 2007 +0000

    A command failing such as failure to delete a route is no longer
    fatal.

commit 3b327310672add70294f4dcfdd375f34d4654ddf
Author: atanu <atanu>
Date:   Fri Mar 2 19:56:05 2007 +0000

    A small section on BGP path selection.
    
    Requested by:	Mike Horn

commit af120260cd13a037ef2215e027feb9abefb2cb22
Author: pavlin <pavlin>
Date:   Fri Mar 2 02:31:21 2007 +0000

    Fix a comment.

commit 9dc931b0a8533224c613e6ae8395750e7dcde105
Author: pavlin <pavlin>
Date:   Fri Mar 2 02:27:15 2007 +0000

    Added a shell script that can be used to automatically
    update the CVS/Root files to point to a new CVS repository.
    
    Usage: ./update_cvsroot.sh [-a | -d | -h]
        -a     Set CVS Root to the anonymous CVS
               Default: :pserver:xorpcvs at anoncvs.xorp.org:/cvs
        -d     Set CVS Root to the developer CVS
               Default: cvs.xorp.org:/usr/local/share/doc/apache/cvs
        -h     Print usage

commit 6374723a99048c7de397b49654fad52c10cb9dbb
Author: pavlin <pavlin>
Date:   Fri Mar 2 00:56:29 2007 +0000

    Fix a bug when adding an IPv6 unicast forwarding entry to the
    kernel on KAME-derived systems if this is an interface-specific
    route and the next-hop is a link-local address.
    
    In case of KAME sometimes the local interface index is encoded
    in the third and fourth octet of an IPv6 address (for link-local
    unicast/multicast addresses) when we add an unicast route to the kernel.
    E.g., see /usr/src/sbin/route/route.c on FreeBSD-6.2 and search for
    the __KAME__ marker.

commit 0fc9f75950a7faa0396e5f157d4f12edcbd5868e
Author: atanu <atanu>
Date:   Thu Mar 1 23:16:03 2007 +0000

    Refactor the interface ID to interface/vif mapping to use a single
    map.

commit 18a0cfb995ed98373a40a6834b1be8c235000b58
Author: atanu <atanu>
Date:   Thu Mar 1 09:29:43 2007 +0000

    Back out last change for inter area routes set directly connected to false.

commit 6a044e05f326a342f7397275d17fb7156b24af8b
Author: pavlin <pavlin>
Date:   Thu Mar 1 02:53:36 2007 +0000

    Remove nested comments. This fixes a failure when running
    the test_sample_config test program.

commit 9fe716f6868e748a072d1491b0e929ed82eaa6d8
Author: atanu <atanu>
Date:   Thu Mar 1 00:24:06 2007 +0000

    When computing inter area routes propagate if this is a directly
    connected route.

http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=e1824abdb9cfbed823e0f574ab25997144645931
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=86a1ed0b212cb5a2cfb105c01a457a113209da59
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=fb8eb2206ed083ba3c6f87514c0a920530bef8e4
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=547c8ab5fa606d373be48b703c8200049e755d43
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=84ff0b9fb1205da3dfb6830c8550c0e568cffe4b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c4772d658be6682fd66e787cd0d0974a0f318f6c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=2d6db4550a22a78686074be0d7719ceadd9e71aa
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6e2b1da1c3fb539a413c540d56517c3cb8024062
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ae2045b337d2d3e7d6b0af45f2f0966276928875
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5a0f49c69cf9e5e7d38b65d0b013f6bc7e610554
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=789ea2fde0c463556b8f5e26d3c94f541fcd44b9
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=23aea4084d71b9893e09911e80507f4f4cf58fb7
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=de82365479519c31722ab68cc00b36cfa7223af3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0aa1f58c21eea285ffb80bc98b1714c68d9ba5f2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4f2e554500dd6f96c8e920fde08b2bc5861a13e5
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b0408c05f33e9068d64599687d871ff6940078ae
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=7ad49180146b27ef7c6ffdc2f0510bc28ae64342
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=481a1a5f1b35c248f4effe96cd7d4794f9a98e05
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1c7ef7a202ee0e16b4c4ebf94bc0be0c7ee1423a
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1d7c8f831f4e53814b43a73da8c1aebb85ec89c1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0b1f364252028f876f49b1f86528b1fb42145ac7
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=eddcb02f12700afedd073714863ab0b8bede659d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=28bfb1e2f480858c715f53758ff39d46c0d3d308
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=755ae426c9494ed20f00d1a7ad21fee09aa1f9ea
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b50b9a9c5bc7dfdc9a0376485d07aa3873a81378
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f57311a0d910948d196503cc33e0d25c4c433f56
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8ee16b45d0c092dbe4ff68a35d8ade0d0251200e
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8e65d95c6bcb77c678df05bfe4bd4ea8e5ec4c73
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1804b8c2fdb44b71b7705080ad4b417ca7aafaed
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=425c2ee2b83ddf7d2ed4b67068c5b61fd2bec5fa
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b6e6b3e91cfc75512581038baf6df941cb2643f5
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3cbafb71265cbf511b9387365de72d3c1db60085
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=99641c2a1a635c620eaab4724ba519b4f9d5c267
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8da49b075273c941b7671fd118b903649ec5ea1b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4e644360817cae45e5bd35cd5e780c2562c1b9f6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a509f3b3a9136422cf3524398ff7da68cfc63895
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=34d6f94ce57ea101f42caacc67a41e7c520190eb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0da2942f88b64add5a7a0dd5217b939ef61c8971
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1cb50b4a3c17ec39b39f9dbf3a835b6284bacea1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f95e47c94cafcb0ad3b983254a934baa3e4f2de6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3b327310672add70294f4dcfdd375f34d4654ddf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=af120260cd13a037ef2215e027feb9abefb2cb22
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9dc931b0a8533224c613e6ae8395750e7dcde105
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6374723a99048c7de397b49654fad52c10cb9dbb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0fc9f75950a7faa0396e5f157d4f12edcbd5868e
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=18a0cfb995ed98373a40a6834b1be8c235000b58
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6a044e05f326a342f7397275d17fb7156b24af8b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9fe716f6868e748a072d1491b0e929ed82eaa6d8


More information about the svn mailing list