diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 19:25:24 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 19:25:24 +0200 |
| commit | ca3cc055141608890cf29a60aaa1a15eb19037e6 (patch) | |
| tree | 348c296bb4746e70a984aa5cec1e3a8a3bdcb198 /docs/fapi.pod | |
| parent | bd872471737964416061c8d061b21bd93e6a0635 (diff) | |
| parent | 2fd8de973452707d3e1d2d7ea5228e8914ca0d03 (diff) | |
Merge branch 'master' into develop
Diffstat (limited to 'docs/fapi.pod')
| -rw-r--r-- | docs/fapi.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/fapi.pod b/docs/fapi.pod index 78f819e..b5cfa9b 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -46,7 +46,7 @@ L<https://devcentral.f5.com/d/bigsuds-python-icontrol-library> 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. @@ -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 vlan VLANNAME + # Put the VirtualAddress of the vserver into a specific traffic group fapi vip myserver.example.com set tgroup some-traffic-group |
