Changes between Version 14 and Version 15 of Internal/OpenFlow/FloodlightFVModule
- Timestamp:
- Jun 23, 2012, 6:09:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/FloodlightFVModule
v14 v15 11 11 * [#fl-1 Floodlight Module System] 12 12 * [#fv-1 Flowvisor FlowMap Overview] 13 * [#fv-2 Flowvisor DB interface(?)] 13 14 [#end jump to bottom.] 14 15 == Overview. == #o … … 196 197 The !Matchtype is used to describe ''Intersections'', descriptions of how two !FlowEntries relate. An intersection takes the form of a !FlowEntry built by choosing the more heavily constrained pattern for each header field and DPID(s). !FlowIntersect.java implements the representation of the intersection, and !FlowEntry defines matches(), which compares two !FlowEntries to produce the intersection. Comparisons are implemented in !FlowTestOp.java. 197 198 198 199 199 ==== (6/22):[Flowvisor DB interface(?)] ==== #fv-2 200 * FVConfig interfaces database access operations pertaining to Flowspaces, slices, switches, and Flowvisor itself. The DB-related classes are all named *Impl. 201 * The static flow pusher and related components may be eventually useful for these configuration aspects. 200 202 201 203 == . ==#end