diff options
author | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-08-09 13:20:54 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-08-09 13:20:54 -0700 |
commit | c307530b13bd17ba6c9e32781f1947bcd5d811dd (patch) | |
tree | a27f6fac26fdbc6ddedef75ecf6779f59e923759 | |
parent | 2190ae7a1918a8e15e28f5cec7a9d0eaf2f7b23b (diff) | |
download | vyatta-op-qos-c307530b13bd17ba6c9e32781f1947bcd5d811dd.tar.gz vyatta-op-qos-c307530b13bd17ba6c9e32781f1947bcd5d811dd.zip |
Bugfix 8217: VTI: add show queueing and incoming commands.
Add support for interface vti for operational commands for qos.
-rw-r--r-- | templates/show/incoming/vti/node.def | 2 | ||||
-rw-r--r-- | templates/show/queueing/vti/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/incoming/vti/node.def b/templates/show/incoming/vti/node.def new file mode 100644 index 0000000..f7aaec0 --- /dev/null +++ b/templates/show/incoming/vti/node.def @@ -0,0 +1,2 @@ +help: Show vti input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=vti diff --git a/templates/show/queueing/vti/node.def b/templates/show/queueing/vti/node.def new file mode 100644 index 0000000..fbf6fe3 --- /dev/null +++ b/templates/show/queueing/vti/node.def @@ -0,0 +1,2 @@ +help: Show vti queueing information +run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=vti |