Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit e7d8b32

Browse files
committed
Minor correction to hello header
1 parent 9e3a619 commit e7d8b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyof/v0x04/symmetric/hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Hello(GenericMessage):
7070
extensions.
7171
"""
7272

73-
header = Header(message_type=Type.OFPT_HELLO, length=8)
73+
header = Header(message_type=Type.OFPT_HELLO)
7474
#: Hello element list
7575
elements = ListOfHelloElements()
7676

0 commit comments

Comments
 (0)