Versions in this module Expand all Collapse all v0 v0.11.0 May 7, 2014 Changes in this version + var ErrPortMappedForIP = errors.New("port is already mapped to ip") + var ErrPortNotMapped = errors.New("port is not mapped") + var ErrUnknownBackendAddressType = errors.New("unknown container address type not supported") + func Map(container net.Addr, hostIP net.IP, hostPort int) error + func SetIptablesChain(c *iptables.Chain) + func Unmap(host net.Addr) error