Re: Sending ipv6 packets from a kernel module

2007-05-21 Thread Vlad Yasevich
Neil Horman wrote: > On Mon, May 21, 2007 at 02:04:33PM +0930, Anton wrote: >> Hi all, >> >> Please excuse me if the following question has already been asked on the >> mailing list, I am a little new to this. >> >> I am trying to send IPv6 packets from a kernel module. As far as I >> understand,

Re: Sending ipv6 packets from a kernel module

2007-05-21 Thread Neil Horman
On Mon, May 21, 2007 at 02:04:33PM +0930, Anton wrote: > Hi all, > > Please excuse me if the following question has already been asked on the > mailing list, I am a little new to this. > > I am trying to send IPv6 packets from a kernel module. As far as I > understand, I would have to use the i

Sending ipv6 packets from a kernel module

2007-05-20 Thread Anton
Hi all, Please excuse me if the following question has already been asked on the mailing list, I am a little new to this. I am trying to send IPv6 packets from a kernel module. As far as I understand, I would have to use the ip6_output() function, and this function is certainly present in th