Skip to content
Snippets Groups Projects
Commit 371154ad authored by abat's avatar abat
Browse files

Merge into master from pull request #86:

Fix Javadoc of Forwarding#doFlood() (https://github.com/floodlight/floodlight/pull/86)
parents 7960f3cf 6538a15c
No related branches found
No related tags found
No related merge requests found
......@@ -190,8 +190,8 @@ public class Forwarding extends ForwardingBase implements IFloodlightModule {
/**
* Creates a OFPacketOut with the OFPacketIn data that is flooded on all ports unless
* the port is blocked, in which case the packet will be dropped.
* @param sw The switch that receives the OFPacketIn
* @param pi The OFPacketIn that came to the switch
* @param decision The Forwarding decision
* @param cntx The FloodlightContext associated with this OFPacketIn
*/
protected void doFlood(IOFSwitch sw, OFPacketIn pi, FloodlightContext cntx) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment