Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • gh-pages
  • hot-failover
  • master default protected
  • master-green
  • master-prejava8
  • perf-test
  • release.asplus
  • release.asplus.bvs
  • revert-555-master
  • revert-559-revert-555-master
  • revert-594-master
  • v0.8
  • v0.82
  • v0.85
  • v0.90
  • v0.91
  • v1.0
  • v1.1
  • v1.2
  • wallaby
  • v1.2
  • v0.91
  • v1.1
  • v1.0
  • v0.90
  • v0.85
  • v0.82
  • v0.8
  • asplus-rc5
  • asplus-rc2
30 results
Created with Raphaël 2.2.010Aug8765431Jul302818Jun21Apr20625Mar754228Feb1Mar30Dec205Nov30Oct17Sep756Aug222Jul1728Jun26252423222120191817141312111076543231May3029282726252423222120191817161514131211109876532130Apr29282726252322211918171615131211101110986565432130Mar29282726252423222119181614131210987642128Feb262522201918151413121110987654231JanAdd j3dutils.jar to build.xmlFixed build.xml. Fixed/implemented workaround for remaining debug counter compile errors to allow compilation with ant. Static Flow Pusher now matches on all OF1.3 match fields; all OF1.3 actions/set-field are in progress now, but basic out-port action works.Merge pull request #453 from rizard/masterQuick fix for OF1.0. Should find a way so that all modules don't have to worry about how to get Match from PI. OF1.0-1.2 use pi.getInPort(); OF1.3 uses pi.getMatch(MatchField.IN_PORT). Workaroud is: (pi.getVersion().compareTo(OFVersion.OF_13) < 0 ? pi.getInPort() : pi.getMatch().get(MatchField.IN_PORT))Quick fix for OF1.0. Should find a way so that all modules don't have to worry about how to get Match from PI. OF1.0-1.2 use pi.getInPort(); OF1.3 uses pi.getMatch(MatchField.IN_PORT). Workaroud is: (pi.getVersion().compareTo(OFVersion.OF_13) < 0 ? pi.getInPort() : pi.getMatch().get(MatchField.IN_PORT))Merge branch 'master' of github.com:rizard/floodlight into openflow-1.3VLAN matches added conditionally to Forwarding flows. Started moving sync code to the OFSwitchManager; not sure if SyncService needs to live there too.Ethernet's untagged VLAN notation updated. Match.Builders created from exising Matches will only remember parent Match's MatchFields if the new builder is not modified (not very useful IMHO). MatchUtils.java added to create a new builder from and existing Match and retain all the MatchFields unless explictly overwritten with the new builder.Forwarding with port, L2, and, L3 matches. OFPBMC_BAD_VALUE sent back from switch for matching FL's no-VLAN notation; need to update all VLAN's = -1 to NO_VLAN instead.Ethernet fixed; proto = byte, not short. Fixed DeviceManager; toString() of Entity corrected and misc bugs. Fixed Forwarding; forgot to initialize OFSwitchService reference. Basic Forwarding works! Known issue: Forwarding only matches switch port numbers...Forgot to update overridden equals() for many classes in devicemanager package. Devices are now compared correctly and are learned and not added repeatedly.Working on device manager. Currently devices aren't being saved, or cannot be located after they are stored...I'm searching incorrectly for devices and entities or am not saving them correctly or at all.Fixed more compile errors and further tidied up Firewall, Forwarding, ForwardingBase modules.Fixed compile errors and tidied up Firewall, Routing, and some of Forwarding.Load balancer and link discovery compile errors fixedCleaned up some more. Ported static flow pusher and REST APIRemoved BSN-specific handshakes, some debug messages, tweaked static flow entry pusher, and hub to work with new OpenFlowJ-Loxi flow mod commands.Initial OF1.3 handshake and basic Hub module workingInitial OF1.3 handshake working. Still trouble write()ing to OFSwitch instance after handshake complete. The Connection is reported as down, yet the switch is echoed repeatedly w/o a problem...More changes. Almost ready to test.More updates. Almost ready to test.Revert "Changes so far"Changes so farMerge pull request #448 from hwchiu/issue#447formattingMake the floodlight dispatch the barrier-reply eventMerge remote-tracking branch 'upstream/master'Merge pull request #445 from Rakurai/patch-1Merge pull request #443 from akoshibe/fallback-portUpdate Cluster.javaadded override for port value in FallbackCCProviderMerge pull request #442 from subh007/masteradded exception handling for the device curl call.Hack and slash -- replaced old OpenFlowJ with LoxiGen OpenFlowJMerge branch 'master', remote-tracking branch 'upstream/master'Merge pull request #440 from hwchiu/masterMerge pull request #441 from hwchiu/issue#439Make Firewall POST method return the ruleidAdd the condition check avoid NullException when user delete a non-existMake the virtualnetwork's GET method return tuple of the port's logical name and
Loading