diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-05-16 17:54:44 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-05-16 17:54:44 +0200 |
| commit | 09f3a1dcea0233463a3d17546176c043151ed525 (patch) | |
| tree | c897d416bbb0b43f0c7a56873e15eaaa8b3865ab /docs/fapi.1 | |
| parent | d09efb4aa6858d43ce44039383a02e76b2856b38 (diff) | |
syntax fix
Diffstat (limited to 'docs/fapi.1')
| -rw-r--r-- | docs/fapi.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index a5a8ec8..1dc317f 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-15" "fapi 0.6.2" "User Commands" +.TH FAPI 1 "2014-05-16" "fapi 0.7.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -179,7 +179,7 @@ https://devcentral.f5.com/d/bigsuds\-python\-icontrol\-library <https://devcentr Unzip it and run .PP .Vb 1 -\& sudo python setyp.py install +\& sudo python setup.py install .Ve .PP You may also install bigsuds from the contrib dir of the fapi source tree. @@ -260,6 +260,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 vlan VLANNAME +\& \& # Put the VirtualAddress of the vserver into a specific traffic group \& fapi vip myserver.example.com set tgroup some\-traffic\-group .Ve |
