Change table name
This commit is contained in:
parent
0903d71a49
commit
d5312dd04c
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue