Use the correct egress table (c&p--!)

This commit is contained in:
Nico Schottelius 2019-04-03 12:29:18 +02:00
commit 6f4079d0aa
2 changed files with 15 additions and 1 deletions

View file

@ -260,7 +260,7 @@ class L2Controller(object):
self.controller.table_clear("v6_networks")
for v6route in self.v6_routes[self.mode]:
#self.controller.table_add("v6_networks", "set_egress_port", [str(v6route['net'])], [str(v6route['port'])])
self.controller.table_add("v4_networks", "set_egress_port_and_mac",
self.controller.table_add("v6_networks", "set_egress_port_and_mac",
[str(v6route['net'])],
[str(v6route['port']),
str(v6route['mac']),