Skip to content

[feature request] ipam driver null support #24

@tpreclik

Description

@tpreclik

I would like to use the plugin in passthrough mode with a null ipam driver. However, the joining of a container to such a network fails:

Error response from daemon: NetworkDriver.Join: Parse gateway [] error: invalid CIDR address:

The problem is that Join tries to parse the gateway address and statically sets DisableGatewayService to false:

gw, _, err := net.ParseCIDR(genNw.IPv4Data.Gateway)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions