Versions in this module Expand all Collapse all v0 v0.10.0 Nov 4, 2022 Changes in this version + type DestinationPortNat struct + PortNat *nspAPI.Conduit_PortNat + Table *nftables.Table + Vips []*nspAPI.Vip + func NewDestinationPortNat(table *nftables.Table, portNat *nspAPI.Conduit_PortNat) (*DestinationPortNat, error) + func (dpn *DestinationPortNat) Delete() error + func (dpn *DestinationPortNat) GetName() string + func (dpn *DestinationPortNat) SetVips(vips []*nspAPI.Vip) error + type NatHandler struct + func NewNatHandler() (*NatHandler, error) + func (nh *NatHandler) SetNats(portNats []*nspAPI.Conduit_PortNat) error