flow: Zero tun_id if wildcarded.
authorJesse Gross <jesse@nicira.com>
Tue, 11 May 2010 01:23:18 +0000 (18:23 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 11 May 2010 01:23:18 +0000 (18:23 -0700)
commit2455c7fac224c9d6dfe8de9a2204e2edeabe001c
treea0d9539018f76d40e8962761cc0e77a61d2d92e2
parent54adbf40ff717f05e081967102083889143447a7
flow: Zero tun_id if wildcarded.

Normally match fields are zeroed if they are wildcarded in
normalize_match().  However, tun_id isn't part of struct ofp_match
so do it when we convert to a flow instead.
lib/flow.c