[controller] +arg

This commit is contained in:
Nico Schottelius 2019-02-21 23:38:45 +01:00
parent 58ee92f46f
commit c64e6d3950
2 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,8 @@
*** DONE Setup test VM for P4: 2a0a:e5c0:2:12:400:f0ff:fea9:c3e3
*** DONE Get feature list of jool
*** DONE Get feature list of tayga
*** TODO Setup P4 base / structure
*** DONE Setup P4 base / structure
*** TODO Create minimal controller for populating tables
*** TODO Setup test VM [dual stack] for Jool:
*** TODO Setup test VM [dual stack] for tayga:
*** NAT64/NAT46 Features in jool and tayga

View File

@ -17,7 +17,7 @@ log = logging.getLogger("main")
class L2Controller(object):
def __init__(self, sw_name):
self.init_boilerplate()
self.init_boilerplate(sw_name)
self.init()
def init_boilerplate(self, sw_name):