diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:29:03 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 23:29:03 +0200 |
| commit | 858eedaca518dd5d87e7f88531d69afc2b72b86c (patch) | |
| tree | 1d8138455a84d67c27ace44836ec41379b4182b6 | |
| parent | 223f36cc2f6fb1e1ce361f1d01faee66f382da2a (diff) | |
cosmetic0.0.4
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | docs/fapi.pod | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -35,7 +35,6 @@ dch: dch -i release: dch deb bash -c "git tag $$(cat .version)" - git push --tags git commit -a -m 'New release' git push origin master --tags git push buetoworg master --tags 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 |
