Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-23 | Make interface states more readable by using capital letters; fix bug in ↵ | John Southworth | |
description output when there isn't an ip assigned | |||
2011-06-03 | Bugfix 5840: Change show interfaces so that ipv6 addresses and/or long ↵ | John Southworth | |
descriptions don't break formatting | |||
2011-04-28 | Fix accidental merge of show interfaces script, reverting to previous behavior | John Southworth | |
2011-04-01 | Cleanup spacing | John Southworth | |
2011-03-31 | Clean up 'show interfaces' a bit. | John Southworth | |
1. Don't show sit0 and gre0 interfaces These confuse users that don't know why they are there. 2. Reformat the output so that IPv6 addresses no longer cause formatting problems | |||
2010-06-12 | Fix 5497: display entire interface description in the operational command output | Stig Thormodsrud | |
of 'show interfaces' | |||
2010-03-29 | Use new interface_description function | Stephen Hemminger | |
Show interfaces doesn't have to be in configure mode. | |||
2010-03-12 | Don't give error if /var/run/vyatta doesn't exist yet | Stephen Hemminger | |
clear counters might be run when /var/run/vyatta hasn't been created yet. Also cleanup some identation and declarations | |||
2010-01-06 | Show interfaces no longer uses Vyatta::Config | Stephen Hemminger | |
No need to have use statement. | |||
2009-03-02 | Use getInterfaces in vyatta-show-interfaces.pl | Stephen Hemminger | |
Avoid problems with bonding_masters file in /sys/class/net | |||
2009-02-18 | Invalid action should cause usage message | Stephen Hemminger | |
Don't expect this script used directly, but make it more useful. | |||
2009-02-18 | Fix problems with new show-interfaces.pl | Stephen Hemminger | |
Needed to call 'new Vyatta::Interface' Add usage message, and fix to use less specific and more generic code. | |||
2009-02-17 | Use common Vyatta:: library | Stephen Hemminger | |
This fixes potential problems when new interface types are added, use common code in Vyatta::Interface and Vyatta::Misc to manage interface types. | |||
2008-12-11 | Add option to show counters for multiple interfaces. | Stig Thormodsrud | |
2008-12-01 | "show interfaces" broken. Use new perl hierarchy. | Stig Thormodsrud | |
2008-11-19 | make changes for submodule moved to VyattaMisc | Mohit Mehta | |
2008-11-10 | add wirelessmodem to interface hash to pick up description from CLI | Mohit Mehta | |
2008-09-18 | remove debug code | Stephen Hemminger | |
2008-09-17 | Show all interfaces | Stephen Hemminger | |
Rework perl code to show all interfaces in system. Bugfix 3563 | |||
2008-08-26 | Fix "show interfaces ethernet" after "clear interfaces counters" | Stig Thormodsrud | |
command. | |||
2008-07-16 | add openvpn interfaces to "show interfaces" | An-Cheng Huang | |
2008-06-10 | Do chomp in accessor routine for sysfs | Stephen Hemminger | |
Code is cleaner if the newline and cruft are stripped by get_sysfs_value. | |||
2008-06-09 | Fix use of invalid variable | Stephen Hemminger | |
Bugfix: 3334 State of carrier is indeterminate (ie always down), when link is down; so reading sysfs returns -EINVAL. Avoid problem by recoding. | |||
2008-05-15 | Use perl to read sysfs directly | Stephen Hemminger | |
No need to use cat command to read file, just use perl file i/o | |||
2008-05-02 | Bugfix: 3228hollister | Bob Gilligan | |
Support command "show interfaces pppoa <ifname>". | |||
2008-04-14 | Enable display of info about ADSL interfaces. | Bob Gilligan | |
2008-03-28 | Fix 3062: "Show interfaces" displays interfaces in lexicographic, not ↵ | Stig Thormodsrud | |
numeric, order | |||
2008-03-10 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-op into glendale | Stephen Hemminger | |
2008-03-10 | Update license from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Change license boilerplate text from VPL1.0 to GPLv2 | |||
2008-03-10 | Fix 2965: IPv6 Interface information not shown in show interfaces | Christopher LILJENSTOLPE | |
2008-02-20 | Handle 32 bit counter roll in "show interfaces". | Stig Thormodsrud | |
2008-02-20 | Change printf to use "u" instead of "d". Still need to handle 32 bit counter ↵ | Stig Thormodsrud | |
roll. | |||
2008-02-08 | - Fix bug 776: need "clear interface" command to clear counters | Stig Thormodsrud | |
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work |