[controller] table name correction

This commit is contained in:
Nico Schottelius 2019-02-23 19:03:34 +01:00
parent 7f0427a4f2
commit 6b601a09f7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class L2Controller(object):
self.controller.table_clear("v6_addresses")
for v6addr in self.v6_addresses[self.mode]:
self.controller.table_add("v6_address", "icmp6_answer", [v6addr['addr']], [v6addr['port']])
self.controller.table_add("v6_addresses", "icmp6_answer", [v6addr['addr']], [v6addr['port']])