Skip to content

Fix DHCP renew

bodzsoaa requested to merge github/fork/bodzso/master into master

Created by: bodzso

Fixed DHCP renew issue, when network cable is plugged and unplugged(or link is up/down).

How to reproduce: -Check incoming DHCP packets -Plug unplug and plug network cable MUEB tries to renew it's IP with incorrect 0.0.0.0 IP address => OS/server drops the packet

Before: image

After: image

pcap dhcp-renew-fix.zip

Merge request reports