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,
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
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