mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
ipv6: Pass struct net through ip6_fragment
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
parent
694869b3c5
commit
7d8c6e3915
6 changed files with 21 additions and 17 deletions
|
@ -727,7 +727,7 @@ static void ovs_fragment(struct net *net, struct vport *vport,
|
|||
skb_dst_set_noref(skb, &ovs_rt.dst);
|
||||
IP6CB(skb)->frag_max_size = mru;
|
||||
|
||||
v6ops->fragment(skb->sk, skb, ovs_vport_output_sk);
|
||||
v6ops->fragment(net, skb->sk, skb, ovs_vport_output);
|
||||
refdst_drop(orig_dst);
|
||||
} else {
|
||||
WARN_ONCE(1, "Failed fragment ->%s: eth=%04x, MRU=%d, MTU=%d.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue