1998-04-22 20:58:34 +08:00
|
|
|
/*
|
1999-03-28 06:51:05 +08:00
|
|
|
* Configuration for Linux 2.2 based systems running IPv6
|
1998-04-22 20:58:34 +08:00
|
|
|
*
|
1999-03-28 06:51:05 +08:00
|
|
|
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
1998-04-22 20:58:34 +08:00
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define IPV6
|
|
|
|
|
1998-05-27 05:44:54 +08:00
|
|
|
#define CONFIG_AUTO_ROUTES
|
|
|
|
#define CONFIG_ALL_MULTICAST
|
1999-08-04 03:36:06 +08:00
|
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Netlink supports multiple tables, but kernel IPv6 code doesn't, so we
|
|
|
|
* treat it as a multiple table system with number of tables set to 1.
|
|
|
|
*/
|
|
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
|
|
#define CONFIG_ALL_TABLES_AT_ONCE
|
1998-05-15 15:56:13 +08:00
|
|
|
|
|
|
|
/*
|
1999-03-28 06:51:05 +08:00
|
|
|
Link: sysdep/linux/netlink
|
1998-05-15 15:56:13 +08:00
|
|
|
Link: sysdep/linux
|
1999-01-10 08:18:32 +08:00
|
|
|
Link: sysdep/unix
|
1998-05-15 15:56:13 +08:00
|
|
|
*/
|