ofp-util: Make NXM required for 64-bit cookies in is_nxm_required().
authorBen Pfaff <blp@nicira.com>
Tue, 22 Feb 2011 21:17:51 +0000 (13:17 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Mar 2011 22:20:52 +0000 (14:20 -0800)
commitb9d5a387b2a0f822737ab78e0848884f2e1b5742
tree3816b5604e3e2207b1371dbdecf396f27936df03
parentda54975c9d79313ba27d80ee8901eee160653e3a
ofp-util: Make NXM required for 64-bit cookies in is_nxm_required().

Only NXM supports 64-bit cookies, but this code didn't properly check
for that.  This commit fixes the problem and makes the code much more
explicit about what it is checking.

This will hide bug #4566, but the following commit actually fixes it.
lib/ofp-util.c