diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:31:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:31:09 +0200 |
commit | b90c428efd97c4112061f4acd7b866ea230fb507 (patch) | |
tree | 9ea9b7624f22935f936e25dd6b8452dd819a9b14 /templates/show/interfaces | |
parent | ec98378a9223f6fbddb3ce1494279f991088cdde (diff) | |
download | vyatta-op-b90c428efd97c4112061f4acd7b866ea230fb507.tar.gz vyatta-op-b90c428efd97c4112061f4acd7b866ea230fb507.zip |
T2546: initial migration to vyos-1x
- show interfaces ethernet eth0 physical
- show interfaces ethernet eth0 physical offload
- show interfaces ethernet eth0 statistics
- show interfaces ethernet eth0 transceiver
- show license
Diffstat (limited to 'templates/show/interfaces')
6 files changed, 0 insertions, 17 deletions
diff --git a/templates/show/interfaces/ethernet/node.def b/templates/show/interfaces/ethernet/node.def deleted file mode 100644 index 5c31928..0000000 --- a/templates/show/interfaces/ethernet/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show ethernet interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=ethernet --action=show-brief diff --git a/templates/show/interfaces/ethernet/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/node.def deleted file mode 100644 index 5563032..0000000 --- a/templates/show/interfaces/ethernet/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified ethernet interface information -allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show ethernet -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" diff --git a/templates/show/interfaces/ethernet/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/physical/node.def deleted file mode 100644 index 2c22191..0000000 --- a/templates/show/interfaces/ethernet/node.tag/physical/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show physical device information for specified ethernet interface -allowed: "" -run: /sbin/ethtool "$4"; /sbin/ethtool -i "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def b/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def deleted file mode 100644 index 9f69a55..0000000 --- a/templates/show/interfaces/ethernet/node.tag/physical/offload/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show physical device offloading capabilities -allowed: "" -run: /sbin/ethtool -k "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/statistics/node.def b/templates/show/interfaces/ethernet/node.tag/statistics/node.def deleted file mode 100644 index db07bf1..0000000 --- a/templates/show/interfaces/ethernet/node.tag/statistics/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show physical device statistics for specified ethernet interface -allowed: "" -run: sudo /sbin/ethtool -S "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/transceiver/node.def b/templates/show/interfaces/ethernet/node.tag/transceiver/node.def deleted file mode 100644 index f6c7a20..0000000 --- a/templates/show/interfaces/ethernet/node.tag/transceiver/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show transceiver information from plugin modules, e.g SFP+, QSFP -allowed: "" -run: /sbin/ethtool -m "$4" |