[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130827.123213.1673375175621319814.davem@davemloft.net>
Date: Tue, 27 Aug 2013 12:32:13 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: duanj.fnst@...fujitsu.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] ipv6:examine the IP source address legitimacy
From: Duan Jiong <duanj.fnst@...fujitsu.com>
Date: Tue, 27 Aug 2013 19:42:24 +0800
> rt = (struct rt6_info *) dst;
> - if (rt == net->ipv6.ip6_null_entry) {
> + if (rt == net->ipv6.ip6_null_entry || !ipv6_addr_equal(&rt->rt6i_gateway, &iph->saddr)) {
This line is significantly longer than 80 columns, please do not
create such long lines.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists