Skip to content
Snippets Groups Projects
  1. Apr 06, 2016
  2. Jan 21, 2016
  3. Dec 18, 2015
  4. Oct 06, 2015
  5. Jun 26, 2015
  6. May 29, 2015
  7. Mar 09, 2015
  8. Feb 05, 2015
    • Ryan Izard's avatar
      SFP supports hard/idle timouts w/drawback of needlessly sending flow_del to... · 5e994da8
      Ryan Izard authored
      SFP supports hard/idle timouts w/drawback of needlessly sending flow_del to switch (which gets silently discarded). This is a good first step but needs to be followed up with a solution to the redundant flow_del msg. Also, patched MatchSerializer to display masks if present and fixed a bug in OFInstructionListSerializer for metadata and goto_table instructions. Added masking support to all SFP match fields. OVS supports some masked fields that are not defined in the OF1.3 spec. Oddly enough, OVS returns a bad-match error message even though the flow gets inserted. I suppose that message is due to the OF protocol not supporting it. OVS should squelch it if it supports it though. In any case, Floodlight is equipped to support all present MatchFields as masked MatchFields in the future. To specify a mask to any field (beside MPLS BOS, which is a boolean), use a CIDR-style '/' after the value and before the mask. All values and masks support decimal or hexadecimal (with leading '0x'), with the exception of all values that are MacAddress or IPAddress types -- they only support hex-string or dotted-decimal, respectively. Lastly, an English typo has been fixed in IStaticFlowEntryPusherService.
      5e994da8
  9. Feb 04, 2015
  10. Dec 30, 2014
  11. Dec 22, 2014
  12. Dec 16, 2014
  13. Dec 15, 2014
  14. Dec 12, 2014
    • Ryan Izard's avatar
      Fixed SFP REST API. Forgot to add new flow's DPID to entry2dpid map, thus flow... · 0eda21fb
      Ryan Izard authored
      Fixed SFP REST API. Forgot to add new flow's DPID to entry2dpid map, thus flow removal never triggered a flow-del message to the switch. Also, added a serializer for OFFlowMod and for OFFlowModMap. The latter is for the double-map of switch-dpid --> map of flow-name --> OFFlowMod object. The former has been separated, since it a JSON serializer for OFFlowMod might come in handy in the future. A present limitation is that the JSON serializer does not use the same syntax as is used to insert a flow-mod via the SFP REST API. This might be confusing for people if they get different output than what they put in. It's a lot less work to implement the serializer as-is though. The next step will be to match the SFP syntax on a per-field basis in the OFFlowModSerializer class.
      0eda21fb
  15. Nov 21, 2014
  16. Nov 05, 2014
  17. Aug 14, 2014
    • Ryan Izard's avatar
      Fixed lots of compile errors in unit tests; mostly involved replacing longs... · 36810baf
      Ryan Izard authored
      Fixed lots of compile errors in unit tests; mostly involved replacing longs with DatapathIds, byte[]s with MacAddresses and Ipv4Addresses, and shorts with OFPorts and VlanVids; some refactoring of flow mod contruction was also done to align with loxi's builders. The static flow puser now supports IP TOS for OF1.0 and for OF1.1+ it supports match/rewrite to either ECN or DSCP bits.
      36810baf
  18. Aug 13, 2014
  19. Aug 12, 2014
    • Ryan Izard's avatar
      Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the... · 11aa1c29
      Ryan Izard authored
      Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the exception of masks). LoadBalancer corrected; OFFlowAdd used instead of OFFlowModify and OFPort.ZERO correct to OFPort.ANY. ActionUtils, MatchUtils, and InstructionUtils added to support static flow pusher. Strings defining flow fields *standardized* for Floodlight in the new utils classes. This means the REST API for the SFP will expect a sligthly different syntax than the current REST API (for master and 0.90). We can change the field names easily though in the utils files. These names are also referenced for the keys the SFP uses to store flow match fields and actions, just to be consistent.
      11aa1c29
  20. Aug 10, 2014
  21. Aug 08, 2014
  22. Aug 05, 2014
  23. Aug 04, 2014
  24. Jul 28, 2014
  25. Jun 11, 2013
    • Gregor Maier's avatar
      AppCookie changes. · 93c22426
      Gregor Maier authored
      * fail makeCookie if the app id hasn't been registered
      * do static initialization
      * fail if duplicate app id registration
      
      still not a perfect framework but better than before
      93c22426
  26. May 15, 2013
  27. May 13, 2013
    • Gregor Maier's avatar
      Various sync bugfixes: · 40f8b086
      Gregor Maier authored
      * make sure we do things in the right order (setting role, sending role reqs)
      * fix getName() in HAListener's
      * transition AddressSpaceManager before DeviceManager to Master
      * flush counters from threads
      * add trace logging and more counters
      40f8b086
  28. May 08, 2013
  29. May 03, 2013
  30. Apr 26, 2013
  31. Apr 22, 2013
  32. Apr 18, 2013
    • Gregor Maier's avatar
      Controller getSwitches() -> getSwitch(long dpid) · 2af68ac5
      Gregor Maier authored
      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.
      2af68ac5
  33. Apr 17, 2013
  34. Jan 30, 2013
  35. Jan 06, 2013
Loading