Cleanup tables++
This commit is contained in:
parent
d5312dd04c
commit
f57f15a9cb
1 changed files with 2 additions and 20 deletions
|
@ -200,27 +200,9 @@ Echo or Echo Reply Message
|
||||||
key = {
|
key = {
|
||||||
hdr.ipv6.dst_addr: lpm;
|
hdr.ipv6.dst_addr: lpm;
|
||||||
}
|
}
|
||||||
actions = { /* FIXME: actions need to be updated */
|
actions =
|
||||||
controller_debug;
|
controller_debug;
|
||||||
nat64_generic;
|
nat64_static;
|
||||||
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;
|
|
||||||
controller_debug_table_id;
|
controller_debug_table_id;
|
||||||
NoAction;
|
NoAction;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue