bgpd/ChangeLog         |   17 +
 bgpd/bgp_routemap.c    |    5 
 bgpd/bgp_table.c       |   13 -
 bgpd/bgp_table.h       |    3 
 bgpd/bgp_vty.c         |   96 ++++-----
 bgpd/bgpd.c            |    4 
 solaris/ChangeLog      |   10 
 solaris/quagga.init.in |  193 +++++++++++++++++-
 solaris/quagga.xml.in  |  510 +++++++++++++++++++++++++++++++++++--------------
 vtysh/ChangeLog        |   10 
 vtysh/extract.pl.in    |    4 
 vtysh/vtysh.c          |   14 +
 zebra/ChangeLog        |    9 
 zebra/ioctl.c          |   37 ++-
 14 files changed, 696 insertions(+), 229 deletions(-)

New commits:
commit 9c39c3bfcdda055eb64876953729f5d4589ced63
Author: paul <paul>
Date:   Thu Jul 3 20:41:08 2008 +0000

    [solaris] Sync SMF bits with OpenSolaris SFW
    
    2008-07-03 Paul Jakma <[EMAIL PROTECTED]>
    
        * quagga.{xml,init}.in: Sync with OpenSolaris SFW. This changes the
          SMF schema used, from the SMF schema supplied initially with
          Quagga, to the version which was approved by the Sun PSARC for
          inclusion into Solaris. This change is incompatible. Settings,
          such as vty_port, etc. will not transfer over. The Sun schema is
          however supported by Sun, and supports running Quagga in a zone
          with IP instances, and configuration via the routeadm utility.

commit 1ea3c630931cb36f265529f1470b1df07bdd8ee7
Author: paul <paul>
Date:   Thu Jul 3 19:34:48 2008 +0000

    [vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command
    
    2008-07-03 MIYAJIMA Mitsuharu <[EMAIL PROTECTED]>
    
        * extract.pl.in: Fix as-range to match CPP output.
        * vtysh.c: Add missing router_bgp_view_cmd alias.

commit 0a7c082247ec043bed301ea7961ec3726a33620a
Author: paul <paul>
Date:   Wed Jul 2 13:40:33 2008 +0000

    [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty
    
    2008-07-02 MIYAJIMA Mitsuharu <[EMAIL PROTECTED]>
    
        * *.c: CMD_AS_RANGE was being used inside command strings, and thus
          not being expanded, fix by dequoting.

commit 1cfa62007bf969e1bc2d825d69df25ea5e40a9cf
Author: paul <paul>
Date:   Wed Jul 2 02:12:07 2008 +0000

    [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client
    
    2008-07-02 Stephen Hemminger <[EMAIL PROTECTED]>
    
        * bgp_table.{c,h}: (bgp_table_finish) Take a double pointer and
          scrub pointer in caller, so fixing double-free crashes seen
          with route-server-client configuration.
        * *.c: Adjust all callers of bgp_table_finish
    
    2008-07-02 Paul Jakma <[EMAIL PROTECTED]>
    
        * bgp_table.{c,h}: (bgp_node_delete, bgp_table_free) shouldn't be
          exported.

commit d32541332b3f59c69c24277e0220cbd92c3c1c98
Author: paul <paul>
Date:   Tue Jul 1 18:24:58 2008 +0000

    [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error
    
    2008-07-01 Paul Jakma <[EMAIL PROTECTED]>
    
        * ioctl.c: (if_get_flags) Deal more gracefully with failure
          of the BSD link-state SIOCGIFMEDIA ioctl, as some interfaces
          apparently don't implement it (e.g. tun).
          Also, make BSD link-state checking be conditional on the
          'link-detect' interface configuration flag, as it should be.
          Fixes bug #465.

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=9c39c3bfcdda055eb64876953729f5d4589ced63
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=1ea3c630931cb36f265529f1470b1df07bdd8ee7
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=0a7c082247ec043bed301ea7961ec3726a33620a
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=1cfa62007bf969e1bc2d825d69df25ea5e40a9cf
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d32541332b3f59c69c24277e0220cbd92c3c1c98
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to