1998-04-22 20:58:34 +08:00
|
|
|
/*
|
2012-05-01 04:21:52 +08:00
|
|
|
* Configuration for Linux 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
|
1999-08-04 03:36:06 +08:00
|
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
|
|
#define CONFIG_ALL_TABLES_AT_ONCE
|
1998-05-15 15:56:13 +08:00
|
|
|
|
2011-05-10 08:42:17 +08:00
|
|
|
#define CONFIG_RESTRICTED_PRIVILEGES
|
|
|
|
|
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
|
|
|
*/
|