package
3.4.7
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

ParseCIDR parse a string to IPNet.

# Constants

BridgeNetworkDriver defines the bridge driver.
DefaultNetworkDriver is the default network type used.
DefaultSubnet is the name that will be used for the default CNI network.
DefaultSubnet is the subnet that will be used for the default CNI network.
DHCPIPAMDriver get subnet and ip from dhcp server.
IPAM drivers HostLocalIPAMDriver store the ip.
MacVLANNetworkDriver defines the macvlan driver.

# Structs

IPNet is used as custom net.IPNet type to add Marshal/Unmarshal methods.
LeaseRange contains the range where IP are leased.
NetAddress contains the subnet and gatway.
NetInterface contains the settings for a given network interface.
Network describes the Network attributes.
NetworkOptions for a given container.
PerNetworkOptions are options which should be set on a per network basis.
PortMapping is one or more ports that will be mapped into the container.
No description provided by the author
StatusBlock contains the network information about a container connected to one Network.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

FilterFunc can be passed to NetworkList to filter the networks.