github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_prefilter_delete.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium-dbg prefilter delete 4 5 Delete CIDR filters 6 7 ``` 8 cilium-dbg prefilter delete [flags] 9 ``` 10 11 ### Options 12 13 ``` 14 --cidr strings List of CIDR prefixes to delete 15 -h, --help help for delete 16 --revision uint Update revision 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --config string Config file (default is $HOME/.cilium.yaml) 23 -D, --debug Enable debug messages 24 -H, --host string URI to server-side API 25 ``` 26 27 ### SEE ALSO 28 29 * [cilium-dbg prefilter](cilium-dbg_prefilter.md) - Manage XDP CIDR filters 30