summaryrefslogtreecommitdiff
path: root/templates/show/system
diff options
context:
space:
mode:
authorJustin Fletcher <jfletcher@phuket.vyatta.com>2009-01-13 14:04:51 -0800
committerJustin Fletcher <jfletcher@phuket.vyatta.com>2009-01-13 14:04:51 -0800
commitc9a78d8c4a9ea0f6c97989a49e0b8134e133af6c (patch)
treefdd71dbbe166c042a70d9d5cbbf97c7f6d22c71c /templates/show/system
parent905d7d9caf54ea35d789bd202c1dc076a2fa328c (diff)
downloadvyatta-op-c9a78d8c4a9ea0f6c97989a49e0b8134e133af6c.tar.gz
vyatta-op-c9a78d8c4a9ea0f6c97989a49e0b8134e133af6c.zip
Move tcp and udp commands under system/connections
Diffstat (limited to 'templates/show/system')
-rw-r--r--templates/show/system/connections/tcp/all/node.def2
-rw-r--r--templates/show/system/connections/tcp/node.def2
-rw-r--r--templates/show/system/connections/tcp/numeric/node.def2
-rw-r--r--templates/show/system/connections/udp/node.def2
-rw-r--r--templates/show/system/connections/udp/numeric/node.def2
5 files changed, 10 insertions, 0 deletions
diff --git a/templates/show/system/connections/tcp/all/node.def b/templates/show/system/connections/tcp/all/node.def
new file mode 100644
index 0000000..6aa1cae
--- /dev/null
+++ b/templates/show/system/connections/tcp/all/node.def
@@ -0,0 +1,2 @@
+help: show all TCP connections
+run: /sbin/ss -t -a
diff --git a/templates/show/system/connections/tcp/node.def b/templates/show/system/connections/tcp/node.def
new file mode 100644
index 0000000..8b6c99b
--- /dev/null
+++ b/templates/show/system/connections/tcp/node.def
@@ -0,0 +1,2 @@
+help: show TCP connection information
+run: /sbin/ss -t -r
diff --git a/templates/show/system/connections/tcp/numeric/node.def b/templates/show/system/connections/tcp/numeric/node.def
new file mode 100644
index 0000000..7df9efe
--- /dev/null
+++ b/templates/show/system/connections/tcp/numeric/node.def
@@ -0,0 +1,2 @@
+help: show TCP connection without resolving names
+run: /sbin/ss -t -n
diff --git a/templates/show/system/connections/udp/node.def b/templates/show/system/connections/udp/node.def
new file mode 100644
index 0000000..ef9e55f
--- /dev/null
+++ b/templates/show/system/connections/udp/node.def
@@ -0,0 +1,2 @@
+help: show UDP socket information
+run: /sbin/ss -u -a -r
diff --git a/templates/show/system/connections/udp/numeric/node.def b/templates/show/system/connections/udp/numeric/node.def
new file mode 100644
index 0000000..cb43a91
--- /dev/null
+++ b/templates/show/system/connections/udp/numeric/node.def
@@ -0,0 +1,2 @@
+help: show UDP socket information without resolving names
+run: /sbin/ss -u -a -n