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

Commit 06e4396

Browse files
authored
Merge pull request #309 from renanrodrigo/fix_multipart_request_type
Fix MultipartRequest class header type
2 parents 612f6e5 + 3df06a1 commit 06e4396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyof/v0x04/controller2switch/multipart_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MultipartRequest(GenericMessage):
3535
"""
3636

3737
#: :class:`~.common.header.Header`
38-
header = Header(message_type=Type.OFPT_PORT_MOD)
38+
header = Header(message_type=Type.OFPT_MULTIPART_REQUEST)
3939
#: One of the OFPMP_* constants.
4040
multipart_type = UBInt16(enum_ref=MultipartTypes)
4141
#: OFPMPF_REQ_* flags.

0 commit comments

Comments
 (0)