Documentation/cmdref/cilium-dbg_bpf_multicast_subscriber_delete.md
Delete a subscriber from the multicast group.
Delete a subscriber from the given multicast group. To delete remote subscriber, following information is required:
cilium-dbg bpf multicast subscriber delete <group> <subscriber-address> [flags]
To delete a remote node 10.100.0.1 from multicast group 229.0.0.1, use the following command:
cilium-dbg bpf multicast subscriber delete 229.0.0.1 10.100.0.1
-h, --help help for delete
--config string Config file (default is $HOME/.cilium.yaml)
-D, --debug Enable debug messages
-H, --host string URI to server-side API
--log-driver strings Logging endpoints to use (example: syslog)
--log-opt map Log driver options (example: format=json)