diff options
Diffstat (limited to 'templates')
7 files changed, 0 insertions, 21 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" diff --git a/templates/show/license/node.def b/templates/show/license/node.def deleted file mode 100644 index 8231a5d..0000000 --- a/templates/show/license/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show VyOS license information -run: less $_vyatta_less_options \ - --prompt=".license, page %dt of %D" \ - -- ${vyatta_sysconfdir}/LICENSE |