summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.version2
-rw-r--r--README.pod23
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.135
-rw-r--r--docs/fapi.txt19
6 files changed, 49 insertions, 38 deletions
diff --git a/.version b/.version
index 81340c7..bbdeab6 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.4
+0.0.5
diff --git a/README.pod b/README.pod
index ca02281..f0f7394 100644
--- a/README.pod
+++ b/README.pod
@@ -80,17 +80,7 @@ If you want to list all configured objects on your partition just run
f pool # To list all pool
... # etc
-=head2 Setting up simple NAT Services
-
- (Docu to be written)
-
-=head2 Setting up simple SNAT Services
-
- (Docu to be written)
-
-=head2 Setting up a simple nPath Service
-
-A simple nPath service can be created as follows.
+=head2 Setting up a simple pool
# Creating two nodes, fapi auto resolves the IP addresses, and use the
# FQDN as the node name.
@@ -106,6 +96,10 @@ A simple nPath service can be created as follows.
# Add a monitor to the pool
f pool foopool add monitor http_lbtest
+=head2 Setting up a simple nPath Service
+
+A simple nPath service can be created as follows.
+
# Create a nPath HTTP vserver, 'nPath' also auto disables NAT and PAT
# fapi auto resolves the IP address.
f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
@@ -132,6 +126,13 @@ And everything can be deleted as folows:
f node fooserver1.example.com delete
f node fooserver2.example.com delete
+=head2 Setting up simple NAT Services
+
+ (Docu to be written)
+
+=head2 Setting up simple SNAT Services
+
+ (Docu to be written)
=head1 AUTHOR
diff --git a/debian/changelog b/debian/changelog
index 55d271b..7c02c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.0.5) stable; urgency=low
+
+ * Had a merge conflict the prev. release
+
+ -- Paul Buetow <paul@buetow.org> Wed, 16 Apr 2014 09:08:40 +0200
+
fapi (0.0.4) stable; urgency=low
* Add -e option, to select the loadbalancer environment
diff --git a/debian/files b/debian/files
index 0f8b16d..7c51715 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.0.4_all.deb utils optional
+fapi_0.0.5_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index dbe6500..5b57fae 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.3" "User Commands"
+.TH FAPI 1 "2014-04-16" "fapi 0.0.5" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -214,20 +214,8 @@ If you want to list all configured objects on your partition just run
\& f pool # To list all pool
\& ... # etc
.Ve
-.SS "Setting up simple \s-1NAT\s0 Services"
-.IX Subsection "Setting up simple NAT Services"
-.Vb 1
-\& (Docu to be written)
-.Ve
-.SS "Setting up simple \s-1SNAT\s0 Services"
-.IX Subsection "Setting up simple SNAT Services"
-.Vb 1
-\& (Docu to be written)
-.Ve
-.SS "Setting up a simple nPath Service"
-.IX Subsection "Setting up a simple nPath Service"
-A simple nPath service can be created as follows.
-.PP
+.SS "Setting up a simple pool"
+.IX Subsection "Setting up a simple pool"
.Vb 4
\& # Creating two nodes, fapi auto resolves the IP addresses, and use the
\& # FQDN as the node name.
@@ -242,7 +230,12 @@ A simple nPath service can be created as follows.
\&
\& # Add a monitor to the pool
\& f pool foopool add monitor http_lbtest
-\&
+.Ve
+.SS "Setting up a simple nPath Service"
+.IX Subsection "Setting up a simple nPath Service"
+A simple nPath service can be created as follows.
+.PP
+.Vb 3
\& # Create a nPath HTTP vserver, \*(AqnPath\*(Aq also auto disables NAT and PAT
\& # fapi auto resolves the IP address.
\& f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
@@ -271,6 +264,16 @@ And everything can be deleted as folows:
\& f node fooserver1.example.com delete
\& f node fooserver2.example.com delete
.Ve
+.SS "Setting up simple \s-1NAT\s0 Services"
+.IX Subsection "Setting up simple NAT Services"
+.Vb 1
+\& (Docu to be written)
+.Ve
+.SS "Setting up simple \s-1SNAT\s0 Services"
+.IX Subsection "Setting up simple SNAT Services"
+.Vb 1
+\& (Docu to be written)
+.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
Paul C. Buetow \- <paul@buetow.org>
diff --git a/docs/fapi.txt b/docs/fapi.txt
index b3d0a4f..845bb95 100644
--- a/docs/fapi.txt
+++ b/docs/fapi.txt
@@ -69,15 +69,7 @@ EXAMPLES
f pool # To list all pool
... # etc
- Setting up simple NAT Services
- (Docu to be written)
-
- Setting up simple SNAT Services
- (Docu to be written)
-
- Setting up a simple nPath Service
- A simple nPath service can be created as follows.
-
+ Setting up a simple pool
# Creating two nodes, fapi auto resolves the IP addresses, and use the
# FQDN as the node name.
f node fooserver1.example.com create
@@ -92,6 +84,9 @@ EXAMPLES
# Add a monitor to the pool
f pool foopool add monitor http_lbtest
+ Setting up a simple nPath Service
+ A simple nPath service can be created as follows.
+
# Create a nPath HTTP vserver, 'nPath' also auto disables NAT and PAT
# fapi auto resolves the IP address.
f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
@@ -118,6 +113,12 @@ EXAMPLES
f node fooserver1.example.com delete
f node fooserver2.example.com delete
+ Setting up simple NAT Services
+ (Docu to be written)
+
+ Setting up simple SNAT Services
+ (Docu to be written)
+
AUTHOR
Paul C. Buetow - <paul@buetow.org>