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

Commit 3643f6a

Browse files
authored
Merge pull request #489 from renanrodrigo/add_missing_field
Add missing field for ActionSetField
2 parents a476485 + 518e6d4 commit 3643f6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyof/v0x04/common/action.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ class ActionSetField(ActionHeader):
356356

357357
field = OxmTLV()
358358

359+
_allowed_types = ActionType.OFPAT_SET_FIELD,
360+
359361
def __init__(self, field=None):
360362
"""Create a ActionSetField with the optional parameters below.
361363

0 commit comments

Comments
 (0)