Re: [PATCH] ip: find correct route for socket which is not bound to a device

2015-09-20 Thread David Miller
From: Wengang Wang Date: Mon, 21 Sep 2015 10:04:59 +0800 > Do you have any idea which won't break the existing > -- hack but can help with my case? Although I am obligated to find deficiencies and shortcomings in your submissions, I am not obligated to design or implement your changes correctl

Re: [PATCH] ip: find correct route for socket which is not bound to a device

2015-09-20 Thread Wengang Wang
Hi David, Thanks for your review on this. 在 2015年09月18日 12:20, David Miller 写道: From: Wengang Wang Date: Wed, 16 Sep 2015 14:34:15 +0800 For multi-cast, we should find valid route(thus get the meaniful pmtu) for the package on the socket which is not bound to a device(sk_bound_dev_if being 0

Re: [PATCH] ip: find correct route for socket which is not bound to a device

2015-09-17 Thread David Miller
From: Wengang Wang Date: Wed, 16 Sep 2015 14:34:15 +0800 > For multi-cast, we should find valid route(thus get the meaniful pmtu) for > the package on the socket which is not bound to a device(sk_bound_dev_if > being 0) too. Your patch breaks exactly the situation explained in full detail in the