summaryrefslogtreecommitdiff
path: root/templates/show/interfaces/ethernet
AgeCommit message (Collapse)Author
2020-06-06op-mode: ethernet: T2546: migrate identify subcommand to vyos-1xChristian Poessinger
2020-06-05op-mode: ethernet: T2546: migrate vif subcommand to vyos-1xChristian Poessinger
2020-06-03T2546: initial migration to vyos-1xChristian Poessinger
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver - show license
2020-06-02ethernet: T2545: show physical device offloading capabilitiesChristian Poessinger
vyos@vyos:~$ show interfaces ethernet eth3 physical offload Features for eth3: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [requested on] tx-checksum-ip-generic: on tx-checksum-ipv6: off [requested on] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: on tx-tcp6-segmentation: on udp-fragmentation-offload: off generic-segmentation-offload: off generic-receive-offload: on large-receive-offload: off rx-vlan-offload: on ...
2019-02-05Show transceiver information from plugin modules, e.g SFP+, QSFPDaniil Kharun
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
2009-08-12Fix completion for VIFStephen Hemminger
Use COMP_WORDS to find real device name
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-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 operational mode template for ethtool statisticsStephen Hemminger
Display hardware specific statistics
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-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