Skip to content
Snippets Groups Projects
  1. May 12, 2015
  2. May 11, 2015
    • Ryan Izard's avatar
      Merge pull request #532 from rizard/master · 2999f863
      Ryan Izard authored
      More easily define what to match on in Forwarding
      2999f863
    • Ryan Izard's avatar
      Support for OFTableFeatures messages. OpenFlowJ-Loxi bindings have been... · 1c32664c
      Ryan Izard authored
      Support for OFTableFeatures messages. OpenFlowJ-Loxi bindings have been updated to support a variable pad (byte-aligned to 8 bytes) for each OFTableFeaturesProp list. Loxi has not been 'officially' updated yet though due to a lack of a C implementation. The handshake handler in Floodlight and the switch representations were also updated in order to support OFTableFeatures. By default, the features are requested for an OF1.3+ switch. They will be updated if they are reconfigured through a writeRequest() call IOFSwitch. To access table features, call getTableFeatures(TableId tableToGetFeaturesFor). They are exposed as a TableFeatures type, which more is more efficient than OFTableFeatures for frequent data accesses (especialy OFTableFeatureProp lists).
      1c32664c
    • Ryan Izard's avatar
      Merge pull request #534 from FatRabiTree/master · 757fa671
      Ryan Izard authored
      Fix Web UI link error
      757fa671
  3. May 10, 2015
  4. May 01, 2015
  5. Apr 29, 2015
  6. Apr 27, 2015
  7. Apr 21, 2015
  8. Apr 17, 2015
  9. Apr 16, 2015
  10. Apr 13, 2015
  11. Apr 08, 2015
  12. Apr 03, 2015
  13. Mar 27, 2015
    • deepurple's avatar
      Correct the spelling error · 7477eb97
      deepurple authored
      In line 329 of StaticFlowEntryPusherResource.java, the word "flow mod"
      is spelled as "flod mod".
      Just encountered that when using the rest api, so I fixed it.
      7477eb97
  14. Mar 26, 2015
    • Ryan Izard's avatar
      Forwarding's doDropFlow() changed to not base Match on OFPacketIn, which it... · d8a6f21b
      Ryan Izard authored
      Forwarding's doDropFlow() changed to not base Match on OFPacketIn, which it shouldn't in the first place. We need to first deserialize the packet and use its header attributes. TODO: How much is too much to match on? Sometimes we want a very specific match by default. Other times, we don't. The former creates a larger flow table, while the latter might inadvertently match packets that we don't intend to. Perhaps this should be a user-configurable option? Such as net.floodlightcontroller.Forwarding.matchLayer=L2, L3, or L4?
      d8a6f21b
  15. Mar 20, 2015
  16. Mar 19, 2015
  17. Mar 17, 2015
Loading