diff options
Diffstat (limited to 'templates/show/incoming')
-rw-r--r-- | templates/show/incoming/adsl/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/adsl/node.tag/node.def | 6 | ||||
-rw-r--r-- | templates/show/incoming/bonding/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/bonding/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/incoming/ethernet/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/ethernet/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/incoming/input/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/input/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/incoming/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/pppoe/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/pppoe/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/incoming/pseudo-ethernet/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/serial/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/serial/node.tag/node.def | 6 | ||||
-rw-r--r-- | templates/show/incoming/tunnel/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/wireless/node.def | 2 | ||||
-rw-r--r-- | templates/show/incoming/wireless/node.tag/node.def | 3 |
17 files changed, 47 insertions, 0 deletions
diff --git a/templates/show/incoming/adsl/node.def b/templates/show/incoming/adsl/node.def new file mode 100644 index 0000000..8a1cd8c --- /dev/null +++ b/templates/show/incoming/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/incoming/adsl/node.tag/node.def b/templates/show/incoming/adsl/node.tag/node.def new file mode 100644 index 0000000..af1473f --- /dev/null +++ b/templates/show/incoming/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/incoming/bonding/node.def b/templates/show/incoming/bonding/node.def new file mode 100644 index 0000000..6af91c0 --- /dev/null +++ b/templates/show/incoming/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/incoming/bonding/node.tag/node.def b/templates/show/incoming/bonding/node.tag/node.def new file mode 100644 index 0000000..23138fe --- /dev/null +++ b/templates/show/incoming/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/incoming/ethernet/node.def b/templates/show/incoming/ethernet/node.def new file mode 100644 index 0000000..f8f400e --- /dev/null +++ b/templates/show/incoming/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/incoming/ethernet/node.tag/node.def b/templates/show/incoming/ethernet/node.tag/node.def new file mode 100644 index 0000000..c9df0f9 --- /dev/null +++ b/templates/show/incoming/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/incoming/input/node.def b/templates/show/incoming/input/node.def new file mode 100644 index 0000000..d1daf52 --- /dev/null +++ b/templates/show/incoming/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/incoming/input/node.tag/node.def b/templates/show/incoming/input/node.tag/node.def new file mode 100644 index 0000000..05afd76 --- /dev/null +++ b/templates/show/incoming/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/incoming/node.def b/templates/show/incoming/node.def new file mode 100644 index 0000000..410e1d6 --- /dev/null +++ b/templates/show/incoming/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/incoming/pppoe/node.def b/templates/show/incoming/pppoe/node.def new file mode 100644 index 0000000..5f02564 --- /dev/null +++ b/templates/show/incoming/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/incoming/pppoe/node.tag/node.def b/templates/show/incoming/pppoe/node.tag/node.def new file mode 100644 index 0000000..67a0eae --- /dev/null +++ b/templates/show/incoming/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/incoming/pseudo-ethernet/node.def b/templates/show/incoming/pseudo-ethernet/node.def new file mode 100644 index 0000000..05ec8c9 --- /dev/null +++ b/templates/show/incoming/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/incoming/serial/node.def b/templates/show/incoming/serial/node.def new file mode 100644 index 0000000..93d7188 --- /dev/null +++ b/templates/show/incoming/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/incoming/serial/node.tag/node.def b/templates/show/incoming/serial/node.tag/node.def new file mode 100644 index 0000000..36fde57 --- /dev/null +++ b/templates/show/incoming/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/incoming/tunnel/node.def b/templates/show/incoming/tunnel/node.def new file mode 100644 index 0000000..69965f2 --- /dev/null +++ b/templates/show/incoming/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/incoming/wireless/node.def b/templates/show/incoming/wireless/node.def new file mode 100644 index 0000000..521848a --- /dev/null +++ b/templates/show/incoming/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/incoming/wireless/node.tag/node.def b/templates/show/incoming/wireless/node.tag/node.def new file mode 100644 index 0000000..8e4170c --- /dev/null +++ b/templates/show/incoming/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" |