Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerUserChain = "DOCKER-USER" ForwardChain = "FORWARD" FilterTable = "filter" AcceptAction = "ACCEPT" InDirection = "in" OutDirection = "out" ContainerlabComment = "set by containerlab" IPTablesCommentMaxSize = 256 )
Variables ¶
View Source
var ErrNotAvailable = errors.New("not available")
Functions ¶
This section is empty.
Types ¶
type ClabFirewall ¶
type ClabFirewall interface { DeleteForwardingRules(rule FirewallRule) error InstallForwardingRules(rule FirewallRule) error Name() string }
ClabFirewall is the interface that all firewall clients must implement.
Click to show internal directories.
Click to hide internal directories.