Age | Commit message (Collapse) | Author |
|
|
|
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
...
(cherry picked from commit ec98378a9223f6fbddb3ce1494279f991088cdde)
|
|
(cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944)
|
|
|
|
In Squeeze, ethtool moved from /usr/sbin to /sbin
|
|
Use COMP_WORDS to find real device name
|
|
|
|
Simple way to handle interface names for allowed:
|
|
Bugfix 3832
|
|
Since ethtool is in /usr/sbin, it is not in the command search path of
admin user, so a fully qualify path.
Bugfix 3832
|
|
Display hardware specific statistics
|
|
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
|
|
- vyatta-op help strings standardized according to latest guideline
|
|
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
|
|
- help strings standardized in vyatta-op
|
|
|
|
allowing this has been reverted.
|
|
|
|
|
|
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022.
|
|
No longer need sudo when doing ethtool commands to get status.
|
|
|
|
- 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
|
|
|
|
* add wrappers for show commands requiring sudo and put them in "sudo-users"
directory.
|
|
|
|
|
|
|
|
|