vswitchd: Do not refresh existing iface on new device addition.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 23 Mar 2012 21:14:24 +0000 (14:14 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 23 Mar 2012 21:14:24 +0000 (14:14 -0700)
commitc1f15723c03d1ed734ed1c2d2ac85e6c8b055206
treeb23da289b181dd34bf285dda371f553b1a4aace3
parent324f0c59d2bf3a0ad74c93b683b6ceeb1d732304
vswitchd: Do not refresh existing iface on new device addition.

There is no need to refresh status and stats for existing devices
if iface mtu is missing in ovs-db as missing MTU could just mean
error in last MTU read for that device.
So we can refresh stats for devices which are just created.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
vswitchd/bridge.c