From 1fbbbbbd52842097a4a20373118ca820e8e234f0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 24 Feb 2019 15:54:32 +0100 Subject: [PATCH] [controller] --bug --- p4app/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4app/controller.py b/p4app/controller.py index ceb2801..56aa475 100644 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -169,7 +169,7 @@ class L2Controller(object): def recv_msg_cpu(self, pkg): packet = Ether(str(pkg)) - debug_print_pkg(pkg) + self.debug_print_pkg(pkg) if packet.type == 0x800: pass