|
@@ -1629,6 +1629,7 @@ void ip_send_unicast_reply(struct sock *sk, struct sk_buff *skb,
|
|
|
sk->sk_protocol = ip_hdr(skb)->protocol;
|
|
|
sk->sk_bound_dev_if = arg->bound_dev_if;
|
|
|
sk->sk_sndbuf = sysctl_wmem_default;
|
|
|
+ sk->sk_mark = fl4.flowi4_mark;
|
|
|
err = ip_append_data(sk, &fl4, ip_reply_glue_bits, arg->iov->iov_base,
|
|
|
len, 0, &ipc, &rt, MSG_DONTWAIT);
|
|
|
if (unlikely(err)) {
|