pub fn disable_multicast(h: DlpiHandle, addr: &[u8]) -> Result<()>
Expand description
Disable reception of messages destined to the provided layer-2 address.
In most cases the layer 2 address will be a mac address. For example,
something in the range 33:33:00:00:00:00
-33:33:FF:FF:FF:FF
for IPv6
multicast.