HACKING                |   38 ++++--
 bgpd/bgp_attr.c        |    3 
 bgpd/bgpd.c            |    1 
 debian/changelog       |  268 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/smux.c             |   20 +--
 lib/smux.h             |    2 
 ospfd/ospf_interface.c |   18 ++-
 ospfd/ospf_interface.h |    5 
 ospfd/ospf_packet.c    |    4 
 ospfd/ospf_spf.c       |   12 --
 ospfd/ospfd.c          |    7 -
 11 files changed, 328 insertions(+), 50 deletions(-)

New commits:
commit 6feb1ed516ea6c2d758a4cc9c98fb31d8160b2f6
Author: Stephen Hemminger <[email protected]>
Date:   Thu Jul 30 15:19:51 2009 -0700

    0.99.14-4

commit 3e69395bf0fca295edb4369dfb17b7fd14132713
Author: Stephen Hemminger <[email protected]>
Date:   Thu Jul 30 15:17:30 2009 -0700

    SMUX: don't give up after fixed number of tries
    
    On boot, Quagga may be started before snmp daemon, therefore
    smux may have to retry for an indefinate time before suceeding.

commit 1329e96d24e0e1b368a0755823ea5de0b33f84ed
Author: Stephen Hemminger <[email protected]>
Date:   Thu Jul 30 15:09:47 2009 -0700

    fix smux back to original

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

    ospfd: Discriminate better when selecting links between vertices in SPF
    
    * ospf_spf.c: (ospf_get_next_link) One must check the vertex type, Router or
      Network, to select type link to match against.  Link type 1 has neighbour
      router ID in link_id and link type 2 has IP address of DR.  Since router
      id may have same value as an existing IP address one risks matching a
      router ID against a DR.

commit 4a5f432fa07f33da5ad05d18e4ba81d57b44af8e
Author: Paul Jakma <[email protected]>
Date:   Thu Jul 30 15:55:24 2009 +0100

    [bgpd] delete erroneous extra brace..

commit 66bed4f4f0235c1eb6edb0a2f6bd4aaf47e5a7f8
Author: Michael Lambert <[email protected]>
Date:   Tue Jul 28 11:26:14 2009 -0400

    bgpd: Workaround for invalid MBGP next hop
    
    * bgp_attr.c: (bgp_mp_reach_parse) There are some interoperability issues
      for MBGP (particularly IPv4 multicast NLRI) between different
      implementations.  In order to get some next hops to install correctly in
      the BGP tables, it appears to be necessary to copy the multiprotocol next
      hop into the base next hop field.  This is related to differences in RFC
      2283 and RFC 2858.

commit 3de4277ba9b25ff03710d7c004bf708accffd5c7
Author: Paul Jakma <[email protected]>
Date:   Tue Jul 28 16:04:35 2009 +0100

    [doc] Update HACKING
    
    * HACKING: Update to reflect git stripping []'s, and to allow for more
      discretion to avoid redundancy in commit messages.

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

    ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f
    
    This function will return the interface for the first matching
    remote address for PtP i/f's. That won't work for multiple
    unnumbered i/f's as these may all have the same address.
    
    Pass in the struct interface pointer, ifp, to find the
    correct set of oi's to search in. This also reduces the
    size of the search list, making it faster.
    
    * ospfd/ospf_interface.c: Add struct interface * param to
      ospf_if_lookup_recv_if() to select the right list to search in.
    * ospfd/ospf_interface.h: ditto.
    * ospfd/ospf_packet.c: Pass new ifp argument to ospf_if_lookup_recv_if()

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

    ospfd: export ospf_if_table_lookup() and use it in 
ospf_network_run_interface()
    
    Makes it possible to run OSPF on multiple PtP interfaces
    with the same remote address.
    
    * ospfd/ospf_interface.c: Export ospf_if_table_lookup().
    * ospfd/ospf_interface.h: ditto.
    * ospfd/ospfd.c: (ospf_network_run_interface) Use ospf_if_table_lookup() to
      determine whether OSPF is already configured for a subnet and interface.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=6feb1ed516ea6c2d758a4cc9c98fb31d8160b2f6
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3e69395bf0fca295edb4369dfb17b7fd14132713
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=1329e96d24e0e1b368a0755823ea5de0b33f84ed
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=bd5403778b0d96258730050e4526c7c72903e60b
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4a5f432fa07f33da5ad05d18e4ba81d57b44af8e
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=66bed4f4f0235c1eb6edb0a2f6bd4aaf47e5a7f8
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3de4277ba9b25ff03710d7c004bf708accffd5c7
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=05cf46badbad99b76c4e974c7306c14494d1000e
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=f0f63841582ed97362619a53fb711747f09d961b
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to