--typo
This commit is contained in:
parent
e48abdb254
commit
194e241974
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue