Ethernet Tunnel (TAP) device driver
-----------------------------------

	Ok, I've written this driver for VTUN (http://vtun.netpedia.net)
	software package. It is possible coolest software to create
	virtual tunnels over TCP/IP networks. For more details please
	see author's page.

	This device driver allows you to catch Ethernet frames and
	transfer it to the user space application and vice versa.
	It provides a virtual Ethernet interface.
	The functionality basically the same as TUN driver.
		
	Since version 0.2 we support Ethernet bridging by Luigi Rizzo.
	This feature appears to be working, but it needs more testing.
	Now you can build your own virtual Ethernet network over just
	any type of connection. BTW, you DO NOT need Ethernet cards 
	at all! :-)

	Well... That's it...

	Any comments, fixes, etc are welcome!!

	Thanks,

	Maskim Yevmenkin
	November, 1999

