cilium-dbg bpf multicast subscriber delete
Delete a subscriber from the multicast group.
Synopsis
Delete a subscriber from the given multicast group. To delete remote subscriber, following information is required:
group: multicast group address from which subscriber is deleted.
subscriber-address: subscriber IP address
cilium-dbg bpf multicast subscriber delete <group> <subscriber-address> [flags]
Examples
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
Options
-h, --help help for delete
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
cilium-dbg bpf multicast subscriber - Manage the multicast subscribers.