netdev-linux: Set missing cache validity bit.
[sliver-openvswitch.git] / lib / netdev-linux.c
index 7fde7e0..2faffa3 100644 (file)
@@ -654,6 +654,8 @@ netdev_linux_get_stats(const struct netdev *netdev_, struct netdev_stats *stats)
                                                      "openvswitch");
             }
         }
+
+        netdev->cache->valid |= VALID_IS_INTERNAL;
     }
 
     if (netdev->cache->is_internal) {