public final class DriverManager extends Object implements org.onosproject.openflow.controller.driver.OpenFlowSwitchDriverFactory
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver |
getOFSwitchImpl(org.onosproject.openflow.controller.Dpid dpid,
org.projectfloodlight.openflow.protocol.OFDescStatsReply desc,
org.projectfloodlight.openflow.protocol.OFVersion ofv)
Return an IOFSwitch object based on switch's manufacturer description
from OFDescStatsReply.
|
static org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver |
getSwitch(org.onosproject.openflow.controller.Dpid dpid,
org.projectfloodlight.openflow.protocol.OFDescStatsReply desc,
org.projectfloodlight.openflow.protocol.OFVersion ofv) |
static void |
setConfigForCpqd(boolean usePipeline13)
Sets the configuration parameter which determines how the CPqD switch
is set up.
|
public org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver getOFSwitchImpl(org.onosproject.openflow.controller.Dpid dpid,
org.projectfloodlight.openflow.protocol.OFDescStatsReply desc,
org.projectfloodlight.openflow.protocol.OFVersion ofv)
getOFSwitchImpl in interface org.onosproject.openflow.controller.driver.OpenFlowSwitchDriverFactorydesc - DescriptionStatistics reply from the switchpublic static void setConfigForCpqd(boolean usePipeline13)
usePipeline13 - whether to use a 1.3 pipeline or notpublic static org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver getSwitch(org.onosproject.openflow.controller.Dpid dpid,
org.projectfloodlight.openflow.protocol.OFDescStatsReply desc,
org.projectfloodlight.openflow.protocol.OFVersion ofv)
Copyright © 2014. All rights reserved.