-typo
This commit is contained in:
parent
91f2788778
commit
d558537367
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ log = logging.getLogger("main")
|
|||
class CpuHeader(Packet):
|
||||
name = 'CpuPacket'
|
||||
fields_desc = [
|
||||
BitField('task',0,8)
|
||||
BitField('task',0,8),
|
||||
BitField('ingress_port', 0, 16)
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue