Cleanup tables++

This commit is contained in:
Nico Schottelius 2019-03-30 16:51:34 +01:00
parent d5312dd04c
commit f57f15a9cb
1 changed files with 2 additions and 20 deletions

View File

@ -200,27 +200,9 @@ Echo or Echo Reply Message
key = {
hdr.ipv6.dst_addr: lpm;
}
actions = { /* FIXME: actions need to be updated */
actions =
controller_debug;
nat64_generic;
nat64_icmp6_echo_reply;
nat64_icmp6_echo_request;
controller_debug_table_id;
NoAction;
}
size = NAT64_TABLE_SIZE;
default_action = controller_debug_table_id(TABLE_NAT64);
}
table nat64_icmp6 {
key = {
hdr.ipv6.dst_addr: lpm;
hdr.icmp6.type: exact;
}
actions = {
controller_debug;
nat64_icmp6_echo_reply;
nat64_icmp6_echo_request;
nat64_static;
controller_debug_table_id;
NoAction;
}