You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init: use SO_BINDTODEVICE instead of temp address for DHCP
Replace the temporary link-local address (169.254.1.1) workaround with
SO_BINDTODEVICE.
The temp address caused the kernel to use 169.254.1.1 as the source IP in DHCP
packets; gvproxy then tried to reply to that address and failed with
"no route to host". With this change the source IP should be 0.0.0.0, which is
what RFC 2131 requires for DHCPDISCOVER.
Signed-off-by: Matej Hrica <mhrica@redhat.com>
0 commit comments