libnetwork/driverapi: fix GoDoc for UpdateIpamConfig

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-01-21 13:14:26 +01:00
parent 29e2353f80
commit 9dab00554d

View File

@@ -101,7 +101,7 @@ type NetworkInfo interface {
// table name.
TableEventRegister(tableName string, objType ObjectType) error
// UpdateIPamConfig updates the networks IPAM configuration
// UpdateIpamConfig updates the networks IPAM configuration
// based on information from the driver. In windows, the OS (HNS) chooses
// the IP address space if the user does not specify an address space.
UpdateIpamConfig(ipV4Data []IPAMData)