Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.08 KB

cilium_bpf_ipcache_list.md

File metadata and controls

40 lines (26 loc) · 1.08 KB

cilium bpf ipcache list

List endpoint IPs (local and remote) and their corresponding security identities

Synopsis

List endpoint IPs (local and remote) and their corresponding security identities.

Note that for Linux kernel versions between 4.11 and 4.15 inclusive, the native LPM map type used for implementing the IPCache 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. You may instead run: cilium map get cilium_ipcache

cilium bpf ipcache list [flags]

Options

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

Options inherited from parent commands

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

SEE ALSO