2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-21 17:11:46 +00:00

[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

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
*