diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:06:14 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:06:14 +0200 |
| commit | 7419fd789cac93e8a4ad2bff6f0f93b88bfa9679 (patch) | |
| tree | c301cb95f07f86df7b7090a7c0269cb760cf7b71 | |
| parent | ecff7f55d9185abc10705bfa8cdc0327366904a2 (diff) | |
Delores breezed along the surface of her life like a flat stone forever0.0.3
skipping along smooth water, rippling reality sporadically but oblivious
to it consistently, until she finally lost momentum, sank, and due to an
overdose of flouride as a child which caused her to suffer from chronic
apathy, doomed herself to lie forever on the floor of her life as useless
as an appendix and as lonely as a five-hundred pound barbell in a
steroid-free fitness center.
-- Winning sentence, 1990 Bulwer-Lytton bad fiction contest.
| -rw-r--r-- | README.txt | 3 | ||||
| -rw-r--r-- | docs/fapi.1 | 3 | ||||
| -rw-r--r-- | docs/fapi.pod | 3 | ||||
| -rw-r--r-- | docs/fapi.txt | 3 |
4 files changed, 8 insertions, 4 deletions
@@ -97,7 +97,8 @@ EXAMPLES 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: myvserver.example.com_80. + # 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 diff --git a/docs/fapi.1 b/docs/fapi.1 index 961fda9..fdb2407 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -248,7 +248,8 @@ A simple nPath service can be created as follows. \& 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: myvserver.example.com_80. +\& # 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 \& diff --git a/docs/fapi.pod b/docs/fapi.pod index 7e7b3da..1b41767 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -111,7 +111,8 @@ A simple nPath service can be created as follows. 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: myvserver.example.com_80. + # 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 diff --git a/docs/fapi.txt b/docs/fapi.txt index 63ae66b..4a27747 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -97,7 +97,8 @@ EXAMPLES 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: myvserver.example.com_80. + # 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 |
