diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-02 21:34:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-02 21:34:44 +0200 |
commit | ec98378a9223f6fbddb3ce1494279f991088cdde (patch) | |
tree | 3374f896b03a4b432cfccf8d5dde1bcb4d3878a1 /templates | |
parent | 631a0bd3371194d44a6a2a2cc2e1b7c2c167d228 (diff) | |
download | vyatta-op-ec98378a9223f6fbddb3ce1494279f991088cdde.tar.gz vyatta-op-ec98378a9223f6fbddb3ce1494279f991088cdde.zip |
ethernet: T2545: show physical device offloading capabilities
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
...
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/physical/offload/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def b/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def new file mode 100644 index 0000000..9f69a55 --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def @@ -0,0 +1,3 @@ +help: Show physical device offloading capabilities +allowed: "" +run: /sbin/ethtool -k "$4" |