commit | a2d5f3d133b4ce4e7cb0fcf1d761c75c4f1b2f8d | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Jan 14 13:15:48 2022 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jan 17 10:01:51 2022 +0100 |
tree | cb3a67305302a2910acb163d88ddf8cb62542538 | |
parent | 1d78d68349621316ddff95a0d0d3ab9360061a9a [diff] |
Revert "net: gem: Disable broadcast setting" This reverts commit eafdcda4a854932c0319656de7bf3f017f17ae67. The main reason is that QEMU is using BOOTP protocol which is sending DHCP Offer to a broadcast address that's why it can't be disabled. DHCP protocol has no issue because it returns directly to client MAC address. Both of these options are described in RFC951 (https://datatracker.ietf.org/doc/html/rfc951#section-4) Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Link: https://lore.kernel.org/r/fc5f5e2aeca77847ed4ca6a263890375ab9f5163.1642162545.git.michal.simek@xilinx.com