mirror of
https://github.com/faucetsdn/ryu.git
synced 2025-08-06 06:37:12 +02:00
doc: Fix typo on example
This commit is contained in:
parent
20c0ececeb
commit
0e0f66e119
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user