From 2d401f4df4844a6770aa1ade657b79fefe80b761 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 10 Feb 2010 12:37:25 -0800 Subject: Add QoS operational commands for PPPoE --- .../interfaces/ethernet/node.tag/pppoe/node.tag/queue/class/node.def | 2 ++ .../interfaces/ethernet/node.tag/pppoe/node.tag/queue/filter/node.def | 2 ++ .../show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/class/node.def create mode 100644 templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/filter/node.def create mode 100644 templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def (limited to 'templates/show/interfaces') 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 new file mode 100644 index 0000000..4b6b736 --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/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 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 new file mode 100644 index 0000000..fbea21c --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/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 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 new file mode 100644 index 0000000..3bf408a --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/pppoe/node.tag/queue/node.def @@ -0,0 +1,2 @@ +help: Show pppoe queue information +run: ${vyatta_bindir}/vyatta-show-queue ppp$6 -- cgit v1.2.3