david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[netdevice] Increase maximum network-layer address length

IPv6 uses 16-byte network-layer addresses.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2013-09-02 22:31:04 +01:00
parent 22a0c4475c
commit c9ed9cb4e7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ struct device;
#define MAX_LL_HEADER_LEN 36
/** Maximum length of a network-layer address */
#define MAX_NET_ADDR_LEN 4
#define MAX_NET_ADDR_LEN 16
/** Maximum length of a network-layer header
*