Back to Cilium

Cilium Dbg Bpf Multicast Group Delete

Documentation/cmdref/cilium-dbg_bpf_multicast_group_delete.md

1.19.3961 B
Original Source
<!-- This file was autogenerated via cilium-dbg cmdref, do not edit manually-->

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
      --log-driver strings   Logging endpoints to use (example: syslog)
      --log-opt map          Log driver options (example: format=json)

SEE ALSO