configure.ac          |    4 -
 ospf6d/ospf6_lsdb.c   |    3 +
 ospfd/ospf_ase.c      |    2 
 ospfd/ospf_vty.c      |  105 ++++++++++++++++++++++++++++++++++++++++++--------
 ospfd/ospfd.c         |   62 +++--------------------------
 ospfd/ospfd.h         |    1 
 zebra/kernel_socket.c |    2 
 zebra/zebra_rib.c     |    8 +--
 8 files changed, 110 insertions(+), 77 deletions(-)

New commits:
commit cdb9950482e1180b4a2b6ba05d171bdf2649c84c
Author: David Ward <[email protected]>
Date:   Thu Dec 3 20:22:47 2009 +0300

    configure: fix spelling

commit 8b6a15b2821e687177cef3ff057e1c4ec76df888
Author: Stephen Hemminger <[email protected]>
Date:   Thu Dec 3 19:25:04 2009 +0300

    ospfd: VTY strings cleanup
    
    Several bits of text can be local or are unused.

commit 3408afe2acf34729730a7dc1efdd587c561b6f59
Author: Stephen Hemminger <[email protected]>
Date:   Thu Dec 3 19:18:26 2009 +0300

    ospfd: comment out unused function

commit 917e29954e652518326dbbdb90325a978ef69535
Author: Stephen Hemminger <[email protected]>
Date:   Thu Dec 3 19:07:00 2009 +0300

    ospfd: make local functions static
    
    This code is only used one place and can be made local.
    Gcc is smart enough to inline local functions if it wants to.
    
    The function also  has a big chunk of compatiablity code that
    is no longer used; since quagga is now in a version control system
    the source does not need to be used as a historical reference.

commit a50c107e3fbdaaea78a12a868a3865fd25136ad2
Author: David Ward <[email protected]>
Date:   Thu Dec 3 15:34:39 2009 +0300

    zebra: fix RIB debug message for IPv6
    
    Apply changes from commit f304cb48f0d7d0ff8f36e7aca8293141a9fa9e60
    to rib_queue_add.
    
    Also includes spelling fixes.

commit 80b2a9418f0ee70318c677778d63f860f0f397c3
Author: Tom Goff <[email protected]>
Date:   Thu Dec 3 14:53:15 2009 +0300

    zebra: make declaration const in rtm_flag_dump()
    
    * kernel_socket.c: (rtm_flag_dump) Use a const message pointer to be
    in sync with commit ce0db9cb11c0bc2e7f89a7d042e50afa495556b4.

commit 16c1c4872b29bb22c0ff77bd1ef1018c63ca25fa
Author: Tom Goff <[email protected]>
Date:   Tue Dec 1 21:12:38 2009 +0300

    ospf6d: fix LSA locking in ospf6_new_ls_id()
    
    * ospf6_lsdb.c: (ospf6_new_ls_id) Unlock the current LSA when breaking
    out of the ospf6_lsdb_*_head() / ospf6_lsdb_*_next() loop early. No
    explicit unlocking is needed when all LSAs are looped through
    because ospf6_lsdb_*_next() manages everything in that case.

commit 9964fcfc2282c8f3468b3b7355c5dea3089f0f14
Author: Dmitry Tejblum <[email protected]>
Date:   Thu Nov 5 16:50:36 2009 +0300

    configure: fix HAVE_CLOCK_MONOTONIC spelling

commit 827341b797f602f4cd7932a777f819b530521b05
Author: Denis Ovsienko <[email protected]>
Date:   Mon Sep 28 19:34:59 2009 +0400

    [ospfd] enable more OSPF cost command aliases
    
    The following syntax forms were not historically supported
    by Quagga, although IOS accepted them w/o a problem:
    
    no ip ospf cost <1-65535>
    no ospf cost <1-65535>
    no ip ospf cost <1-65535> A.B.C.D
    no ospf cost <1-65535> A.B.C.D
    
    From now on Quagga also supports these variants.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cdb9950482e1180b4a2b6ba05d171bdf2649c84c
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=8b6a15b2821e687177cef3ff057e1c4ec76df888
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3408afe2acf34729730a7dc1efdd587c561b6f59
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=917e29954e652518326dbbdb90325a978ef69535
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a50c107e3fbdaaea78a12a868a3865fd25136ad2
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=80b2a9418f0ee70318c677778d63f860f0f397c3
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=16c1c4872b29bb22c0ff77bd1ef1018c63ca25fa
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=9964fcfc2282c8f3468b3b7355c5dea3089f0f14
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=827341b797f602f4cd7932a777f819b530521b05
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to