Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
[linux-2.6-block.git] / net / ipv6 / output_core.c
index 827f795209cf9d607c5a63c188a369bb6c1ad684..d1b35d377e62de73c0fade1d6464e7a3358ba15a 100644 (file)
@@ -13,7 +13,7 @@ void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt)
        int old, new;
 
 #if IS_ENABLED(CONFIG_IPV6)
-       if (rt && !(rt->dst.flags & DST_NOPEER)) {
+       if (rt) {
                struct inet_peer *peer;
                struct net *net;