package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev
# Functions
NewIPTablesHandler creates new instance of iptables handler.
# Structs
IPTablesHandler is a handler for all operations on Linux iptables / ip6tables.
# Interfaces
IPTablesAPI interface covers all methods inside linux calls package needed to manage linux iptables rules.
IPTablesAPIRead interface covers read methods inside linux calls package needed to manage linux iptables rules.
IPTablesAPIWrite interface covers write methods inside linux calls package needed to manage linux iptables rules.
# Type aliases
L3Protocol to differentiate between IPv4 and IPv6.