Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerFWUserChain = "DOCKER-USER" DockerFWTable = "filter" IPTablesRuleComment = "set by containerlab" IPTablesCommentMaxSize = 256 )
Variables ¶
View Source
var ErrNotAvailabel = errors.New("not available")
Functions ¶
This section is empty.
Types ¶
type ClabFirewall ¶
type ClabFirewall interface { DeleteForwardingRules() error InstallForwardingRules() error Name() string }
ClabFirewall is the interface that all firewall clients must implement.
Click to show internal directories.
Click to hide internal directories.