Re: [Openvpn-devel] Patch: TAP usage made non ARP dependent

2005-10-09 Thread Rolf Fokkens
James Yonan wrote: Why don't you use the existing multi_context::vhash hash to keep track of the server-side MAC table? I know that this hash is usually used to associate MAC or IP addresses with a given client instance, but it seems ideally suited for this. Maybe you could add a flag to struc

Re: [Openvpn-devel] Patch: TAP usage made non ARP dependent

2005-10-09 Thread Rolf Fokkens
Rolf Fokkens wrote: James Yonan wrote: Also, it would be great if you could #ifdef this code so that we can turn it on or off. Sure, I'll do that. I'll do it based on mac_table.[ch], to save time. OK? If you want we can integrate mac_table functionality into lists.[ch], but it may require