cilium-dbg bpf multicast group delete

Delete a multicast group.

Synopsis

Delete a multicast group from the node.

cilium-dbg bpf multicast group delete <group> [flags]

Examples

The following command deletes group 229.0.0.1 from BPF multicast map of the node:
cilium-dbg bpf multicast group delete 229.0.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