summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-ethernet.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-31 22:00:27 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-31 22:00:27 +0200
commit8834c22dc3f5758c1d2364579acc428cfc0fe650 (patch)
treed71a5b0389de5893d37d93ee8aee36bb353a52e2 /op-mode-definitions/show-interfaces-ethernet.xml.in
parent29082959e0efc02462fba8560d6726096e8743e9 (diff)
downloadvyos-1x-8834c22dc3f5758c1d2364579acc428cfc0fe650.tar.gz
vyos-1x-8834c22dc3f5758c1d2364579acc428cfc0fe650.zip
op-mode: "show interfaces ethernet eth0 physical" should display ring-buffers
Diffstat (limited to 'op-mode-definitions/show-interfaces-ethernet.xml.in')
-rw-r--r--op-mode-definitions/show-interfaces-ethernet.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-ethernet.xml.in b/op-mode-definitions/show-interfaces-ethernet.xml.in
index 6d50d6e90..c42efd21f 100644
--- a/op-mode-definitions/show-interfaces-ethernet.xml.in
+++ b/op-mode-definitions/show-interfaces-ethernet.xml.in
@@ -29,7 +29,7 @@
<properties>
<help>Show physical device information for specified ethernet interface</help>
</properties>
- <command>ethtool "$4"; ethtool --driver "$4"</command>
+ <command>ethtool "$4"; ethtool --show-ring "$4"; ethtool --driver "$4"</command>
<children>
<leafNode name="offload">
<properties>