accept_all_mac_addresses


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.32" ) ]
public Ternary accept_all_mac_addresses { get; set; }

When true, setup the interface to accept packets for all MAC addresses.

This is enabling the kernel interface flag IFF_PROMISC. When false, the interface will only accept the packets with the interface destination mac address or broadcast.