Change table name

This commit is contained in:
Nico Schottelius 2019-03-30 16:50:17 +01:00
parent 0903d71a49
commit d5312dd04c
1 changed files with 2 additions and 4 deletions

View File

@ -228,15 +228,13 @@ Echo or Echo Reply Message
default_action = controller_debug_table_id(TABLE_NAT64);
}
table nat46_icmp {
table nat46 {
key = {
hdr.ipv4.dst_addr: lpm;
hdr.icmp.type: exact;
}
actions = {
controller_debug;
nat46_icmp_echo_reply;
nat46_icmp_echo_request;
nat46_static;
controller_debug_table_id;
NoAction;
}