X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=931f987c49624a7141cbe4c31c0c91bb3e2242a7;hb=1e82e503c5358f8dce9eb2105448f0ec894d57bc;hp=61813bb4cb41e33b84f0c704d25ed3dd0eeb5038;hpb=61b999dd6fa3a8942b5002f9392a0068324a80b6;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 61813bb4c..931f987c4 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -396,10 +396,6 @@ set_up_iface(const struct ovsrec_interface *iface_cfg, struct iface *iface, } netdev_options.args = &options; netdev_options.ethertype = NETDEV_ETH_TYPE_NONE; - netdev_options.may_create = true; - if (iface_is_internal(iface->port->bridge, iface_cfg->name)) { - netdev_options.may_open = true; - } error = netdev_open(&netdev_options, &iface->netdev);