netdev-vport: Properly initialize tnl_port_config structure to 0.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 18:41:05 +0000 (10:41 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 18:41:05 +0000 (10:41 -0800)
commit73d67a4355a28ea746358329901aa8da1d02ca2b
tree1a198bb66385ebc875705e5e50d258bbc3912b4a
parente58de0e38647f0ee62a8862e3565e5b788a03a7e
netdev-vport: Properly initialize tnl_port_config structure to 0.

Otherwise the configuration starts out indeterminate and tends to be
rejected by the kernel.

Bug #4195.
lib/netdev-vport.c