1998-04-22 12:58:34 +00:00
|
|
|
/*
|
2012-04-30 20:21:52 +00:00
|
|
|
* Configuration for Linux based systems running IPv6
|
1998-04-22 12:58:34 +00:00
|
|
|
*
|
1999-03-27 22:51:05 +00:00
|
|
|
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
1998-04-22 12:58:34 +00:00
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define IPV6
|
|
|
|
|
1998-05-26 21:44:54 +00:00
|
|
|
#define CONFIG_AUTO_ROUTES
|
1999-08-03 19:36:06 +00:00
|
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
|
|
#define CONFIG_ALL_TABLES_AT_ONCE
|
1998-05-15 07:56:13 +00:00
|
|
|
|
2011-05-10 00:42:17 +00:00
|
|
|
#define CONFIG_RESTRICTED_PRIVILEGES
|
|
|
|
|
1998-05-15 07:56:13 +00:00
|
|
|
/*
|
|
|
|
Link: sysdep/linux
|
1999-01-10 00:18:32 +00:00
|
|
|
Link: sysdep/unix
|
1998-05-15 07:56:13 +00:00
|
|
|
*/
|