1999-03-28 06:51:05 +08:00
|
|
|
/*
|
|
|
|
* Configuration for Linux 2.2 based systems
|
|
|
|
*
|
|
|
|
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define CONFIG_AUTO_ROUTES
|
1999-04-03 21:00:52 +08:00
|
|
|
#define CONFIG_SELF_CONSCIOUS
|
1999-08-04 03:33:22 +08:00
|
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
|
|
#define CONFIG_ALL_TABLES_AT_ONCE
|
2010-03-26 21:48:01 +08:00
|
|
|
#define CONFIG_MC_PROPER_SRC
|
1999-03-28 06:51:05 +08:00
|
|
|
|
2004-06-03 16:18:14 +08:00
|
|
|
#undef CONFIG_SKIP_MC_BIND
|
|
|
|
|
1999-12-16 21:06:13 +08:00
|
|
|
#define CONFIG_LINUX_MC_MREQN
|
2004-06-01 18:32:02 +08:00
|
|
|
#define CONFIG_UNIX_DONTROUTE
|
1999-12-16 21:06:13 +08:00
|
|
|
|
1999-03-28 06:51:05 +08:00
|
|
|
/*
|
|
|
|
Link: sysdep/linux/netlink
|
|
|
|
Link: sysdep/linux
|
|
|
|
Link: sysdep/unix
|
|
|
|
*/
|