On Thu, Oct 13, 2022 at 10:50:51PM +0800, Wilson Peng wrote:

...

> @@ -165,8 +166,19 @@ netdev_windows_system_construct(struct netdev *netdev_)
>      if (strcmp(netdev_get_type(&netdev->up), "internal") && ret) {
>          return ret;
>      }
> +
>      ofpbuf_delete(buf);
>  
> +    /* if ovs-type is "interna"l but the type of netdev->up
> +     * is "system" stop creating netdev. */

Hi Wilson,

I'm unsure of the correctness of this change, but I noticed the following.

nit:
       /* Don't create netdev if ovs-type is "internal"
        * but the type of netdev->up is "system". */

...
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to