package
0.13.28
Repository: https://github.com/cilium-team/cilium-net.git
Documentation: pkg.go.dev

# Functions

Execute adds all child commands to the root command sets flags appropriately.
Fatalf prints the Printf formatted message to stderr and exits the program Note: os.Exit(1) is not recoverable.
TablePrinter prints the map[string][]string, which is an usual representation of dumped BPF map, using tabwriter.
Usagef prints the Printf formatted message to stderr, prints usage help and exits the program Note: os.Exit(1) is not recoverable.

# Constants

DEBUG is the level of verbosity in which more information about packets is printed than in INFO mode.
INFO is the level of verbosity in which summaries of Drop and Capture messages are printed out when the monitor is invoked.
PolicyEnabled and PolicyDisabled represent the endpoint policy status.
PolicyEnabled and PolicyDisabled represent the endpoint policy status.
PolicyEnabled and PolicyDisabled represent the endpoint policy status.
VERBOSE is the level of verbosity in which the most information possible about packets is printed out.

# Type aliases

Verbosity levels for formatting output.