diff options
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" |