Add table constant
This commit is contained in:
parent
a408d7a803
commit
25fd78c900
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
#define ROUTING_TABLE_SIZE 64 /* maximum routes per protocol */
|
||||
#define ADDRESS_TABLE_SIZE 64 /* maximum number of addresses per protocol */
|
||||
#define NDP_TABLE_SIZE 64 /* maximum number of multicast groups */
|
||||
#define ICMP6_TABLE_SIZE 64 /* maximum number of multicast groups */
|
||||
#define ICMP6_TABLE_SIZE 64 /* icmp6 handlers */
|
||||
#define NAT64_TABLE_SIZE 64 /* nat64 and nat46 entries */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue