From e82b92182f36486a75479cf3cdea3badb80ff136 Mon Sep 17 00:00:00 2001 From: Bearice Ren Date: Wed, 13 Apr 2016 10:55:56 +0800 Subject: [PATCH] typo fix Signed-off-by: Bearice Ren --- libnetwork/docs/ipam.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetwork/docs/ipam.md b/libnetwork/docs/ipam.md index b0c03461ca..84e5b9bf79 100644 --- a/libnetwork/docs/ipam.md +++ b/libnetwork/docs/ipam.md @@ -226,7 +226,7 @@ Where: This API is for releasing an IP address. -For this API, the remote driver will receive a POST message to the URL `/IpamDriver.RleaseAddress` with the following payload: +For this API, the remote driver will receive a POST message to the URL `/IpamDriver.ReleaseAddress` with the following payload: { "PoolID": string @@ -266,4 +266,4 @@ If true, on `CreateEndpoint()` request, libnetwork will generate a random MAC ad ## Appendix -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) \ No newline at end of file +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)