mirror of https://github.com/ipxe/ipxe.git
[netdevice] Increase maximum network-layer address length
IPv6 uses 16-byte network-layer addresses. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/14/head
parent
22a0c4475c
commit
c9ed9cb4e7
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue