diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-31 22:00:27 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-31 22:00:27 +0200 |
commit | 8834c22dc3f5758c1d2364579acc428cfc0fe650 (patch) | |
tree | d71a5b0389de5893d37d93ee8aee36bb353a52e2 /op-mode-definitions | |
parent | 29082959e0efc02462fba8560d6726096e8743e9 (diff) | |
download | vyos-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')
-rw-r--r-- | op-mode-definitions/show-interfaces-ethernet.xml.in | 2 |
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> |