summaryrefslogtreecommitdiff
path: root/templates/show/interfaces
AgeCommit message (Collapse)Author
2011-12-05Add show interfaces for vrrp interfacesJohn Southworth
2011-10-27Move packet capture to 'monitor interfaces'John Southworth
(cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944)
2011-07-06 Bugfix 7285: remove coloring of errorJohn Southworth
2010-11-08Fix path to ethtoolStephen Hemminger
In Squeeze, ethtool moved from /usr/sbin to /sbin
2010-04-15Add Input Functional Block device supportStephen Hemminger
2009-08-13remove unwanted allowed tagStephen Hemminger
2009-08-12Remove bogus statistics templateStephen Hemminger
Leftover sub-tree from update to show bonding Bug 4732
2009-08-12Add missing template for 'show interfaces bonding bondX'Stephen Hemminger
This was missing from alignment with ethernet in previous commits.
2009-08-12Remove pseudo-ethernet vif templatesStephen Hemminger
Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668
2009-08-12Make bonding operational mode consistent with ethernetStephen Hemminger
Clone existing ethernet operational mode commands into bonding. Move old 'show interfaces bonding' to 'show interfaces bonding slaves' etc. Bug 4640 and others
2009-08-12Fix completion for VIFStephen Hemminger
Use COMP_WORDS to find real device name
2009-08-12Add 'show interfaces pseudo-ethernet'Stephen Hemminger
Bug 4479 Add operational commands for pseudo-ethernet devices
2009-02-27Fix expansion of bonding VIFStephen Hemminger
Use new --vif flag
2009-02-26Use new --vif option to find allowed interfacesStephen Hemminger
2009-02-11Use vyatta-interfaces --show to display allowed typesStephen Hemminger
Simple way to handle interface names for allowed:
2008-12-11Add option to show counters for multiple interfaces.Stig Thormodsrud
2008-10-30need sudo before ethtool -SStephen Hemminger
Bugfix 3832
2008-10-24Fix references to ethtoolStephen Hemminger
Since ethtool is in /usr/sbin, it is not in the command search path of admin user, so a fully qualify path. Bugfix 3832
2008-09-16Add preliminary operational mode support for bondingStephen Hemminger
Basic infrastructure for show status of bonding interfaces
2008-09-16Add operational mode template for ethtool statisticsStephen Hemminger
Display hardware specific statistics
2008-06-23Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI add op-mode command for tsharking tunnel interfaces
2008-06-22Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI added operational mode traffic capture for bridge, ethernet vifs and loopback interfaces Also, added code to validate the the user input for interface to be tsharked
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
2008-04-03Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI - 'show interfaces ethernet <> capture' captures traffic at specified interface - 'show interfaces ethernet <> capture port <>' captures traffic at specified interface port - 'show interfaces ethernet <> capture not port <>' captures traffic at specified interface excluding specified port
2008-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-03-03Add quotes around user inputStig Thormodsrud
2008-02-29revert sudo removal for "identify" command since the kernel changeAn-Cheng Huang
allowing this has been reverted.
2008-02-28show commands don't need sudoAn-Cheng Huang
2008-02-28add quoting for inline scripts in templatesAn-Cheng Huang
2008-02-25Revert "no need for sudo when using ethtool"Stephen Hemminger
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022.
2008-02-25no need for sudo when using ethtoolStephen Hemminger
No longer need sudo when doing ethtool commands to get status.
2008-02-13fix for bug 2587: add "identify" command under "show interfaces ethernet".An-Cheng Huang
2008-02-08- Fix bug 776: need "clear interface" command to clear countersStig 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
2007-12-31Make "show interfaces" work with tunnel interfaces.Stig Thormodsrud
2007-12-05use symlink instead of wrapper for ethtoolAn-Cheng Huang
2007-12-04* restrict "users" level sudo permissions to the "sudo-users" directory.An-Cheng Huang
* add wrappers for show commands requiring sudo and put them in "sudo-users" directory.
2007-10-04don't eval help string; so, no longer needs to be quoted in node.def filesTom Grennan
2007-09-27consolidate show_interfaces* scripts with vyatta-show-interfacesTom Grennan
2007-09-17use vyatta_bindir instead of ofr_bindirTom Grennan
2007-09-17rename op-templatesTom Grennan