]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Fix endianness bug in link-local
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 5 Nov 2012 06:13:45 +0000 (06:13 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Sat, 15 Dec 2012 18:28:23 +0000 (12:28 -0600)
commit65b0db831e7b179879968d860fd5caa907cf6565
treefcb31685a8fa65895814469d904f464480da49f8
parent85b1980273084c844c911c14f70cc11f27fd25ab
net: Fix endianness bug in link-local

The ip is stored in network order, so we can't test it in host order.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
net/link_local.c