]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Add link-local addressing support
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 08:00:12 +0000 (08:00 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 22:53:08 +0000 (17:53 -0500)
commitd22c338e07cc98276ea5cc4feaa5a370baa63243
treeac72ae8a2d99ba9b48757aa148a8fe1b5f1cdd7d
parent228041893c2b6f79326f4b49ee7b3b3a90e90e8e
net: Add link-local addressing support

Code based on networking/zcip.c in busybox
commit 8531d76a15890c2c535908ce888b2e2aed35b172

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
README
common/cmd_net.c
doc/README.link-local [new file with mode: 0644]
include/net.h
net/Makefile
net/link_local.c [new file with mode: 0644]
net/link_local.h [new file with mode: 0644]
net/net.c