Documentation
¶
Overview ¶
Package connmark mirrors sysnet packet marks through conntrack marks so inbound replies are marked before distribution rpfilter chains run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Marks []Mark
}
Config is the complete connmark ruleset owned by Manager.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager reconciles the package-owned nftables connmark table.
func NewManager ¶
func NewManager() *Manager
NewManager creates a Manager backed by the current network namespace.
Click to show internal directories.
Click to hide internal directories.