Fix Match intersection logic 87/987/1
authorAlessandro Boch <aboch@cisco.com>
Sat, 24 Aug 2013 02:43:32 +0000 (19:43 -0700)
committerAlessandro Boch <aboch@cisco.com>
Sat, 24 Aug 2013 02:43:58 +0000 (19:43 -0700)
    - Change in Match.java: Empty match represents all packets (universal set) while empty set is the null match.
                        So, in case of no intersection, return a null Match.
                            intersect() and getIntersection() optimized in case of universal and empty sets
    - Changes in MatchTest.java to junit the above changes
    - Change in FlowEntry.java: Match.mergewithFilter() is now returning a new Match instance

Change-Id: Idd3ff80d2fbcc11c3f83757268806596b7b2fc50
Signed-off-by: Alessandro Boch <aboch@cisco.com>

No differences found