debian/changelog         |   22 ++
 lib/table.c              |   38 +--
 lib/table.h              |   19 +
 lib/vty.c                |    2 
 ospf6d/ospf6_interface.c |    2 
 ospf6d/ospf6_top.c       |    2 
 ospfd/ospf_abr.c         |   17 -
 ospfd/ospf_ase.c         |    3 
 ospfd/ospf_lsa.c         |   46 ----
 ospfd/ospf_route.c       |   13 -
 ospfd/ospf_route.h       |    2 
 ospfd/ospf_spf.c         |   26 +-
 ospfd/ospf_vty.c         |   25 +-
 ospfd/ospf_zebra.c       |    8 
 ripd/ripd.c              |    2 
 zebra/main.c             |    4 
 zebra/rib.h              |    1 
 zebra/rt_netlink.c       |    6 
 zebra/zebra_rib.c        |  455 +++++++++++++++++------------------------------
 zebra/zserv.c            |    8 
 20 files changed, 275 insertions(+), 426 deletions(-)

New commits:
commit 88355b30efd9f11929d2856cb6cbd38199adb60e
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 16:17:01 2009 -0700

    0.99.14-5

commit 239317af380d3afbfb0fe7cbe1310161dd48bd23
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 15:53:55 2009 -0700

    fix debian/changelog spelling error

commit 74aaa65f06e9d591213eb847ac1f5a39e1afc65b
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 15:48:27 2009 -0700

    Align with upstream code
    
    These changes make upstream same as kenwood.
    The vyatta changes here were to comment out dead code,
    this will be fixed later in upstream.

commit 3fbe2679a8ae4bc634476d5e30ead98f5a72cc90
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 15:41:55 2009 -0700

    Vty: add vty_serv_sock_family back
    
    Used in some configs.

commit b917fb6a94c493ff731f6d7d9d0e2f52681c7a45
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 15:13:07 2009 -0700

    Zebra: unify ipv4/ipv6
    
    Cleanup the code used to check for active next hop so there is only one
    copy, not separate ipv4/ipv6 code.

commit 03bdbc313495743db51c29930fa8f5161927530d
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 15:10:55 2009 -0700

    Route table update
    
    Put route_node_lock/unlock inline. They are called quite frequently.
    Add route_node_parent for use by zebra when walking up tree.

commit 36fe26bae246d530d95da04c10b856765ccfe742
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 13:58:58 2009 -0700

    Fix spelling in comments and strings

commit c9742483d3d5a8ac2cff3a7702c8e14057d5bbf9
Author: Stephen Hemminger <[email protected]>
Date:   Mon Aug 3 13:49:23 2009 -0700

    Zebra: remove dead code
    
    If function is never used, then just remove it.
    If function is only called in one file, make it static.

commit 5372510d109d87b94d6094d095dd4e0e02eaf32a
Author: Paul Jakma <[email protected]>
Date:   Mon Aug 3 16:34:16 2009 +0100

    ospfd: neuter some compiler warnings
    
    * ospf_lsa.c: (link_info_set) Use %zd for size_t - C99 is old enough now.
      Lots of similar warnings all over the code.
      (ospf_lsa_translated_nssa_compare) Unused func - delete.

commit 4ca15d4a658dca9663b7dea2475edfe6814ef847
Author: Paul Jakma <[email protected]>
Date:   Mon Aug 3 15:16:41 2009 +0100

    ospfd: update some comments
    
    * ospf_{spf,lsa}.c: remove out of date comment; add comment on some
      non-obvious code; Make note of a possible scaling problem.

commit a8ba847ff96b41e06770d4987b15707890ed5807
Author: Joakim Tjernlund <[email protected]>
Date:   Mon Jul 27 12:42:34 2009 +0200

    ospfd: Change struct ospf_path *oi to ifindex.
    
    * global: In struct ospf_path, change struct ospf_interface *oi to int
      ifindex.  It is unsafe to reference *oi as an ospf interface can be
      deleted under your feet. Use a weak reference instead.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=88355b30efd9f11929d2856cb6cbd38199adb60e
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=239317af380d3afbfb0fe7cbe1310161dd48bd23
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=74aaa65f06e9d591213eb847ac1f5a39e1afc65b
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3fbe2679a8ae4bc634476d5e30ead98f5a72cc90
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b917fb6a94c493ff731f6d7d9d0e2f52681c7a45
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=03bdbc313495743db51c29930fa8f5161927530d
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=36fe26bae246d530d95da04c10b856765ccfe742
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c9742483d3d5a8ac2cff3a7702c8e14057d5bbf9
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=5372510d109d87b94d6094d095dd4e0e02eaf32a
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4ca15d4a658dca9663b7dea2475edfe6814ef847
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a8ba847ff96b41e06770d4987b15707890ed5807
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to