Correct table name (v4_networks)

This commit is contained in:
Nico Schottelius 2019-03-14 17:12:55 +01:00
parent bd222a1009
commit 336ff2901c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class L2Controller(object):
if self.args.multicast_to_controller:
self.listen_to_icmp6_multicast()
self.controller.table_clear("v4_routing")
self.controller.table_clear("v4_networks")
for v4route in self.v4_routes[self.mode]:
self.controller.table_add("v4_networks", "set_egress_port", [str(v4route['net'])], [str(v4route['port'])])