Virtual Interface Creation(IEEE 802.3ad)
Virtual Interface Creation(IEEE 802.3ad)
- Subject: Virtual Interface Creation(IEEE 802.3ad)
- From: "Anees Alappat" <email@hidden>
- Date: Tue, 21 Nov 2006 21:09:42 +0530
Dear All,
I want to implement a virtual interface(IEEE 802.3ad). I m a newbee to this area. What i did for making the virtual
interface is that, i attached one interface filter on the top of en0(or
en1) and redirected the inbound packets to virtual interface using
ifnet_input kpi.I think inbound packets are going correctly.The only
thing i did in "demux" function is that i set the protocol family as
AF_INET (I expect only that is required?) And for outbound packets i have used ifnet_output_raw kpi from vitual interface's output function(ifnet_output_func).
But outbound packets are not going,it is showing the following error.
"mDNSResonder: getifaddrs ifa_netmask for ven0(7) Flags
0001 2
192.168.10.1 has different family: 0".
Can you please tell me why it happens? Did the logic i proceed is correct?
Thank you
Anees
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden