diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-01-24 12:57:12 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-01-24 12:57:12 +0100 |
commit | 99df1f02d0d6833c6201d94d06bb228d5b04a1e5 (patch) | |
tree | 3ed09a42e78c383be66aa00eb43e44db59598f10 | |
parent | 69e9718bae4a533ea133451a7828cf8e1b2380f4 (diff) | |
download | vyatta-op-qos-99df1f02d0d6833c6201d94d06bb228d5b04a1e5.tar.gz vyatta-op-qos-99df1f02d0d6833c6201d94d06bb228d5b04a1e5.zip |
Bug #439: remove QoS op mode commands for interface types that are no longer supported.
14 files changed, 0 insertions, 44 deletions
diff --git a/templates/show/incoming/adsl/node.def b/templates/show/incoming/adsl/node.def deleted file mode 100644 index 8a1cd8c..0000000 --- a/templates/show/incoming/adsl/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show adsl input-policy information -run: ${vyatta_bindir}/show-input-policy.pl --type=adsl diff --git a/templates/show/incoming/adsl/node.tag/node.def b/templates/show/incoming/adsl/node.tag/node.def deleted file mode 100644 index af1473f..0000000 --- a/templates/show/incoming/adsl/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Show specified adsl interface information -allowed: - local -a array ; - array=( /sys/class/net/adsl* ) ; - echo -n ${array[@]##*/} -run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/incoming/serial/node.def b/templates/show/incoming/serial/node.def deleted file mode 100644 index 93d7188..0000000 --- a/templates/show/incoming/serial/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show serial input-policy information -run: ${vyatta_bindir}/show-input-policy.pl --type=serial diff --git a/templates/show/incoming/serial/node.tag/node.def b/templates/show/incoming/serial/node.tag/node.def deleted file mode 100644 index 36fde57..0000000 --- a/templates/show/incoming/serial/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Show specified adsl interface information -allowed: - local -a array ; - array=( /sys/class/net/wan* ) ; - echo -n ${array[@]##*/} -run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/interfaces/adsl/node.tag/queue/class/node.def b/templates/show/interfaces/adsl/node.tag/queue/class/node.def deleted file mode 100644 index 16dbfd5..0000000 --- a/templates/show/interfaces/adsl/node.tag/queue/class/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue classes for a device -run: ${vyatta_bindir}/vyatta-show-queue $4 class diff --git a/templates/show/interfaces/adsl/node.tag/queue/filter/node.def b/templates/show/interfaces/adsl/node.tag/queue/filter/node.def deleted file mode 100644 index fe28b5b..0000000 --- a/templates/show/interfaces/adsl/node.tag/queue/filter/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue filters for a device -run: ${vyatta_bindir}/vyatta-show-queue $4 filter diff --git a/templates/show/interfaces/adsl/node.tag/queue/node.def b/templates/show/interfaces/adsl/node.tag/queue/node.def deleted file mode 100644 index 69c6437..0000000 --- a/templates/show/interfaces/adsl/node.tag/queue/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show ethernet queue information -run: ${vyatta_bindir}/vyatta-show-queue $4 diff --git a/templates/show/interfaces/serial/node.tag/queue/class/node.def b/templates/show/interfaces/serial/node.tag/queue/class/node.def deleted file mode 100644 index 16dbfd5..0000000 --- a/templates/show/interfaces/serial/node.tag/queue/class/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue classes for a device -run: ${vyatta_bindir}/vyatta-show-queue $4 class diff --git a/templates/show/interfaces/serial/node.tag/queue/filter/node.def b/templates/show/interfaces/serial/node.tag/queue/filter/node.def deleted file mode 100644 index fe28b5b..0000000 --- a/templates/show/interfaces/serial/node.tag/queue/filter/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue filters for a device -run: ${vyatta_bindir}/vyatta-show-queue $4 filter diff --git a/templates/show/interfaces/serial/node.tag/queue/node.def b/templates/show/interfaces/serial/node.tag/queue/node.def deleted file mode 100644 index 69c6437..0000000 --- a/templates/show/interfaces/serial/node.tag/queue/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show ethernet queue information -run: ${vyatta_bindir}/vyatta-show-queue $4 diff --git a/templates/show/queueing/adsl/node.def b/templates/show/queueing/adsl/node.def deleted file mode 100644 index 46321a9..0000000 --- a/templates/show/queueing/adsl/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show adsl queueing information -run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=adsl diff --git a/templates/show/queueing/adsl/node.tag/node.def b/templates/show/queueing/adsl/node.tag/node.def deleted file mode 100644 index 9253a98..0000000 --- a/templates/show/queueing/adsl/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Show specified adsl interface information -allowed: - local -a array ; - array=( /sys/class/net/adsl* ) ; - echo -n ${array[@]##*/} -run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4" diff --git a/templates/show/queueing/serial/node.def b/templates/show/queueing/serial/node.def deleted file mode 100644 index 754834d..0000000 --- a/templates/show/queueing/serial/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show serial queueing information -run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=serial diff --git a/templates/show/queueing/serial/node.tag/node.def b/templates/show/queueing/serial/node.tag/node.def deleted file mode 100644 index 089891d..0000000 --- a/templates/show/queueing/serial/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Show specified adsl interface information -allowed: - local -a array ; - array=( /sys/class/net/wan* ) ; - echo -n ${array[@]##*/} -run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4" |