summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/fapi.15
-rw-r--r--docs/fapi.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1
index 5b57fae..d6b6ce3 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-04-16" "fapi 0.0.5" "User Commands"
+.TH FAPI 1 "2014-04-16" "fapi 0.0.6" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -249,6 +249,9 @@ A simple nPath service can be created as follows.
\& # Add a nPath HTTPS vserver
\& f vserver myvserver.example.com:443 create PROTOCOL_TCP nPath
\& f vserver myvserver.example.com:443 set pool foopool
+\&
+\& # Put the VirtualAddress of the vserver into a specific traffic group
+\& f vip myserver.example.com set tgroup some\-traffic\-group
.Ve
.PP
And everything can be deleted as folows:
diff --git a/docs/fapi.txt b/docs/fapi.txt
index 845bb95..cccee88 100644
--- a/docs/fapi.txt
+++ b/docs/fapi.txt
@@ -101,6 +101,9 @@ EXAMPLES
f vserver myvserver.example.com:443 create PROTOCOL_TCP nPath
f vserver myvserver.example.com:443 set pool foopool
+ # Put the VirtualAddress of the vserver into a specific traffic group
+ f vip myserver.example.com set tgroup some-traffic-group
+
And everything can be deleted as folows:
# You can also specify the full object name (including the partition)