Fix for case when datapath/iface types are not supported
authorEd Warnicke <eaw@cisco.com>
Wed, 1 Apr 2015 16:46:01 +0000 (12:46 -0400)
committerEd Warnicke <eaw@cisco.com>
Wed, 1 Apr 2015 16:46:01 +0000 (12:46 -0400)
commitc4fd960ff7ef47a403849662a28e22b08827148c
tree43b1dac92a385ef0d79cc3a433c6feee5637d564
parentee0ef77bffe94f250cb7bbef3df6971c2f6e8467
Fix for case when datapath/iface types are not supported

If we attempt to get datapath/iface types from ovs
versions prior to their support, an exception is thrown,
this patch handles it correctly.

Change-Id: I8315bf3a2f250c412cdf51c385754be409dc2257
Signed-off-by: Ed Warnicke <eaw@cisco.com>