diff options
Diffstat (limited to 'templates')
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 |