+,
This commit is contained in:
parent
432965eb4f
commit
b9ec7bf356
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue