Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationPortNat ¶
type DestinationPortNat struct { Table *nftables.Table PortNat *nspAPI.Conduit_PortNat Vips []*nspAPI.Vip // contains filtered or unexported fields }
func NewDestinationPortNat ¶
func NewDestinationPortNat(table *nftables.Table, portNat *nspAPI.Conduit_PortNat) (*DestinationPortNat, error)
func (*DestinationPortNat) Delete ¶
func (dpn *DestinationPortNat) Delete() error
func (*DestinationPortNat) GetName ¶
func (dpn *DestinationPortNat) GetName() string
type NatHandler ¶
type NatHandler struct {
// contains filtered or unexported fields
}
func NewNatHandler ¶
func NewNatHandler() (*NatHandler, error)
func (*NatHandler) SetNats ¶
func (nh *NatHandler) SetNats(portNats []*nspAPI.Conduit_PortNat) error
Click to show internal directories.
Click to hide internal directories.