Re: igmp: set rtableid on new mbufs

2016-12-16 Thread Rafael Zalamena
On Wed, Dec 14, 2016 at 06:59:42PM +0100, Martin Pieuchot wrote: > On 14/12/16(Wed) 16:54, Rafael Zalamena wrote: > > After running the igmpproxy in multiple domains I noticed that the kernel > > started complaining about sending packets on wrong domains. Here is the > > exact message: > > " > > vi

Re: igmp: set rtableid on new mbufs

2016-12-14 Thread Martin Pieuchot
On 14/12/16(Wed) 16:54, Rafael Zalamena wrote: > After running the igmpproxy in multiple domains I noticed that the kernel > started complaining about sending packets on wrong domains. Here is the > exact message: > " > vio1: trying to send packet on wrong domain. if 1 vs. mbuf 0 > " > > After som

igmp: set rtableid on new mbufs

2016-12-14 Thread Rafael Zalamena
After running the igmpproxy in multiple domains I noticed that the kernel started complaining about sending packets on wrong domains. Here is the exact message: " vio1: trying to send packet on wrong domain. if 1 vs. mbuf 0 " After some debugging I traced the problem to the igmp_sendpkt() function