github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_bpf_ipmasq_list.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium-dbg bpf ipmasq list 4 5 List ip-masq-agent CIDRs 6 7 ### Synopsis 8 9 List ip-masq-agent CIDRs. Packets sent from pods to IPs from these CIDRs avoid masquerading. 10 11 ``` 12 cilium-dbg bpf ipmasq list [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for list 19 -o, --output string json| yaml| jsonpath='{}' 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --config string Config file (default is $HOME/.cilium.yaml) 26 -D, --debug Enable debug messages 27 -H, --host string URI to server-side API 28 ``` 29 30 ### SEE ALSO 31 32 * [cilium-dbg bpf ipmasq](cilium-dbg_bpf_ipmasq.md) - ip-masq-agent CIDRs 33