Documentation ¶
Index ¶
- Constants
- func PuPortSetName(contextID string, mark string, prefix string) string
- type Instance
- func (i *Instance) CleanAllSynAckPacketCaptures() error
- func (i *Instance) CleanGlobalRules() error
- func (i *Instance) ConfigureRules(version int, contextID string, containerInfo *policy.PUInfo) error
- func (i *Instance) DeleteRules(version int, contextID string, ipAddresses policy.ExtendedMap, port string, ...) error
- func (i *Instance) SetTargetNetworks(current, networks []string) error
- func (i *Instance) Start() error
- func (i *Instance) Stop() error
- func (i *Instance) UpdateRules(version int, contextID string, containerInfo *policy.PUInfo, ...) error
Constants ¶
View Source
const ( //PuPortSet The prefix for portset names PuPortSet = "PUPort-" //ProxyPort DefaultProxyPort ProxyPort = "5000" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance is the structure holding all information about a implementation
func NewInstance ¶
func NewInstance(fqc *fqconfig.FilterQueue, mode constants.ModeType, portset portset.PortSet) (*Instance, error)
NewInstance creates a new iptables controller instance
func (*Instance) CleanAllSynAckPacketCaptures ¶
CleanAllSynAckPacketCaptures cleans the capture rules for SynAck packets irrespective of NFQUEUE
func (*Instance) CleanGlobalRules ¶ added in v1.0.12
CleanGlobalRules cleans the capture rules for SynAck packets
func (*Instance) ConfigureRules ¶
func (i *Instance) ConfigureRules(version int, contextID string, containerInfo *policy.PUInfo) error
ConfigureRules implmenets the ConfigureRules interface
func (*Instance) DeleteRules ¶
func (i *Instance) DeleteRules(version int, contextID string, ipAddresses policy.ExtendedMap, port string, mark string, uid string, proxyPort string, proxyPortSetName string) error
DeleteRules implements the DeleteRules interface
func (*Instance) SetTargetNetworks ¶
SetTargetNetworks updates ths target networks for SynAck packets
Click to show internal directories.
Click to hide internal directories.