diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-12-05 12:03:02 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-12-05 12:03:02 -0800 |
commit | d0a420ddb1e30cb720277419be70da26ac03a8e3 (patch) | |
tree | 8bfc3ab0c2a82659bb491dd460116361fc1718f0 | |
parent | 3016955f7de90f960bbafcfd92c7c6b96f24a63f (diff) | |
download | vyatta-op-qos-d0a420ddb1e30cb720277419be70da26ac03a8e3.tar.gz vyatta-op-qos-d0a420ddb1e30cb720277419be70da26ac03a8e3.zip |
Add qos op mode commands for vrrp interfaces
-rw-r--r-- | templates/show/incoming/vrrp/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/vrrp/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/queueing/vrrp/node.def | 2 | ||||
-rw-r--r-- | templates/show/queueing/vrrp/node.tag/node.def | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/show/incoming/vrrp/node.def b/templates/show/incoming/vrrp/node.def new file mode 100644 index 0000000..60c9616 --- /dev/null +++ b/templates/show/incoming/vrrp/node.def @@ -0,0 +1,2 @@ +help: Show vrrp interface input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=vrrp diff --git a/templates/show/incoming/vrrp/node.tag/node.def b/templates/show/incoming/vrrp/node.tag/node.def new file mode 100644 index 0000000..32ac7a9 --- /dev/null +++ b/templates/show/incoming/vrrp/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified ethernet interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=vrrp +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/queueing/vrrp/node.def b/templates/show/queueing/vrrp/node.def new file mode 100644 index 0000000..6a9eae5 --- /dev/null +++ b/templates/show/queueing/vrrp/node.def @@ -0,0 +1,2 @@ +help: Show vrrp interface queueing information +run: ${vyatta_bindir}/vyatta-show-queueing.pl --type=vrrp diff --git a/templates/show/queueing/vrrp/node.tag/node.def b/templates/show/queueing/vrrp/node.tag/node.def new file mode 100644 index 0000000..ad10ae6 --- /dev/null +++ b/templates/show/queueing/vrrp/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified vrrp interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=vrrp +run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4" |