netdev-vport: Fix warning due to new GRE type.
authorEthan Jackson <ethan@nicira.com>
Tue, 6 Nov 2012 02:26:52 +0000 (18:26 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 6 Nov 2012 20:39:55 +0000 (12:39 -0800)
commit3c82d0682ab7661d218545e9ba06e52f1cf44e43
tree4e62172372e46dca02e021f9087ad7e50ed2c7df
parent248a2130b0374d046057b2995c645c23172d4b84
netdev-vport: Fix warning due to new GRE type.

This patch fixes the following warning caused by a switch case
which was not handled.

lib/netdev-vport.c:144:5: error: enumeration value
‘OVS_VPORT_TYPE_FT_GRE’ not handled in switch

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/netdev-vport.c