of1.3: Fix a typo in OFPPacketOut
- in_port was missing an underscore Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
e69a8917ec
commit
2e3c0c0a9e
@ -1413,7 +1413,7 @@ class OFPPortStatus(MsgBase):
|
||||
|
||||
@_set_msg_type(ofproto_v1_3.OFPT_PACKET_OUT)
|
||||
class OFPPacketOut(MsgBase):
|
||||
def __init__(self, datapath, buffer_id=None, inport=None, actions=None,
|
||||
def __init__(self, datapath, buffer_id=None, in_port=None, actions=None,
|
||||
data=None):
|
||||
assert in_port is not None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user