diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-27 23:51:05 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-27 23:51:05 +0100 |
commit | 1127ac6ec7eff52d4ccbc4d836a63fa6513f6d48 (patch) | |
tree | 1eee8d7e515c07f85f2becf4f368a2b55ee7c81d /sysdep/cf/linux-v6.h | |
parent | 7dc4827c968053e45bcb7f145e9986eeb20c993b (diff) | |
download | bird-1127ac6ec7eff52d4ccbc4d836a63fa6513f6d48.tar bird-1127ac6ec7eff52d4ccbc4d836a63fa6513f6d48.zip |
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.
Diffstat (limited to 'sysdep/cf/linux-v6.h')
-rw-r--r-- | sysdep/cf/linux-v6.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysdep/cf/linux-v6.h b/sysdep/cf/linux-v6.h index c381e38..69ab0f8 100644 --- a/sysdep/cf/linux-v6.h +++ b/sysdep/cf/linux-v6.h @@ -1,7 +1,7 @@ /* - * Configuration for Linux 2.1 based systems running IPv6 + * Configuration for Linux 2.2 based systems running IPv6 * - * (c) 1998 Martin Mares <mj@ucw.cz> + * (c) 1998--1999 Martin Mares <mj@ucw.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -9,12 +9,11 @@ #define IPV6 #define CONFIG_TOS -#define CONFIG_MULTIPATH -#define CONFIG_NETLINK #define CONFIG_AUTO_ROUTES #define CONFIG_ALL_MULTICAST /* +Link: sysdep/linux/netlink Link: sysdep/linux Link: sysdep/unix */ |