-bug
This commit is contained in:
parent
6c1da54035
commit
9771591a9d
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class L2Controller(object):
|
||||||
log.debug("CPU packet")
|
log.debug("CPU packet")
|
||||||
cpu_header = CpuHeader(packet.payload)
|
cpu_header = CpuHeader(packet.payload)
|
||||||
|
|
||||||
log.debug("cpu = {} {}".format(cpu_header.__repr__()))
|
log.debug("cpu = {}".format(cpu_header.__repr__()))
|
||||||
ether_part = pkg[Ether]
|
ether_part = pkg[Ether]
|
||||||
|
|
||||||
ether_part.type = cpu_header.type
|
ether_part.type = cpu_header.type
|
||||||
|
|
Loading…
Reference in a new issue