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

Commit da680e6

Browse files
authored
Merge pull request #532 from hdiogenes/fix-config-reply
Fix OFPT_GET_CONFIG_REPLY (fix #531)
2 parents b9ce390 + 14546f2 commit da680e6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pyof/v0x01/controller2switch/get_config_reply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def __init__(self, xid=None, flags=None, miss_send_len=None):
2424
datapath should send to the controller.
2525
"""
2626
super().__init__(xid, flags, miss_send_len)
27-
self.header.message_type = Type.OFPT_SET_CONFIG
27+
self.header.message_type = Type.OFPT_GET_CONFIG_REPLY
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)