Re: [PATCH net] vxlan: re-ignore EADDRINUSE from igmp_join

2015-09-01 Thread John Nielsen
On Aug 25, 2015, at 5:22 PM, Marcelo Ricardo Leitner wrote: > Before 56ef9c909b40[1] it used to ignore all errors from igmp_join(). > That commit enhanced that and made it error out whatever error happened > with igmp_join(), but that's not good because when using

[PATCH net] vxlan: re-ignore EADDRINUSE from igmp_join

2015-08-25 Thread Marcelo Ricardo Leitner
Before 56ef9c909b40[1] it used to ignore all errors from igmp_join(). That commit enhanced that and made it error out whatever error happened with igmp_join(), but that's not good because when using multicast groups vxlan will try to join it multiple times if the socket is reused and then the 2nd

Re: [PATCH net] vxlan: re-ignore EADDRINUSE from igmp_join

2015-08-25 Thread David Miller
From: Marcelo Ricardo Leitner marcelo.leit...@gmail.com Date: Tue, 25 Aug 2015 20:22:35 -0300 Before 56ef9c909b40[1] it used to ignore all errors from igmp_join(). That commit enhanced that and made it error out whatever error happened with igmp_join(), but that's not good because when using