Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Service Dependencies

  • IFloodlightService

  • ILinkDiscoveryService

  • IFloodlightProviderService

  • ISyncService

  • ITopologyService

...

https://www.youtube.com/watch?v=J1AELkF5Yu8

Configuration Options

Nodeid: The controller ID of the current controller. (net.floodlightcontroller.hasupport.HAController.nodeid)

Port: A unique <IP:port> for client side communication of this controller. This is the address which other controllers can use to send/receives messages to this controller. (net.floodlightcontroller.hasupport.HAController.serverPort)

Note: The port must be mentioned in server.config, a file that is placed under src/main/resources, which holds the <IP:port> of all the configured controllers.