vswitchd: Do not refresh existing iface on new device addition.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 24 Mar 2012 00:39:19 +0000 (17:39 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sat, 24 Mar 2012 00:39:19 +0000 (17:39 -0700)
commit2658ae89b2231df0abc95f43afc2b40e1db11298
treefbb2e999613824a3c9b899ae9a72ba33fa332035
parentd4510d0aaa0a519f24d7bcbf86eaacfb39d474a7
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