netdev-vport: Make 'iface' non-static in tunnel_get_status().
[sliver-openvswitch.git] / lib / netdev-vport.c
index 6eee8a7..3558f43 100644 (file)
@@ -196,7 +196,7 @@ netdev_vport_get_etheraddr(const struct netdev *netdev,
 static int
 tunnel_get_status(const struct netdev *netdev, struct smap *smap)
 {
-    static char iface[IFNAMSIZ];
+    char iface[IFNAMSIZ];
     ovs_be32 route;
 
     route = netdev_vport_cast(netdev)->tnl_cfg.ip_dst;