summaryrefslogtreecommitdiff
path: root/op-mode-definitions
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:01:54 +0200
commit56fa0d4baaeb7624918d77172fa7e1500d694b93 (patch)
treea6eedf0c071538e255a14b07bed8d9d75979da6d /op-mode-definitions
parentde3c476ccb60d66a844f9e12a9ca2963ae2206e6 (diff)
downloadvyos-1x-56fa0d4baaeb7624918d77172fa7e1500d694b93.tar.gz
vyos-1x-56fa0d4baaeb7624918d77172fa7e1500d694b93.zip
op-mode: "show interfaces ethernet eth0 physical" should display ring-buffers
(cherry picked from commit 8834c22dc3f5758c1d2364579acc428cfc0fe650)
Diffstat (limited to 'op-mode-definitions')
-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 897412295..df9e304a7 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>