Signed-off-by: Bearice Ren <bearice@gmail.com>
| ... | ... |
@@ -226,7 +226,7 @@ Where: |
| 226 | 226 |
|
| 227 | 227 |
This API is for releasing an IP address. |
| 228 | 228 |
|
| 229 |
-For this API, the remote driver will receive a POST message to the URL `/IpamDriver.RleaseAddress` with the following payload: |
|
| 229 |
+For this API, the remote driver will receive a POST message to the URL `/IpamDriver.ReleaseAddress` with the following payload: |
|
| 230 | 230 |
|
| 231 | 231 |
{
|
| 232 | 232 |
"PoolID": string |
| ... | ... |
@@ -266,4 +266,4 @@ If true, on `CreateEndpoint()` request, libnetwork will generate a random MAC ad |
| 266 | 266 |
|
| 267 | 267 |
## Appendix |
| 268 | 268 |
|
| 269 |
-A Go extension for the IPAM remote API is available at [docker/go-plugins-helpers/ipam](https://github.com/docker/go-plugins-helpers/tree/master/ipam) |
|
| 270 | 269 |
\ No newline at end of file |
| 270 |
+A Go extension for the IPAM remote API is available at [docker/go-plugins-helpers/ipam](https://github.com/docker/go-plugins-helpers/tree/master/ipam) |