Begin to introduce commented out code, use metadata

This commit is contained in:
Nico Schottelius 2019-06-24 13:05:42 +02:00
commit 8b8f70e6a0
6 changed files with 585 additions and 478 deletions

View file

@ -10,5 +10,6 @@
#define ICMP6_TABLE_SIZE 64 /* icmp6 handlers */
#define ICMP_TABLE_SIZE 64 /* icmp6 handlers */
#define NAT64_TABLE_SIZE 64 /* nat64 and nat46 entries */
#define TEST_TABLE_SIZE 64 /* nat64 and nat46 entries */
#endif