From c64e6d39503076e985d7d86920ec1c88f06fcc9f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 21 Feb 2019 23:38:45 +0100 Subject: [PATCH] [controller] +arg --- doc/plan.org | 3 ++- p4app/controller.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/plan.org b/doc/plan.org index 3d99750..9229375 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -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 diff --git a/p4app/controller.py b/p4app/controller.py index 24c69e3..ac597e3 100644 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -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):