bird/sysdep/cf
Martin Mares 1127ac6ec7 Cleaned up system configuration files -- removed few obsolete parameters,
documented the remaining ones (sysdep/cf/README).

Available configurations:

   o  linux-20: Old Linux interface via /proc/net/route (selected by default
		on pre-2.1 kernels).
   o  linux-21: Old Linux interface, but device routes handled by the
		kernel (selected by default for 2.1 and newer kernels).
   o  linux-22: Linux with Netlink (I play with it a lot yet, so it isn't
		a default).
   o  linux-ipv6: Prototype config for IPv6 on Linux. Not functional yet.
1999-03-27 22:51:05 +00:00
..
linux-20.h Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00
linux-21.h Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00
linux-22.h Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00
linux-v6.h Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00
README Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00

Available configuration variables:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CONFIG_TOS		Routing by TOS supported
CONFIG_AUTO_ROUTES	Device routes are added automagically by the kernel
CONFIG_ALL_MULTICAST	All devices support multicasting (i.e., ignore IFF_MULTICAST)

CONFIG_UNIX_IFACE	Use Unix interface scanner
CONFIG_UNIX_SET		Use Unix route setting
CONFIG_LINUX_SCAN	Use Linux /proc/net/route scanner