test-classifier.c: Use UINT16_MAX instead of OFPP_NONE in mask assignment
authorAlex Wang <alexw@nicira.com>
Thu, 20 Jun 2013 22:10:04 +0000 (15:10 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Jun 2013 22:20:03 +0000 (15:20 -0700)
commite2711da9ebfc7c0dfca2779823cc211cc3ebe506
tree5de92be4e0cd64615077d87a49702892d953d8a9
parent511a70176e971e28d43a62d9c8c4eb52a8beb49a
test-classifier.c: Use UINT16_MAX instead of OFPP_NONE in mask assignment

It is more comprehensible to use UINT16_MAX in mask assignment than OFPP_NONE.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/test-classifier.c