diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 17:39:19 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 17:39:19 -0700 |
commit | f66833917fb5b35b60b8cb0a8278a28a167ed1c0 (patch) | |
tree | 9f03227600ad974f4b466077c4dcb45ec6472a34 /templates/show | |
parent | 52654a35201552651e17452dbd548b2f96197383 (diff) | |
download | vyatta-op-qos-f66833917fb5b35b60b8cb0a8278a28a167ed1c0.tar.gz vyatta-op-qos-f66833917fb5b35b60b8cb0a8278a28a167ed1c0.zip |
Add operational mode command for input-policy
New show input-policy and releated commands.
Diffstat (limited to 'templates/show')
17 files changed, 47 insertions, 0 deletions
diff --git a/templates/show/input-policy/adsl/node.def b/templates/show/input-policy/adsl/node.def new file mode 100644 index 0000000..8a1cd8c --- /dev/null +++ b/templates/show/input-policy/adsl/node.def @@ -0,0 +1,2 @@ +help: Show adsl input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=adsl diff --git a/templates/show/input-policy/adsl/node.tag/node.def b/templates/show/input-policy/adsl/node.tag/node.def new file mode 100644 index 0000000..af1473f --- /dev/null +++ b/templates/show/input-policy/adsl/node.tag/node.def @@ -0,0 +1,6 @@ +help: Show specified adsl interface information +allowed: + local -a array ; + array=( /sys/class/net/adsl* ) ; + echo -n ${array[@]##*/} +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/bonding/node.def b/templates/show/input-policy/bonding/node.def new file mode 100644 index 0000000..6af91c0 --- /dev/null +++ b/templates/show/input-policy/bonding/node.def @@ -0,0 +1,2 @@ +help: Show bonding input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=bonding diff --git a/templates/show/input-policy/bonding/node.tag/node.def b/templates/show/input-policy/bonding/node.tag/node.def new file mode 100644 index 0000000..23138fe --- /dev/null +++ b/templates/show/input-policy/bonding/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified bonding interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=bonding +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/ethernet/node.def b/templates/show/input-policy/ethernet/node.def new file mode 100644 index 0000000..f8f400e --- /dev/null +++ b/templates/show/input-policy/ethernet/node.def @@ -0,0 +1,2 @@ +help: Show ethernet input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=ethernet diff --git a/templates/show/input-policy/ethernet/node.tag/node.def b/templates/show/input-policy/ethernet/node.tag/node.def new file mode 100644 index 0000000..c9df0f9 --- /dev/null +++ b/templates/show/input-policy/ethernet/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified ethernet interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=ethernet +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/input/node.def b/templates/show/input-policy/input/node.def new file mode 100644 index 0000000..d1daf52 --- /dev/null +++ b/templates/show/input-policy/input/node.def @@ -0,0 +1,2 @@ +help: Show input input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=input diff --git a/templates/show/input-policy/input/node.tag/node.def b/templates/show/input-policy/input/node.tag/node.def new file mode 100644 index 0000000..05afd76 --- /dev/null +++ b/templates/show/input-policy/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}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/node.def b/templates/show/input-policy/node.def new file mode 100644 index 0000000..410e1d6 --- /dev/null +++ b/templates/show/input-policy/node.def @@ -0,0 +1,2 @@ +help: Show ethernet input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --brief diff --git a/templates/show/input-policy/pppoe/node.def b/templates/show/input-policy/pppoe/node.def new file mode 100644 index 0000000..5f02564 --- /dev/null +++ b/templates/show/input-policy/pppoe/node.def @@ -0,0 +1,2 @@ +help: Show pppoe interface input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=pppoe diff --git a/templates/show/input-policy/pppoe/node.tag/node.def b/templates/show/input-policy/pppoe/node.tag/node.def new file mode 100644 index 0000000..67a0eae --- /dev/null +++ b/templates/show/input-policy/pppoe/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified pppoe interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=pppoe +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/pseudo-ethernet/node.def b/templates/show/input-policy/pseudo-ethernet/node.def new file mode 100644 index 0000000..05ec8c9 --- /dev/null +++ b/templates/show/input-policy/pseudo-ethernet/node.def @@ -0,0 +1,2 @@ +help: Show tunnel input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=pseudo-ethernet diff --git a/templates/show/input-policy/serial/node.def b/templates/show/input-policy/serial/node.def new file mode 100644 index 0000000..93d7188 --- /dev/null +++ b/templates/show/input-policy/serial/node.def @@ -0,0 +1,2 @@ +help: Show serial input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=serial diff --git a/templates/show/input-policy/serial/node.tag/node.def b/templates/show/input-policy/serial/node.tag/node.def new file mode 100644 index 0000000..36fde57 --- /dev/null +++ b/templates/show/input-policy/serial/node.tag/node.def @@ -0,0 +1,6 @@ +help: Show specified adsl interface information +allowed: + local -a array ; + array=( /sys/class/net/wan* ) ; + echo -n ${array[@]##*/} +run: ${vyatta_bindir}/show-input-policy.pl "$4" diff --git a/templates/show/input-policy/tunnel/node.def b/templates/show/input-policy/tunnel/node.def new file mode 100644 index 0000000..69965f2 --- /dev/null +++ b/templates/show/input-policy/tunnel/node.def @@ -0,0 +1,2 @@ +help: Show tunnel input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=tunnel diff --git a/templates/show/input-policy/wireless/node.def b/templates/show/input-policy/wireless/node.def new file mode 100644 index 0000000..521848a --- /dev/null +++ b/templates/show/input-policy/wireless/node.def @@ -0,0 +1,2 @@ +help: Show wireless input-policy information +run: ${vyatta_bindir}/show-input-policy.pl --type=wireless diff --git a/templates/show/input-policy/wireless/node.tag/node.def b/templates/show/input-policy/wireless/node.tag/node.def new file mode 100644 index 0000000..8e4170c --- /dev/null +++ b/templates/show/input-policy/wireless/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified wireless interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=wireless +run: ${vyatta_bindir}/show-input-policy.pl "$4" |