diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-05-28 17:43:48 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-05-28 17:43:48 -0700 |
commit | 117041e7a7495dfdade0f4c94f38a5fcb1bda7b2 (patch) | |
tree | 9e4800b798f85986de0365a0c853b26ba0165fc6 /templates/show | |
parent | b1f7a5e6af6614935d608cd52bc7df7eb8e074b2 (diff) | |
parent | ce660cba1408ac05795b19bc5adaf605b470c34f (diff) | |
download | vyatta-op-117041e7a7495dfdade0f4c94f38a5fcb1bda7b2.tar.gz vyatta-op-117041e7a7495dfdade0f4c94f38a5fcb1bda7b2.zip |
Merge branch 'larkspur' of http://git.vyatta.com/vyatta-op into larkspur
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/dhcpv6/client/leases/node.def | 3 | ||||
-rw-r--r-- | templates/show/dhcpv6/client/node.def | 1 | ||||
-rw-r--r-- | templates/show/interfaces/input/detail/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/input/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/input/node.tag/brief/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/input/node.tag/node.def | 3 | ||||
-rw-r--r-- | templates/show/system/image/storage/node.def | 3 | ||||
-rw-r--r-- | templates/show/system/image/version/node.def | 2 |
8 files changed, 18 insertions, 0 deletions
diff --git a/templates/show/dhcpv6/client/leases/node.def b/templates/show/dhcpv6/client/leases/node.def new file mode 100644 index 0000000..8eb6954 --- /dev/null +++ b/templates/show/dhcpv6/client/leases/node.def @@ -0,0 +1,3 @@ +help: Display DHCPv6 client leases + +run: sudo /opt/vyatta/sbin/dhcpv6-client-show-leases.pl diff --git a/templates/show/dhcpv6/client/node.def b/templates/show/dhcpv6/client/node.def new file mode 100644 index 0000000..7c5b0c3 --- /dev/null +++ b/templates/show/dhcpv6/client/node.def @@ -0,0 +1 @@ +help: Display DHCPv6 client information diff --git a/templates/show/interfaces/input/detail/node.def b/templates/show/interfaces/input/detail/node.def new file mode 100644 index 0000000..9cb235b --- /dev/null +++ b/templates/show/interfaces/input/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed input functional block interface information +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=input --action=show diff --git a/templates/show/interfaces/input/node.def b/templates/show/interfaces/input/node.def new file mode 100644 index 0000000..9114561 --- /dev/null +++ b/templates/show/interfaces/input/node.def @@ -0,0 +1,2 @@ +help: Show input functional block interface information +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=input --action=show-brief diff --git a/templates/show/interfaces/input/node.tag/brief/node.def b/templates/show/interfaces/input/node.tag/brief/node.def new file mode 100644 index 0000000..ec7d295 --- /dev/null +++ b/templates/show/interfaces/input/node.tag/brief/node.def @@ -0,0 +1,2 @@ +help: Show summary of the specified input functional block interface information +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/input/node.tag/node.def b/templates/show/interfaces/input/node.tag/node.def new file mode 100644 index 0000000..ab21b37 --- /dev/null +++ b/templates/show/interfaces/input/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified input functional block interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show input +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" diff --git a/templates/show/system/image/storage/node.def b/templates/show/system/image/storage/node.def new file mode 100644 index 0000000..0592adc --- /dev/null +++ b/templates/show/system/image/storage/node.def @@ -0,0 +1,3 @@ +help: Show disk space utilization of system images + +run: /opt/vyatta/bin/show-image-storage.pl diff --git a/templates/show/system/image/version/node.def b/templates/show/system/image/version/node.def new file mode 100644 index 0000000..b488a12 --- /dev/null +++ b/templates/show/system/image/version/node.def @@ -0,0 +1,2 @@ +help: Show installed Vyatta images with Vyatta version number +run: /opt/vyatta/bin/vyatta-boot-image.pl --show --show_vers |