definitions

package
v0.62.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DockerUserChain = "DOCKER-USER"
	ForwardChain    = "FORWARD"
	FilterTable     = "filter"

	IPTablesRuleComment = "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(inInterface, outInterface, chain string) error
	InstallForwardingRules(inInterface, outInterface, chain string) error
	Name() string
}

ClabFirewall is the interface that all firewall clients must implement.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL