bgpd/bgp_network.c |   19 +++++++++--------
 configure.ac       |    2 -
 lib/if.c           |   16 ++++++++-------
 lib/prefix.c       |    4 +--
 ospf6d/ospf6_lsa.c |   11 +++-------
 ospfd/ospf_ism.c   |    2 -
 ospfd/ospf_zebra.c |   13 ++++--------
 zebra/rtadv.c      |   18 +++++++++++++++--
 zebra/test_main.c  |    6 ++++-
 zebra/testrib.conf |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 109 insertions(+), 38 deletions(-)

New commits:
commit 50adf7832004191cdaf5a908bd9a9c0b2373e993
Author: David Ward <[email protected]>
Date:   Mon Aug 31 10:42:06 2009 -0400

    zebra: Fix router advertisements for non-Ethernet link layer addresses
    
    * rtadv.c: round up when calculating the link-layer address option length;
      add padding to the option if needed to end on an octet boundary

commit 3849ce4e25281d11537ebd0db5e2fa2a7c356b33
Author: Paul Jakma <[email protected]>
Date:   Fri Aug 28 19:16:31 2009 +0100

    release: 0.99.15
    
    * configure.ac: Bump to 0.99.15

commit aabbb1ae358a3fd9af011cddc1a67dfa0b3df2d2
Author: Tom Henderson <[email protected]>
Date:   Fri Aug 28 15:10:00 2009 +0100

    ospf6d: bug #529, fix endianness problem in earlier commit
    
    * ospf6_lsa.c: (ospf6_lsa_age_current) arithmetical compares make no sense
      in non-host order..

commit d1c21cabdbeeb4d12049f39579c602686eb94927
Author: Stephen Hemminger <[email protected]>
Date:   Tue Aug 25 10:18:15 2009 -0700

    bgpd: fix md5 set on listen sockets
    
    * bgp_network.c: (bgp_md5_set) Missing piece from earlier listener change
      did not get ported from Vyatta code into upstream.  The list
      listener_sockets changed from (int *) to (struct bgp_listener *).

commit c4cf095e95ae66c1a7b87bca95e61e50fec746ee
Author: Paul Jakma <[email protected]>
Date:   Sat Aug 8 20:41:39 2009 +0100

    lib/trivial: str2prefix checks return of inet_pton in fragile way
    
    * prefix.c: (str2prefix_ipv6) inet_pton succesful return is presumed to be
      1, rather than the "not zero" the man page describes - seemed fragile.

commit fab7f89dcfe77cf06806e7f8a33314d3b4857a69
Author: Paul Jakma <[email protected]>
Date:   Thu Aug 6 12:12:12 2009 +0100

    zebra: Add an example config file for testzebra
    
    * testrib.conf: Example config file for testzebra

commit 302d53f791031c15590f59944313381dfb4200c6
Author: Paul Jakma <[email protected]>
Date:   Thu Aug 6 11:48:48 2009 +0100

    zebra: test_main.c should be a bit more helpful about its usage
    
    * test_main.c: If required arguments are missing, say that.

commit 3e4ee9591aa2d84f01ae478afd273ac55add0a1c
Author: Paul Jakma <[email protected]>
Date:   Thu Aug 6 12:08:50 2009 +0100

    lib: if_lookup_by_name should be more robust to null argument
    
    * if.c: (if_lookup_by_name) shouldn't crash just cause we got a NULL name

commit 27f5dc8120e1c6902e29d86cf0d77b82cf3848c0
Author: Joakim Tjernlund <[email protected]>
Date:   Sat Aug 22 14:57:54 2009 +0200

    ospfd: Make sure priority is respected.
    
    * ospf_ism.c (ospf_dr_eligible_routers) should test for priority > 0 instead
      of != 0 as ospf_nbr_new () initially sets prio to -1

commit 5d8de93a84b2afc4202d3284eb9e57672e2551b3
Author: Joakim Tjernlund <[email protected]>
Date:   Fri Aug 7 13:48:15 2009 +0200

    ospfd: Tighten up the connected check for redistribution
    
    * ospf_zebra.c: (ospf_distribute_check_connected) check to make filter out
      routes matching connected routes was matching against OSPF networks, which
      can be far more general than the actual connected interfaces. Fix.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=50adf7832004191cdaf5a908bd9a9c0b2373e993
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3849ce4e25281d11537ebd0db5e2fa2a7c356b33
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=aabbb1ae358a3fd9af011cddc1a67dfa0b3df2d2
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d1c21cabdbeeb4d12049f39579c602686eb94927
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c4cf095e95ae66c1a7b87bca95e61e50fec746ee
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=fab7f89dcfe77cf06806e7f8a33314d3b4857a69
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=302d53f791031c15590f59944313381dfb4200c6
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3e4ee9591aa2d84f01ae478afd273ac55add0a1c
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=27f5dc8120e1c6902e29d86cf0d77b82cf3848c0
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=5d8de93a84b2afc4202d3284eb9e57672e2551b3
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to