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

Commit 62d72c4

Browse files
authored
Merge pull request #316 from renanrodrigo/fix_get_config_reply_header
Fix header of GetConfigReply
2 parents 86ed828 + 7b2bf69 commit 62d72c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyof/v0x04/controller2switch/get_config_reply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def __init__(self, xid=None, flags=None, miss_send_len=None):
2323
datapath should send to the controller.
2424
"""
2525
super().__init__(xid, flags, miss_send_len)
26-
self.header.message_type = Type.OFPT_SET_CONFIG
26+
self.header.message_type = Type.OFPT_GET_CONFIG_REPLY

0 commit comments

Comments
 (0)