Documentation ¶
Index ¶
Constants ¶
View Source
const SKIP_NFTABLES_ENV = "NB_SKIP_NFTABLES_CHECK"
SKIP_NFTABLES_ENV is the environment variable to skip nftables check
Variables ¶
This section is empty.
Functions ¶
func NewFirewall ¶ added in v0.24.4
func NewFirewall(iface IFaceMapper, stateManager *statemanager.Manager) (firewall.Manager, error)
Types ¶
type IFaceMapper ¶ added in v0.24.4
type IFaceMapper interface { Name() string Address() device.WGAddress IsUserspaceBind() bool SetFilter(device.PacketFilter) error }
IFaceMapper defines subset methods of interface required for manager
Click to show internal directories.
Click to hide internal directories.