Changes between Version 14 and Version 15 of Internal/OpenFlow/FloodlightFVModule


Ignore:
Timestamp:
Jun 23, 2012, 6:09:05 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/FloodlightFVModule

    v14 v15  
    1111 * [#fl-1 Floodlight Module System]
    1212 * [#fv-1 Flowvisor FlowMap Overview]
     13 * [#fv-2 Flowvisor DB interface(?)]
    1314[#end jump to bottom.]
    1415== Overview. == #o
     
    196197The !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. 
    197198
    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.
    200202
    201203== . ==#end