From b9ec7bf356630ebc1bc3fd7c18cc45ff8bbb2e78 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 27 Mar 2019 20:16:36 +0100 Subject: [PATCH] +, --- p4app/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p4app/controller.py b/p4app/controller.py index 3a0d711..44d4066 100755 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -306,7 +306,7 @@ class L2Controller(object): self.controller.table_add("nat46_icmp", "nat46_icmp_echo_reply", - [str(v4_dst) + [str(v4_dst), str(table_proto['ICMP_ECHO_REPLY']) ], [str(v6_src.network_address), @@ -316,7 +316,7 @@ class L2Controller(object): self.controller.table_add("nat46_icmp", "nat46_icmp_echo_request", - [str(v4_dst) + [str(v4_dst), str(table_proto['ICMP_ECHO_REQUEST']) ], [str(v6_src.network_address),