cilium bpf egress list

List egress policy entries

Synopsis

List egress policy entries.

Note that for Linux kernel versions between 4.11 and 4.15 inclusive, the native LPM map type used for implementing this feature does not provide the ability to walk / dump the entries, so on these kernel versions this tool will never return any entries, even if entries exist in the map.

  1. cilium bpf egress list [flags]

Options

  1. -h, --help help for list
  2. -o, --output string json| yaml| jsonpath='{}'

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API

SEE ALSO