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.019Dec1817161512121Nov2018141310753131Oct3027261024Sep1615141129Aug27211917161514131211108765431Jul302818Jun21Apr20625Mar754228Feb1Mar30Dec205Nov30Oct17Sep756Aug222Jul1728Jun26252423222120191817141312111076543231May3029282726252423222120191817161514131211109876532130Apr29282726252322211918171615131211101110986565432130Mar29282726Merge pull request #7 from Naveen165/masterUpdate SwitchStatisticsResource.javaUpdate SwitchResourceBase.javaUpdate AllSwitchStatisticsResource.javaUpdate StatsReplySerializer.javaAdded MPLS_BOS and TUNNEL_ID support to SFP, since Loxi now supports it. Also changed MatchUtils's fromString() function's header to include the updated syntax for fields.Add in firewall again. Fixed an issue where all packets would be dropped if a rule could not be found. Also fixed an issue where all-zero MAC addresses would be used as a match for wildcarded MACs in some cases.Changed log level to INFO for most packages. Set LLDP log level to INFO to see evidence the controller is alive every 10s.Verified all REST APIs except Firewall and VirtualNetworkFilter. Added JSON return for clearing SFP flows.Update StaticFlowEntryPusherResource.javaUpdate StaticFlowEntries.javaRemoved all deprecated FlowReconcileManager stuff from unit tests, which is just now showing up as a warning... Also clarified debug message in ActionUtils for actions that do not take the form 'key=value' e.g. 'pop_vlan'. It was phrased as if the action was bad, but it's okay for some that do not take a value.added MPLS BOS to MatchUtils. Wrote part of a check function to verify SFP flow entries, but left it commented out.Update StaticFlowEntries.javaUpdate StaticFlowEntryPusherResource.javaFixed the serializers for core and SFP. They now have a common platform to do all the flow-mod, match, instructions, and actions serialization. Also fixed AllSwitchStatisticsResource so that it returns a StatsReply object like SwitchStatisticsResource. Played around in Testmodule to try out meters and tables.Update StaticFlowEntryPusherResource.javaUpdate StatsReplySerializer.javaUpdate MatchUtils.javaUpdate InstructionUtils.javaUpdate ActionUtils.javaUpdate StaticFlowEntryPusherResource.javaUpdate StaticFlowEntryPusher.javaUpdate StaticFlowEntries.javaDelete HeaderFieldsException.javaChange message to eth_type instead of dl_type.Update StatsReplySerializer.javaCreate HeaderFieldsException.javaUpdate InstructionUtils.javaUpdate MatchUtils.javaUpdate ActionUtils.javaUpdate StaticFlowEntryPusherResource.javaUpdate StaticFlowEntryPusher.javaUpdate StaticFlowEntries.javaTweaked SFP syntax (changed my mind about dl and nw as opposed to eth and ipv4). Added acceptance of hex and decimal input for values. Added previously unimplemented matches/actions in loxi to the SFP. Removed all the FlowReconcileManager stuff from DeviceManagerImpl.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.Ooops...forgot to update build.xml with the new OpenFlowJ-Loxigen library version.Added in NXMs for source and destination tunnel IPs, included in new Loxigen 0.9.0. Used Loxigen's OFFlowModFlags serializers for different OFVersions to fix compile error in StatsReplySerializer introduced upon Loxigen upgrade. Add new OF1.4 counters to DebugCounters to allow unit tests to compile (this is the first step in OF1.4 support =) ).Updated all unit tests with the uncommenting of debugcounter stuff in the previous commit. For the most part, initialized the MockDebugCounterService and provided it to the MemoryStorageSource to allow counters in the AbstractStorageSourceService.Fixed some debugcounter @Ryan's. Removed some @Ryans that have already been addressed.
Loading