mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
228041893c
commit
d22c338e07
8 changed files with 490 additions and 2 deletions
|
@ -395,7 +395,7 @@ extern int NetRestartWrap; /* Tried all network devices */
|
|||
|
||||
enum proto_t {
|
||||
BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP,
|
||||
TFTPSRV, TFTPPUT
|
||||
TFTPSRV, TFTPPUT, LINKLOCAL
|
||||
};
|
||||
|
||||
/* from net/net.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue