package
2.4.0-alpha+incompatible
Repository: https://github.com/emnify/vpp-agent.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewRuleChainDescriptor creates a new instance of the iptables RuleChain descriptor.
# Constants
RuleChainDescriptorName is the name of the descriptor for Linux iptables rule chains.
# Variables
ErrCustomChainWithoutName is returned when the chain name is not provided for the custom iptables chain.
ErrDefaultPolicyOnCustomChain is returned when a default policy is applied on a custom chain, which is not allowed in iptables.
ErrDefaultPolicyOnNonFilterRule is returned when a default policy is applied on a table different to FILTER.
ErrInvalidChainForTable is returned when the chain is not valid for the provided table.
# Structs
RuleChainDescriptor teaches KVScheduler how to configure Linux iptables rule chains.