[ovs-git] [openvswitch/ovs] 78ac28: dpif-netlink: Fix Windows incompatibility when set...

Rui Cao noreply at github.com
Tue Jun 16 20:29:26 UTC 2020


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: 78ac2896d100f69c7cbf401c1951adbeae4d59d8
      https://github.com/openvswitch/ovs/commit/78ac2896d100f69c7cbf401c1951adbeae4d59d8
  Author: Rui Cao <rcao at vmware.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M lib/dpif-netlink.c

  Log Message:
  -----------
  dpif-netlink: Fix Windows incompatibility when setting new feature

OVS_DP_ATTR_NAME field is required when sending OVS_DP_CMD_SET to
windows kernel driver. The function "dpif_netlink_set_features"
dose not set the OVS_DP_ATTR_NAME field which will cause set feature
failure and ovs-vswitchd will exist.

This patch fixes the issue by setting "request.name" in request.

Reported-at: https://github.com/openvswitch/ovs-issues/issues/187
Submitted-at: https://github.com/openvswitch/ovs/pull/319
Signed-off-by: Rui Cao <rcao at vmware.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list