[ovs-git] [openvswitch/ovs] b6c47a: datapath: Backport: openvswitch: Fix serialization...

GitHub noreply at github.com
Mon Dec 21 23:31:04 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: b6c47a75918c1cd772a3bf6ffcb31522a2e8f429
      https://github.com/openvswitch/ovs/commit/b6c47a75918c1cd772a3bf6ffcb31522a2e8f429
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
    M datapath/flow_netlink.c

  Log Message:
  -----------
  datapath: Backport: openvswitch: Fix serialization of non-masked set actions.

I found this missing commit while checking diff against upstream OVS.

Upstream Commit msg:
    Set actions consist of a regular OVS_KEY_ATTR_* attribute nested inside
    of a OVS_ACTION_ATTR_SET action attribute. When converting masked actions
    back to regular set actions, the inner attribute length was not changed,
    ie, double the length being serialized. This patch fixes the bug.

    Fixes: 83d2b9b ("net: openvswitch: Support masked set actions.")
    Signed-off-by: Joe Stringer <joestringer at nicira.com>
    Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>
    Signed-off-by: David S. Miller <davem at davemloft.net>

Upstream: f4f8e738505 ("openvswitch: Fix serialization of non-masked set
actions")
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Joe Stringer <joe at ovn.org>




More information about the git mailing list