This commit is contained in:
Nico Schottelius 2019-03-25 13:45:18 +01:00
parent f0fc4bcf0e
commit 7742bb9935
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ cpu_fields = {
table_id_fields = { table_id_fields = {
0: 'UNSET_TABLE', 0: 'UNSET_TABLE',
1: 'TABLE_NAT64', 1: 'TABLE_NAT64',
2: 'TABLE_ICMP6, 2: 'TABLE_ICMP6',
3: 'TABLE_V6_NETWORKS, 3: 'TABLE_V6_NETWORKS',
4: 'TABLE_NAT46', 4: 'TABLE_NAT46',
5: 'TABLE_V4_NETWORKS' 5: 'TABLE_V4_NETWORKS'
} }