Treat flows without any wildcards as maximum priority.
authorBen Pfaff <blp@nicira.com>
Wed, 7 May 2008 22:21:30 +0000 (15:21 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 7 May 2008 22:23:45 +0000 (15:23 -0700)
commitc8e4cbbd3ac9b1333d4b95757760dbb0956274b9
treece83dab1e74b90aa0c698d1f215a6544d0bfe9e9
parentbbf5f5607fbc20b0f4107c1d6d11660c0e338abb
Treat flows without any wildcards as maximum priority.

Otherwise, we give the table implementations the opportunity to screw up
by distinguishing between two flows without wildcards but with apparently
different priorities that are required to be treated as the same priority.
datapath/forward.c
switch/datapath.c