github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_bpf_multicast_group_add.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium-dbg bpf multicast group add 4 5 Add a multicast group. 6 7 ### Synopsis 8 9 Add a multicast group to the node. 10 11 ``` 12 cilium-dbg bpf multicast group add <group> [flags] 13 ``` 14 15 ### Examples 16 17 ``` 18 The following command adds group 229.0.0.1 to BPF multicast map of the node: 19 cilium-dbg bpf multicast group add 229.0.0.1 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for add 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --config string Config file (default is $HOME/.cilium.yaml) 32 -D, --debug Enable debug messages 33 -H, --host string URI to server-side API 34 ``` 35 36 ### SEE ALSO 37 38 * [cilium-dbg bpf multicast group](cilium-dbg_bpf_multicast_group.md) - Manage the multicast groups. 39