From e6962b9d24f821694bb17d7a44b1873a1496d4ab Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 15 Apr 2010 10:04:48 -0700 Subject: Add templates for input interfaces --- templates/show/interfaces/input/node.tag/queue/class/node.def | 2 ++ templates/show/interfaces/input/node.tag/queue/filter/node.def | 2 ++ templates/show/interfaces/input/node.tag/queue/node.def | 2 ++ templates/show/queueing/input/node.def | 2 ++ templates/show/queueing/input/node.tag/node.def | 3 +++ 5 files changed, 11 insertions(+) create mode 100644 templates/show/interfaces/input/node.tag/queue/class/node.def create mode 100644 templates/show/interfaces/input/node.tag/queue/filter/node.def create mode 100644 templates/show/interfaces/input/node.tag/queue/node.def create mode 100644 templates/show/queueing/input/node.def create mode 100644 templates/show/queueing/input/node.tag/node.def (limited to 'templates/show') diff --git a/templates/show/interfaces/input/node.tag/queue/class/node.def b/templates/show/interfaces/input/node.tag/queue/class/node.def new file mode 100644 index 0000000..16dbfd5 --- /dev/null +++ b/templates/show/interfaces/input/node.tag/queue/class/node.def @@ -0,0 +1,2 @@ +help: Show queue classes for a device +run: ${vyatta_bindir}/vyatta-show-queue $4 class diff --git a/templates/show/interfaces/input/node.tag/queue/filter/node.def b/templates/show/interfaces/input/node.tag/queue/filter/node.def new file mode 100644 index 0000000..fe28b5b --- /dev/null +++ b/templates/show/interfaces/input/node.tag/queue/filter/node.def @@ -0,0 +1,2 @@ +help: Show queue filters for a device +run: ${vyatta_bindir}/vyatta-show-queue $4 filter diff --git a/templates/show/interfaces/input/node.tag/queue/node.def b/templates/show/interfaces/input/node.tag/queue/node.def new file mode 100644 index 0000000..ef1bc6f --- /dev/null +++ b/templates/show/interfaces/input/node.tag/queue/node.def @@ -0,0 +1,2 @@ +help: Show queue information +run: ${vyatta_bindir}/vyatta-show-queue $4 diff --git a/templates/show/queueing/input/node.def b/templates/show/queueing/input/node.def new file mode 100644 index 0000000..929f509 --- /dev/null +++ b/templates/show/queueing/input/node.def @@ -0,0 +1,2 @@ +help: Show input queueing information +run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=input diff --git a/templates/show/queueing/input/node.tag/node.def b/templates/show/queueing/input/node.tag/node.def new file mode 100644 index 0000000..da022dc --- /dev/null +++ b/templates/show/queueing/input/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified input interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=input +run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4" -- cgit v1.2.3