This commit is contained in:
Nico Schottelius 2019-03-25 14:29:10 +01:00
parent e48abdb254
commit 194e241974
1 changed files with 1 additions and 1 deletions

View File

@ -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):