Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

OFSwitchManager is a Floodlight module designed to manage all the OpenFlow switches connected to the Floodlight controller. It can be used to get references to and interact with switches such as send OFMessages like OFFlowMods and OFPacketOuts. Modules can leverage the OFSwitchManager by requesting a reference to the IOFSwitchService.

Services Provided

  • IOFSwitchService

Service Dependencies

  • IFloodlightProviderService
  • IDebugEventService
  • IDebugCounterService
  • ISyncService

Java File

The module is implemented in net.floodlightcontroller.core.internal.OFSwitchManager.java.

How it works

Please see Java's documentation here.

Limitations

  • None

Configuration

This module is enabled by default, no extra configuration is needed.

Configuration Options

None.

REST API

None.

  • No labels