mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03: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:
@@ -44,7 +44,7 @@ struct device;
|
|||||||
#define MAX_LL_HEADER_LEN 36
|
#define MAX_LL_HEADER_LEN 36
|
||||||
|
|
||||||
/** Maximum length of a network-layer address */
|
/** 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
|
/** Maximum length of a network-layer header
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user