configurePort(DatapathId dpId, int portNumber, Boolean portAdminDown) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
connectMode(final ConnectModeRequest.Mode mode) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
deleteAllNonDefaultRules(DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
deleteDefaultRules(DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
deleteMeter(final DatapathId dpid, final long meterId) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
deleteRulesByCriteria(DatapathId dpid, DeleteRulesCriteria... criteria) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
DROP_RULE_COOKIE | org.openkilda.floodlight.switchmanager.ISwitchManager | |
dumpFlowTable(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
dumpMeters(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
getAllSwitchMap() | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installDefaultRules(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installDropFlow(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installDropFlowCustom(final DatapathId dpid, String dstMac, String dstMask, final long cookie, final int priority) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installEgressFlow(final DatapathId dpid, final String flowId, final Long cookie, final int inputPort, final int outputPort, final int transitVlanId, final int outputVlanId, final OutputVlanType outputVlanType) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installIngressFlow(final DatapathId dpid, final String flowId, final Long cookie, final int inputPort, final int outputPort, final int inputVlanId, final int transitVlanId, final OutputVlanType outputVlanType, final long meterId) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installMeter(final DatapathId dpid, final long bandwidth, final long burstSize, final long meterId) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installOneSwitchFlow(final DatapathId dpid, final String flowId, final Long cookie, final int inputPort, final int outputPort, int inputVlanId, int outputVlanId, final OutputVlanType outputVlanType, final long meterId) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installTransitFlow(final DatapathId dpid, final String flowId, final Long cookie, final int inputPort, final int outputPort, final int transitVlanId) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
installVerificationRule(final DatapathId dpid, final boolean isBroadcast) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
OVS_MANUFACTURER | org.openkilda.floodlight.switchmanager.ISwitchManager | |
safeModeTick() | org.openkilda.floodlight.switchmanager.ISwitchManager | |
sendPortUpEvents(final IOFSwitch sw) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
sendSwitchActivate(final IOFSwitch sw) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
startSafeMode(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
stopSafeMode(final DatapathId dpid) | org.openkilda.floodlight.switchmanager.ISwitchManager | |
VERIFICATION_BROADCAST_RULE_COOKIE | org.openkilda.floodlight.switchmanager.ISwitchManager | |
VERIFICATION_UNICAST_RULE_COOKIE | org.openkilda.floodlight.switchmanager.ISwitchManager | |