mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user