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); default_action = controller_debug_table_id(TABLE_NAT64);
} }
table nat46_icmp { table nat46 {
key = { key = {
hdr.ipv4.dst_addr: lpm; hdr.ipv4.dst_addr: lpm;
hdr.icmp.type: exact;
} }
actions = { actions = {
controller_debug; controller_debug;
nat46_icmp_echo_reply; nat46_static;
nat46_icmp_echo_request;
controller_debug_table_id; controller_debug_table_id;
NoAction; NoAction;
} }