From 1a1d2fcdb730cba344f14ab2c9894dc053b32b16 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 6 May 2019 12:20:45 +0200 Subject: [PATCH] [no init from v4 world] --- p4src/nat64.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/nat64.p4 b/p4src/nat64.p4 index 02b88b0..a463d83 100644 --- a/p4src/nat64.p4 +++ b/p4src/nat64.p4 @@ -315,7 +315,7 @@ Echo or Echo Reply Message } size = NAT64_TABLE_SIZE; //default_action = controller_debug_table_id(TABLE_NAT64_TCP); - default_action = nat64_tcp_session_create; + default_action = NoAction; }