--- zzzz-none-000/linux-2.6.28.10/net/ipv6/inet6_connection_sock.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/net/ipv6/inet6_connection_sock.c 2009-12-01 12:54:25.000000000 +0000 @@ -194,6 +194,7 @@ fl.fl6_flowlabel = np->flow_label; IP6_ECN_flow_xmit(sk, fl.fl6_flowlabel); fl.oif = sk->sk_bound_dev_if; + fl.mark = sk->sk_mark; fl.fl_ip_sport = inet->sport; fl.fl_ip_dport = inet->dport; security_sk_classify_flow(sk, &fl);