IFF_PROMISC, IFF_BROADCAST missing from std.os.linux #21890
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-linux
standard library
This issue involves writing Zig code for the standard library.
Milestone
These are used when configuring low level network interfaces. More information can be found in
man netdevice
Here is a use case of setting the promiscuous and broadcast flags on a network device.
(yes this is currently brutal):
The text was updated successfully, but these errors were encountered: