]> git.proxmox.com Git - mirror_ovs.git/commit - datapath/actions.c
datapath: Pass net into ovs_fragment.
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 23 Jun 2016 01:00:41 +0000 (18:00 -0700)
committerJoe Stringer <joe@ovn.org>
Mon, 27 Jun 2016 09:27:37 +0000 (11:27 +0200)
commit025813bb8e10a5adf783a74efe0c8ce955450896
tree5e8e206531e79db327d3d5b859a5cbb52bad58a6
parent2225c0b9355e6823a2adccfeef2fb3fe3cccb557
datapath: Pass net into ovs_fragment.

Upstream commit:
    openvswitch: Pass net into ovs_fragment

    In preparation for the ipv4 and ipv6 fragmentation code taking a net
    parameter pass a struct net into ovs_fragment where the v4 and v6
    fragmentation code is called.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Upstream: c559cd3ad32b ("openvswitch: Pass net into ovs_fragment")
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/actions.c