Skip to content
Snippets Groups Projects
Commit 2af68ac5 authored by Gregor Maier's avatar Gregor Maier
Browse files

Controller getSwitches() -> getSwitch(long dpid)

Necessary step for switch sync. We can't use
IFloodlightProvider.getSwitches() anymore. We now have a getSwitch()
method. There are also methods to get all dpids (getAllSwitchDpids())
and to get a map (getAllSwitchesMap()). These two return a snapshot.
TODO: need to check if they are used under the correct assumption in
existing code.

First stab at SwitchSyncRepresentation, which is the object I indent to
put in the SyncStore.
parent 83b09f4c
No related branches found
No related tags found
No related merge requests found
Showing
with 440 additions and 267 deletions
Loading
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