[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Build issue if setting ARP_TABLE_SIZE/LWIP_ND6_NUM_DEST
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-devel] Build issue if setting ARP_TABLE_SIZE/LWIP_ND6_NUM_DESTINATIONS > 0x7f |
Date: |
Thu, 5 Jul 2018 09:27:10 +0200 |
Axel Lin wrote:
> With the changes in commit 0c2fdfcf428f ("Fix bug #53667: ARP table
> max size is to small")
> It seems allows setting a bigger value for
> ARP_TABLE_SIZE/LWIP_ND6_NUM_DESTINATIONS:
>
> However, with below defines:
> #define ARP_TABLE_SIZE 0x80
Right, thanks for reporting. Seems like I missed that preprocessor check when
committing.
It should work now.
The ND6 case is not really implemented yet. I'll keep that on my list.
Simon