diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-10 16:19:45 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-10 16:19:45 -0800 |
commit | 07ab1ccfe22c9868991c1aa888237390cb7191c7 (patch) | |
tree | f811d8b9e8eb17eb5637c39990dfbb8611243532 /templates/show | |
parent | 5bf65ba519fd1db426cf9b7ebec9d81e83373f55 (diff) | |
download | vyatta-op-qos-07ab1ccfe22c9868991c1aa888237390cb7191c7.tar.gz vyatta-op-qos-07ab1ccfe22c9868991c1aa888237390cb7191c7.zip |
Fix Qos display for PPPoE
Change to:
show interfaces pppoe queue
Diffstat (limited to 'templates/show')
7 files changed, 7 insertions, 7 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/class/node.def b/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/class/node.def deleted file mode 100644 index 4b6b736..0000000 --- a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/class/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue classes for a pppoe device -run: ${vyatta_bindir}/vyatta-show-queue ppp$6 class diff --git a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/filter/node.def b/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/filter/node.def deleted file mode 100644 index fbea21c..0000000 --- a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/filter/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show queue filters for a pppoe device -run: ${vyatta_bindir}/vyatta-show-queue ppp$6 filter diff --git a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def b/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def deleted file mode 100644 index 3bf408a..0000000 --- a/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show pppoe queue information -run: ${vyatta_bindir}/vyatta-show-queue ppp$6 diff --git a/templates/show/interfaces/pppoe/node.tag/queue/class/node.def b/templates/show/interfaces/pppoe/node.tag/queue/class/node.def new file mode 100644 index 0000000..0bd9f27 --- /dev/null +++ b/templates/show/interfaces/pppoe/node.tag/queue/class/node.def @@ -0,0 +1,2 @@ +help: Show queue classes for a pppoe device +run: ${vyatta_bindir}/vyatta-show-queue $4 class diff --git a/templates/show/interfaces/pppoe/node.tag/queue/filter/node.def b/templates/show/interfaces/pppoe/node.tag/queue/filter/node.def new file mode 100644 index 0000000..8b67d33 --- /dev/null +++ b/templates/show/interfaces/pppoe/node.tag/queue/filter/node.def @@ -0,0 +1,2 @@ +help: Show queue filters for a pppoe device +run: ${vyatta_bindir}/vyatta-show-queue $4 filter diff --git a/templates/show/interfaces/pppoe/node.tag/queue/node.def b/templates/show/interfaces/pppoe/node.tag/queue/node.def new file mode 100644 index 0000000..74d53ed --- /dev/null +++ b/templates/show/interfaces/pppoe/node.tag/queue/node.def @@ -0,0 +1,2 @@ +help: Show pppoe queue information +run: ${vyatta_bindir}/vyatta-show-queue $4 diff --git a/templates/show/queueing/pppoe/node.def b/templates/show/queueing/pppoe/node.def index 204485d..fdb444f 100644 --- a/templates/show/queueing/pppoe/node.def +++ b/templates/show/queueing/pppoe/node.def @@ -1,2 +1,2 @@ help: Show pppoe interface queueing information -run: ${vyatta_sbindir}/vyatta-show-queueing.pl --type=pppoe +run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=pppoe |