LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Virtual Netdevice (https://www.linuxquestions.org/questions/linux-networking-3/virtual-netdevice-592144/)

rajaashok 10-16-2007 01:47 AM

Virtual Netdevice
 
Hi All

we are trying to to integrate our ipsec onto linux 2.6 kernel to do
so we have created a virtual device [struct net_device] with
dev->type = ARPHRD_VOID and configuring the same MAC address and IP
addresses as present on "eth0" interface and when try to send out the data,the packets are seen on the network.But we need all the packets
to be processed in the virtual devices "hard_start_xmit" function and this is never getting called.

Please let me know how to make the kernel call "hard_start_xmit" function ofmy virtual device, so i can process the packets in my "hard_start_xmit" and resend them on to "Eth0" interface
Do I have to set different IP for virtual device or have to do any other configurations.


Thanks in Advance.

--Raj


All times are GMT -5. The time now is 08:05 PM.