diff options
Diffstat (limited to 'docs/fapi.pod')
| -rw-r--r-- | docs/fapi.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fapi.pod b/docs/fapi.pod index 1b41767..ca02281 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -110,8 +110,8 @@ A simple nPath service can be created as follows. # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name inside of BigIP will be the - # FQDN followed by _PORT. In this case it would be: + # Add the pool to the vserver. The vservers name inside of BigIP will be + # the FQDN followed by _PORT. In this case it would be: # myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80) # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool |
