unification of netdev&netdev_dev in pltap&tunnel
[sliver-openvswitch.git] / lib / netdev.c
index d93526a..6e8af3b 100644 (file)
@@ -88,6 +88,8 @@ netdev_initialize(void)
         netdev_register_provider(&netdev_tap_class);
         netdev_register_provider(&netdev_bsd_class);
 #endif
+       netdev_register_provider(&netdev_tunnel_class);
+       netdev_register_provider(&netdev_pltap_class);
     }
 }