This commit is contained in:
Nico Schottelius 2019-03-27 20:16:36 +01:00
parent 432965eb4f
commit b9ec7bf356
1 changed files with 2 additions and 2 deletions

View File

@ -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),