We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e2431 commit 30c821fCopy full SHA for 30c821f
ipam/api.go
@@ -29,7 +29,12 @@ type Ipam interface {
29
30
// CapabilitiesResponse returns whether or not this IPAM required pre-made MAC
31
type CapabilitiesResponse struct {
32
+ // Whether on address request, libnetwork must
33
+ // specify the endpoint MAC address
34
RequiresMACAddress bool
35
+ // Whether of daemon start, libnetwork must replay the pool
36
+ // request and the address request for current local networks
37
+ RequiresRequestReplay bool
38
}
39
40
// AddressSpacesResponse returns the default local and global address space names for this IPAM
0 commit comments