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

Commit 0d7763d

Browse files
committed
fixes #529. Thanks @jondef95
1 parent b511680 commit 0d7763d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyof/v0x04/controller2switch/multipart_request.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
class MultipartRequestFlags(Enum):
3030
"""Flags for MultipartRequest."""
3131

32+
#: No more requests to follow (This is not part of spec). Thanks @jondef95
33+
OFPMPF_REQ_NONE = 0
34+
3235
#: More requests to follow
3336
OFPMPF_REQ_MORE = 1 << 0
3437

0 commit comments

Comments
 (0)