Timotej Lazar
ae1cfd5337
Must be set in IPv4 sysctls for all interfaces and every input interface from which broadcasts are sent. These are the virtual MLAG interfaces (bridge-*-v0), which are created dynamically. We enable directed broadcasts for (only MLAG) interfaces enumerated by the ifaces_directed_broadcast value in NetBox device local context.
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
# enable directed broadcasts for WoL, must also be enabled on input interfaces to take effect
|
|
net.ipv4.conf.all.bc_forwarding = 1
|