summaryrefslogtreecommitdiff
path: root/docs/fapi.txt
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-16 09:09:25 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-16 09:09:25 +0200
commit40c016bc2af54b1a0aea3ddd8fa19db14db9b436 (patch)
tree2a0168e0b86d3224c27dfcc74f42d550b37a16dc /docs/fapi.txt
parent2f407b655ece7b8be70a34f42c6561723bfc7dae (diff)
New release
Diffstat (limited to 'docs/fapi.txt')
-rw-r--r--docs/fapi.txt19
1 files changed, 10 insertions, 9 deletions
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>