summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-24 20:20:09 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-24 20:20:09 +0200
commit627029c8412a49b9f5e0211a904759fa7f35b371 (patch)
treec7ce59519e6d0d97687ba432bdd11bb5514cdbf7
parentadecd9928055c1c82b2512f3c26382d0ede1bb61 (diff)
New release
-rw-r--r--.version2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.12
-rw-r--r--docs/synopsis.txt44
5 files changed, 35 insertions, 21 deletions
diff --git a/.version b/.version
index c5d54ec..7c1886b 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.9
+0.0.10
diff --git a/debian/changelog b/debian/changelog
index 475c083..4e53492 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.0.10) stable; urgency=low
+
+ * Don't include the f command anymore, use an alias to fapi instead
+
+ -- Paul Buetow <paul@buetow.org> Thu, 24 Apr 2014 20:19:26 +0200
+
fapi (0.0.9) stable; urgency=low
* Add synopsis.txt
diff --git a/debian/files b/debian/files
index 7926f25..5cd38e3 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.0.9_all.deb utils optional
+fapi_0.0.10_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index 8fb3c1a..cadc239 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-04-24" "fapi 0.0.9" "User Commands"
+.TH FAPI 1 "2014-04-24" "fapi 0.0.10" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/docs/synopsis.txt b/docs/synopsis.txt
index aff3038..0305e5e 100644
--- a/docs/synopsis.txt
+++ b/docs/synopsis.txt
@@ -20,14 +20,16 @@ optional arguments:
-V Print version
-C C Config file
-This is fapi version 0.0.9
+This is fapi version 0.0.10
Synopsis:
- fapi monitor [NAME get desc|state]
+ fapi monitor
+ fapi monitor NAME get desc|state
fapi node
fapi node NODENAME create|delete
fapi node NODENAME get detail|status
- fapi pool [NAME add member MEMBER:PORT]
+ fapi pool
+ fapi pool NAME add member MEMBER:PORT
fapi pool NAME add monitor MONITOR
fapi pool NAME create [LIST,OF,POOL,MEMBERS:PORT]
fapi pool NAME delete
@@ -35,32 +37,38 @@ Synopsis:
fapi pool NAME del monitors
fapi pool NAME get detail|lbmethod|members|monitor|status
fapi pool NAME set lbmethod LBMETHOD
- fapi vip [NAME create NETMASK]
+ fapi vip
+ fapi vip NAME create NETMASK
fapi vip NAME get arp|detail|status|tgroup
fapi vip NAME set arp enabled|disabled
fapi vip NAME set tgroup TGROUP
- fapi vserver [NAME create [protocol] [profile] [poolname] [mask]]
+ fapi vserver
+ fapi vserver NAME create [protocol] [profile] [poolname] [mask]
fapi vserver NAME delete
fapi vserver NAME get brief|detail|status
fapi vserver NAME set nat|pat disabled|enabled
fapi vserver NAME set pool POOLNAME
fapi vserver NAME set snat none
The following partially needs admininstrator privileges on / and /Common
- fapi -p / folder [NAME create|delete]
- fapi -p / folder NAME get detail|dgroup|tgroup
- fapi -p / folder NAME set dgroup|tgroup DGROUP|TGROUP
- fapi -p Common vlan [NAME get detail]
- fapi -p Common vlan NAME create tagged VLANID internal|external|...
- fapi -p Common vlan NAME delete
- fapi -p Common tgroup [NAME get detail]
+ fapi -p Common -b balancer.example.com selfip
+ fapi -p Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP]
+ fapi -p Common -b balancer.example.com selfip NAME delete
+ fapi -p Common -b balancer.example.com selfip NAME get detail|tgroup
+ fapi -p Common -b balancer.example.com selfip NAME set tgroup TGROUP
+ fapi -p Common tgroup
+ fapi -p Common tgroup NAME add ha_order DEVICE ORDER
fapi -p Common tgroup NAME create
fapi -p Common tgroup NAME delete
- fapi -p Common tgroup NAME add ha_order DEVICE ORDER
+ fapi -p Common tgroup NAME get detail
fapi -p Common tgroup NAME get ha_order
- fapi -p Common tgroup NAME remove ha_order DEVICE ORDER
fapi -p Common tgroup NAME remove all_ha_orders
- fapi -p Common -b balancer.example.com selfip [NAME get detail|tgroup]
- fapi -p Common -b balancer.example.com selfip NAME set tgroup TGROUP
- fapi -p Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP]
- fapi -p Common -b balancer.example.com selfip NAME delete
+ fapi -p Common tgroup NAME remove ha_order DEVICE ORDER
+ fapi -p Common vlan
+ fapi -p Common vlan NAME create tagged VLANID internal|external|...
+ fapi -p Common vlan NAME delete
+ fapi -p Common vlan NAME get detail
+ fapi -p / folder
+ fapi -p / folder NAME create|delete
+ fapi -p / folder NAME get detail|dgroup|tgroup
+ fapi -p / folder NAME set dgroup|tgroup DGROUP|TGROUP
Please consult the manpage for examples.