Re[2]: ethernet over ip

2004-08-04 Thread Nickolay A. Kritsky
Hello Pawel, Thanks, everything solved. There was a problem with 'reusing' tap(4) interface. While tapclose() zeroes IFF_RUNNING flag, tapopen() does not set it back to 1. I am not sure if it is bug or feature, but taking a quick look on code in the latest revision shows the same. Wednesday, Augu

Re: ethernet over ip

2004-08-04 Thread Pawel Malachowski
On Tue, Aug 03, 2004 at 11:48:57PM +0400, Nickolay A. Kritsky wrote: > bash-2.05b# head -c 100 /dev/tap0 |less Try tcpdump instead. -- Paweł Małachowski ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsu