lib: netdev-vport improperly initialized route-table.
authorEthan Jackson <ethan@nicira.com>
Mon, 31 Jan 2011 20:02:54 +0000 (12:02 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 31 Jan 2011 23:46:18 +0000 (15:46 -0800)
commitba615c2b5b251eea264b721a7f24112b8936a63a
tree9fbea14560649c3aba618693207bcdb91cbad641
parent656833530941ef21c1a59656a5572b5155d0c302
lib: netdev-vport improperly initialized route-table.

netdev-vport unregistered the routing table in its destroy
function, but registered it in its init function.  This could
cause the routing table to be unregistered when it shouldn't have
been causing segmentation faults.

Bug #4526.
lib/netdev-vport.c