diff --git a/p4app/controller.py b/p4app/controller.py index 5f1d42a..15252f0 100755 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -470,7 +470,7 @@ class L2Controller(object): if ICMPv6EchoRequest in orig_packet: self.handle_icmp6_echo_request(orig_packet) else: - log.debug("unhandled reassambled={} from table {}".format(orig_packet.__repr__(), table_id_fieds[cpu_header.table_id])) + log.debug("unhandled reassambled={} from table {}".format(orig_packet.__repr__(), table_id_fields[cpu_header.table_id])) def run_cpu_port_loop(self):