1999-03-28 06:51:05 +08:00
|
|
|
Available configuration variables:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
CONFIG_AUTO_ROUTES Device routes are added automagically by the kernel
|
1999-04-03 21:00:52 +08:00
|
|
|
CONFIG_SELF_CONSCIOUS We're able to recognize whether route was installed by us
|
1999-08-04 03:33:22 +08:00
|
|
|
CONFIG_MULTIPLE_TABLES The kernel supports multiple routing tables
|
|
|
|
CONFIG_ALL_TABLES_AT_ONCE Kernel scanner wants to process all tables at once
|
2015-04-26 02:43:43 +08:00
|
|
|
CONFIG_SINGLE_ROUTE There is only one route per network
|
1999-03-28 06:51:05 +08:00
|
|
|
|
2012-05-01 04:21:52 +08:00
|
|
|
CONFIG_MC_PROPER_SRC Multicast packets have source address according to socket saddr field
|
2004-06-05 01:32:38 +08:00
|
|
|
CONFIG_SKIP_MC_BIND Don't call bind on multicast socket (def for *BSD)
|
2014-02-07 00:46:01 +08:00
|
|
|
CONFIG_NO_IFACE_BIND Bind to iface is not available, use workarounds (def for *BSD)
|
2012-05-01 04:21:52 +08:00
|
|
|
CONFIG_UNIX_DONTROUTE Use setsockopts DONTROUTE (undef for *BSD)
|
2014-02-07 00:46:01 +08:00
|
|
|
CONFIG_USE_HDRINCL Use IP_HDRINCL instead of control messages for source address on raw IP sockets.
|
2011-05-10 08:42:17 +08:00
|
|
|
|
2012-05-01 04:21:52 +08:00
|
|
|
CONFIG_RESTRICTED_PRIVILEGES Implements restricted privileges using drop_uid()
|