summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-16 22:28:05 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-16 22:28:05 +0200
commit0ac44c8155f0a5f274056c58c745dd047d2b4cbd (patch)
tree7ecc4f497444d207dbadab55665735eda7e9a229
parentb730d02a7c9db79115eefa21891332a280f519f4 (diff)
New release
-rw-r--r--.version2
-rw-r--r--README.pod3
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.15
-rw-r--r--docs/fapi.txt3
6 files changed, 18 insertions, 3 deletions
diff --git a/.version b/.version
index bbdeab6..1750564 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.5
+0.0.6
diff --git a/README.pod b/README.pod
index f0f7394..bcfb6d0 100644
--- a/README.pod
+++ b/README.pod
@@ -114,6 +114,9 @@ A simple nPath service can be created as follows.
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)
diff --git a/debian/changelog b/debian/changelog
index 7c02c48..b056f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.0.6) stable; urgency=low
+
+ * Introduce a bunch of new options.
+
+ -- Paul Buetow <paul@buetow.org> Wed, 16 Apr 2014 22:27:41 +0200
+
fapi (0.0.5) stable; urgency=low
* Had a merge conflict the prev. release
diff --git a/debian/files b/debian/files
index 7c51715..566b33e 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.0.5_all.deb utils optional
+fapi_0.0.6_all.deb utils optional
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)