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

	In case of upgrade JUST COPY NEW SOURCE FILES.

	For new installation run kinstall.sh shell script

	# sh kinstall.sh

	It will copy driver source files to the /sys/net and
	/sys/net/modules/if_tap directories, and patch /dev/MAKEDEV.local
	and /sys/i386/conf/files.i386 files.

	Add entry in your kernel configuration file, config it, make,
	install and reboot

	OR

	go to /sys/modules/if_tap directory. Open Makefile and adjust
	it at your taste. Do make. It will build if_tap kernel loadable
	module. Just load it.

	DO NOT FORGET TO CREATE DEVICE NODES! 
	THE DRIVER USES MAJOR NUMBER 200. IF YOU DON'T LIKE IT CHANGE
	IT IN THE MAKEDEV.local FILE AND if_tap.c 

	From version 0.2 we support Ethernet bridging (by Luigi Rizzo).
	NOTE: This feature appears to be working, but IT IS NOT FULLY TESTED!
	Testers wanted :)

	To turn in on:

	- compile your kernel with
			
			options BRIDGE

	- enable Ethernet bridging

			# sysctl -w net.link.ether.bridge=1

	Enjoy!

	Any comments, fixes, etc are welcome!!

	Thanks,

	Maksim Yevmenkin,
	November, 1999
