doc: Fix typo on example

This commit is contained in:
shinkasbe 2020-06-16 10:14:42 +01:00 committed by GitHub
parent 20c0ececeb
commit 0e0f66e119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ the ports.
actions = [ofp_parser.OFPActionOutput(ofp.OFPP_FLOOD)]
data = None
if msg.buffer_id == ofp.OFP_NO_BUFFER
if msg.buffer_id == ofp.OFP_NO_BUFFER:
data = msg.data
out = ofp_parser.OFPPacketOut(