odp-util: Always serialize tunnel mask attributes.
authorJesse Gross <jesse@nicira.com>
Thu, 1 Aug 2013 23:17:47 +0000 (16:17 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 2 Aug 2013 02:00:40 +0000 (19:00 -0700)
commit01fcdfc6b3223d186c35d9b4e188c9e104887f4c
tree77f2bf48b5d50bedeae8753dfc50054c1839f8e0
parenta583e032a3c4929f6f0c2821dfe65ad19fa6052f
odp-util: Always serialize tunnel mask attributes.

A tunnel value attribute is not allowed to have an empty IP destination
address but this is legal for masks. This drops both the checks for
serializing masks and also the sanity checks on them.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/flow.c
lib/odp-util.c