controller: -typo
This commit is contained in:
parent
1a1d2fcdb7
commit
8cf84c9404
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class L2Controller(object):
|
|||
self.controller.table_clear("nat64_tcp_session")
|
||||
self.controller.table_clear("nat46_tcp_session")
|
||||
|
||||
for net in self.nat64_session_net[mode]:
|
||||
for net in self.nat64_session_net[self.mode]:
|
||||
# Only for matching / if selecting
|
||||
self.controller.table_add("nat64_session", "NoAction",
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue