mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 01:21:45 +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:
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
Block a user