github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_bpf_multicast_subscriber_delete.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg bpf multicast subscriber delete
     4  
     5  Delete a subscriber from the multicast group.
     6  
     7  ### Synopsis
     8  
     9  Delete a subscriber from the given multicast group.
    10  To delete remote subscriber, following information is required:
    11  - group: multicast group address from which subscriber is deleted.
    12  - subscriber-address: subscriber IP address
    13  
    14  
    15  ```
    16  cilium-dbg bpf multicast subscriber delete <group> <subscriber-address> [flags]
    17  ```
    18  
    19  ### Examples
    20  
    21  ```
    22  To delete a remote node 10.100.0.1 from multicast group 229.0.0.1, use the following command:
    23  cilium-dbg bpf multicast subscriber delete 229.0.0.1 10.100.0.1
    24  
    25  ```
    26  
    27  ### Options
    28  
    29  ```
    30    -h, --help   help for delete
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --config string   Config file (default is $HOME/.cilium.yaml)
    37    -D, --debug           Enable debug messages
    38    -H, --host string     URI to server-side API
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [cilium-dbg bpf multicast subscriber](cilium-dbg_bpf_multicast_subscriber.md)	 - Manage the multicast subscribers.
    44