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

Commit 3679816

Browse files
author
Jeronimo Bezerra
committed
Fixing OFPT_GET_CONFIG_REPLY message type
1 parent b9ce390 commit 3679816

1 file 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 commit comments

Comments
 (0)