github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_bpf_ipcache_list.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium bpf ipcache list 4 5 List endpoint IPs (local and remote) and their corresponding security identities 6 7 ### Synopsis 8 9 List endpoint IPs (local and remote) and their corresponding security identities. 10 11 Note that for Linux kernel versions between 4.11 and 4.15 inclusive, the native 12 LPM map type used for implementing the IPCache does not provide the ability to 13 walk / dump the entries, so on these kernel versions this tool will never 14 return any entries, even if entries exist in the map. You may instead run: 15 cilium map get cilium_ipcache 16 17 18 ``` 19 cilium bpf ipcache list [flags] 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for list 26 -o, --output string json| jsonpath='{}' 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --config string config file (default is $HOME/.cilium.yaml) 33 -D, --debug Enable debug messages 34 -H, --host string URI to server-side API 35 ``` 36 37 ### SEE ALSO 38 39 * [cilium bpf ipcache](../cilium_bpf_ipcache) - Manage the IPCache mappings for IP/CIDR <-> Identity 40