functions/tech-support                                                         
            |   10 +
 scripts/vyatta-show-bonding.pl                                                 
            |   54 +++-------
 templates/show/disk/node.tag/format/node.def                                   
            |    2 
 templates/show/interfaces/bonding/detail/node.def                              
            |    2 
 templates/show/interfaces/bonding/node.def                                     
            |    2 
 templates/show/interfaces/bonding/node.tag/brief/node.def                      
            |    2 
 templates/show/interfaces/bonding/node.tag/capture/not/node.def                
            |    2 
 templates/show/interfaces/bonding/node.tag/capture/not/port/node.def           
            |    2 
 templates/show/interfaces/bonding/node.tag/capture/not/port/node.tag/node.def  
            |    2 
 templates/show/interfaces/bonding/node.tag/capture/port/node.def               
            |    2 
 templates/show/interfaces/bonding/node.tag/capture/port/node.tag/node.def      
            |    2 
 templates/show/interfaces/bonding/node.tag/node.def                            
            |    2 
 templates/show/interfaces/bonding/node.tag/slaves/node.def                     
            |    3 
 templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/node.def       
            |    2 
 
templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.def
          |    2 
 
templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/not/port/node.tag/node.def
 |    2 
 templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.def  
            |    2 
 
templates/show/interfaces/bonding/node.tag/vif/node.tag/capture/port/node.tag/node.def
     |    2 
 templates/show/interfaces/bonding/node.tag/vif/node.tag/node.def               
            |    2 
 templates/show/interfaces/bonding/slaves/node.def                              
            |    2 
 templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def              
            |    2 
 templates/show/interfaces/pseudo-ethernet/detail/node.def                      
            |    2 
 templates/show/interfaces/pseudo-ethernet/node.def                             
            |    2 
 templates/show/interfaces/pseudo-ethernet/node.tag/brief/node.def              
            |    2 
 templates/show/interfaces/pseudo-ethernet/node.tag/capture/node.def            
            |    2 
 templates/show/interfaces/pseudo-ethernet/node.tag/capture/not/node.def        
            |    1 
 templates/show/interfaces/pseudo-ethernet/node.tag/capture/not/port/node.def   
            |    1 
 
templates/show/interfaces/pseudo-ethernet/node.tag/capture/not/port/node.tag/node.def
      |    3 
 templates/show/interfaces/pseudo-ethernet/node.tag/capture/port/node.def       
            |    1 
 
templates/show/interfaces/pseudo-ethernet/node.tag/capture/port/node.tag/node.def
          |    3 
 templates/show/interfaces/pseudo-ethernet/node.tag/node.def                    
            |    3 
 templates/show/ntp/node.tag/node.def                                           
            |    2 
 32 files changed, 72 insertions(+), 53 deletions(-)

New commits:
commit ac672e1d59302bc613b223363aef952613420ed5
Author: Stephen Hemminger <[email protected]>
Date:   Thu Jul 16 14:14:49 2009 -0700

    Remove bogus statistics template
    
    Leftover sub-tree from update to show bonding
    Bug 4732

commit 25e88ac8c0e5d74de1232fa9cb267a00886e1fee
Author: Stephen Hemminger <[email protected]>
Date:   Tue Jul 7 14:00:17 2009 -0700

    Add missing template for 'show interfaces bonding bondX'
    
    This was missing from alignment with ethernet in previous commits.

commit ee1ed923035df021c65925b0f9a6d7e093947a73
Author: Stephen Hemminger <[email protected]>
Date:   Tue Jul 7 11:08:49 2009 -0700

    Remove pseudo-ethernet vif templates
    
    Vif's aren't supported (yet) on pseudo-ethernets.
    Bug 4668

commit 05493e5cc92cafc633cd0a083b194af27f618f81
Author: Stephen Hemminger <[email protected]>
Date:   Tue Jul 7 11:00:56 2009 -0700

    Make bonding operational mode consistent with ethernet
    
    Clone existing ethernet operational mode commands into bonding.
    Move old 'show interfaces bonding' to 'show interfaces bonding slaves'
    etc.
    
    Bug 4640 and others

commit e950d44cada84d0309a1dca74d8688ccb2531cc8
Author: Stephen Hemminger <[email protected]>
Date:   Tue Jul 7 10:59:00 2009 -0700

    Cleanup show bonding script
    
    Use existing Vyatta::Misc module to find interfaces

commit 0b84adc1dbb527ea7ce39aaa5cd992f09056d07d
Author: Stephen Hemminger <[email protected]>
Date:   Mon Jul 6 16:46:08 2009 -0700

    Fix error message from show bonding
    
    Bug 4628
    If bond device has no slaves, then get_sysfs_value will return undefined,
    instead of empty string.

commit 093cfe75a832c333e83e08bbb37a082e811a9e44
Author: Stephen Hemminger <[email protected]>
Date:   Tue Jun 9 14:59:43 2009 -0700

    Fix handling of invalid bonding name
    
    Bug 4514

commit ff66196fb742317d6721706ad8d2965cf5c6d221
Author: Stephen Hemminger <[email protected]>
Date:   Fri Jun 5 13:32:55 2009 -0700

    Add operator to show disk format
    
    Need sudo before sfdisk
    Bug 4142

commit 6cc3dc8043dd28793c677bfcb34a2a43061e5459
Author: Stephen Hemminger <[email protected]>
Date:   Wed Jun 3 12:21:48 2009 -0700

    Remove show tech-support bug related to interfaces
    
    Show more in show-tech support.

commit 0fa7a42ae7ee929d75592a8c4923502d0975fb44
Author: Stephen Hemminger <[email protected]>
Date:   Wed Jun 3 10:22:37 2009 -0700

    Add ethtool output to show tech-support
    
    More useful debugging information for network device issues.

commit ce2634572cf5b64313a9cccd7cb1fed21bcddb9c
Author: Stephen Hemminger <[email protected]>
Date:   Mon Jun 1 21:05:31 2009 -0700

    Ignore ntp.conf server options
    
    Bug 3472
    Use awk to only show server not options

commit 4c5053a29e9caba6374712a1bb197548dcbb3d1d
Author: Stephen Hemminger <[email protected]>
Date:   Mon Jun 1 11:17:04 2009 -0700

    Fix completion for VIF
    
    Use COMP_WORDS to find real device name

commit d3045ca592c736bc4a56c2a3d77064a84280711c
Author: Stephen Hemminger <[email protected]>
Date:   Mon Jun 1 08:38:59 2009 -0700

    Add 'show interfaces pseudo-ethernet'
    
    Bug 4479
    Add operational commands for pseudo-ethernet devices

http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ac672e1d59302bc613b223363aef952613420ed5
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=25e88ac8c0e5d74de1232fa9cb267a00886e1fee
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ee1ed923035df021c65925b0f9a6d7e093947a73
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=05493e5cc92cafc633cd0a083b194af27f618f81
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=e950d44cada84d0309a1dca74d8688ccb2531cc8
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=0b84adc1dbb527ea7ce39aaa5cd992f09056d07d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=093cfe75a832c333e83e08bbb37a082e811a9e44
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ff66196fb742317d6721706ad8d2965cf5c6d221
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=6cc3dc8043dd28793c677bfcb34a2a43061e5459
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=0fa7a42ae7ee929d75592a8c4923502d0975fb44
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ce2634572cf5b64313a9cccd7cb1fed21bcddb9c
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=4c5053a29e9caba6374712a1bb197548dcbb3d1d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=d3045ca592c736bc4a56c2a3d77064a84280711c
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to