From 235cd886bb5620b016656b0f58fe9fe1bd293c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20C=2E=20B=C3=BCtow?= Date: Fri, 16 May 2014 15:00:52 +0200 Subject: typo --- docs/fapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fapi.pod') diff --git a/docs/fapi.pod b/docs/fapi.pod index 78f819e..e7a7bd1 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -46,7 +46,7 @@ L Unzip it and run - sudo python setyp.py install + sudo python setup.py install You may also install bigsuds from the contrib dir of the fapi source tree. -- cgit v1.2.3 From b5a64c14f6ad75add778b79dd57b97a76db5b2be Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Fri, 16 May 2014 17:49:42 +0200 Subject: documentation --- docs/fapi.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/fapi.pod') diff --git a/docs/fapi.pod b/docs/fapi.pod index e7a7bd1..21b9683 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -121,6 +121,10 @@ A simple nPath service can be created as follows. fapi vserver myvserver.example.com:443 create PROTOCOL_TCP nPath fapi vserver myvserver.example.com:443 set pool foopool + # Restrict the vserver to a specific VLAN (IMPORTANT! security + # hole otherwise!) + fapi vserver myvserver.example.com:443 set vlans VLANNAME + # Put the VirtualAddress of the vserver into a specific traffic group fapi vip myserver.example.com set tgroup some-traffic-group -- cgit v1.2.3 From d09efb4aa6858d43ce44039383a02e76b2856b38 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Fri, 16 May 2014 17:52:10 +0200 Subject: can also get the vlan --- docs/fapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fapi.pod') diff --git a/docs/fapi.pod b/docs/fapi.pod index 21b9683..b5cfa9b 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -123,7 +123,7 @@ A simple nPath service can be created as follows. # Restrict the vserver to a specific VLAN (IMPORTANT! security # hole otherwise!) - fapi vserver myvserver.example.com:443 set vlans VLANNAME + fapi vserver myvserver.example.com:443 set vlan VLANNAME # Put the VirtualAddress of the vserver into a specific traffic group fapi vip myserver.example.com set tgroup some-traffic-group -- cgit v1.2.3