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

Rui Cao noreply at github.com
Tue Jun 16 20:28:42 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 25a2af4fe952f6702b856d1381da217e3b6d2a57
      https://github.com/openvswitch/ovs/commit/25a2af4fe952f6702b856d1381da217e3b6d2a57
  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