ofproto: Check for overlapping flows only in the target table.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Oct 2011 23:03:31 +0000 (16:03 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:31:34 +0000 (09:31 -0700)
commit63adcc7d3fa1e136685f44edb03887222ea74bd8
tree9515c0207c86396f1b6c6e6b909076385a0a7a47
parentc573540b89ddf0f4c74f0ebb6d237388d660e8fa
ofproto: Check for overlapping flows only in the target table.

There's no reason to check for overlapping flows in table A if the flow
is going to be inserted into table B.

(I doubt anyone actually uses OFPFF_CHECK_OVERLAP though.)
ofproto/ofproto.c