From 2243480e99ee70c39887da55fa3257c29843dd0c Mon Sep 17 00:00:00 2001 From: Quan Tian Date: Tue, 14 Feb 2017 15:17:01 +0800 Subject: [PATCH] Fix typo in remote.md Signed-off-by: Quan Tian --- libnetwork/docs/remote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetwork/docs/remote.md b/libnetwork/docs/remote.md index a3027c6e2c..48fd5e58e9 100644 --- a/libnetwork/docs/remote.md +++ b/libnetwork/docs/remote.md @@ -100,7 +100,7 @@ When the proxy is asked to create a network, the remote process shall receive a * `Options` value is the arbitrary map given to the proxy by LibNetwork. * `IPv4Data` and `IPv6Data` are the ip-addressing data configured by the user and managed by IPAM driver. The network driver is expected to honor the ip-addressing data supplied by IPAM driver. The data include, * `AddressSpace` : A unique string represents an isolated space for IP Addressing -* `Pool` : A range of IP Addresses represted in CIDR format address/mask. Since, the IPAM driver is responsible for allocating container ip-addresses, the network driver can make use of this information for the network plumbing purposes. +* `Pool` : A range of IP Addresses represented in CIDR format address/mask. Since, the IPAM driver is responsible for allocating container ip-addresses, the network driver can make use of this information for the network plumbing purposes. * `Gateway` : Optionally, the IPAM driver may provide a Gateway for the subnet represented by the Pool. The network driver can make use of this information for the network plumbing purposes. * `AuxAddresses` : A list of pre-allocated ip-addresses with an associated identifier as provided by the user to assist network driver if it requires specific ip-addresses for its operation. @@ -291,7 +291,7 @@ The response indicating success is empty: * Node Discovery -Similar to the DiscoverNew call, Node Discovery is represented by a `DiscoveryType` value of `1` and the corresponding `DiscoveryData` will carry Node discovery data to be delted. +Similar to the DiscoverNew call, Node Discovery is represented by a `DiscoveryType` value of `1` and the corresponding `DiscoveryData` will carry Node discovery data to be deleted. { "DiscoveryType": int,