]> Git Repo - u-boot.git/commit
net: bootp: Ignore packets whose yiaddr is 0
authorPeng Fan <[email protected]>
Thu, 7 Jan 2016 07:28:23 +0000 (15:28 +0800)
committerJoe Hershberger <[email protected]>
Thu, 28 Jan 2016 18:22:23 +0000 (12:22 -0600)
commit44c42dd40eb58679419abb8ab5f20fb5bff26eac
treef750973ce4939025d12cc31b4849c8dcd1b48b89
parentaae0e68909bf2ef1b60d18c54105ab8b9c67c5a2
net: bootp: Ignore packets whose yiaddr is 0

When doing `dhcp`, there is a bad dhcp server in my network
which always reply dhcp request with yiaddr 0, which cause
uboot can not successfully get ipaddr from the good dhcp server.
But the Linux PC can get the ip address even if there is a bad
dhcp server. This patch is to fix that even if there is a bad
dhcp server, uboot can still get ipaddr and tftp work ok.

The way is to ignore the packets from the bad dhcp server by filtering
out the yiaddr whose value is 0.

Signed-off-by: Peng Fan <[email protected]>
Cc: Joe Hershberger <[email protected]>
Reviewed-by: Wolfgang Denk <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
net/bootp.c
This page took 0.030747 seconds and 4 git commands to generate.