From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [RFC net-next] ipv6: Use destination address determined by IPVS Date: Fri, 18 Oct 2013 18:33:53 +0200 Message-ID: <20131018163353.GK18135@order.stressinduktion.org> References: <1381881751-6719-1-git-send-email-horms@verge.net.au> <20131018021008.GH18135@order.stressinduktion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Simon Horman , YOSHIFUJI Hideaki / =?utf-8?B?5ZCJ6Jek6Iux5piO?= , lvs-devel@vger.kernel.org, netdev@vger.kernel.org, Mark Brooks , Phil Oester To: Julian Anastasov Return-path: Content-Disposition: inline In-Reply-To: Sender: lvs-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Oct 18, 2013 at 09:33:13AM +0300, Julian Anastasov wrote: > > Hello, > > On Fri, 18 Oct 2013, Hannes Frederic Sowa wrote: > > > I played around with your patch and tested xt_TEE. I added a TEE rule to > > mangle/OUTPUT and pinged. This happend, I have not yet analyzed it: > > May be a side effect of using some multicast address? > Can you test it with such address check?: I don't think that is the reason. > > if (rt->rt6i_flags & RTF_GATEWAY || > ipv6_addr_type(&rt->rt6i_gateway) & IPV6_ADDR_UNICAST) Just checked, I had the same panic. Greetings, Hannes