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

Commit

Permalink
fixes #529. Thanks @jondef95
Browse files Browse the repository at this point in the history
  • Loading branch information
beraldoleal committed Oct 15, 2018
1 parent b511680 commit 0d7763d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyof/v0x04/controller2switch/multipart_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
class MultipartRequestFlags(Enum):
"""Flags for MultipartRequest."""

#: No more requests to follow (This is not part of spec). Thanks @jondef95
OFPMPF_REQ_NONE = 0

#: More requests to follow
OFPMPF_REQ_MORE = 1 << 0

Expand Down

0 comments on commit 0d7763d

Please sign in to comment.