1999-03-27 22:51:05 +00:00
|
|
|
Available configuration variables:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
CONFIG_AUTO_ROUTES Device routes are added automagically by the kernel
|
1999-04-03 13:00:52 +00:00
|
|
|
CONFIG_SELF_CONSCIOUS We're able to recognize whether route was installed by us
|
1999-08-03 19:33:22 +00: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-25 18:43:43 +00:00
|
|
|
CONFIG_SINGLE_ROUTE There is only one route per network
|
1999-03-27 22:51:05 +00:00
|
|
|
|
2012-04-30 20:21:52 +00:00
|
|
|
CONFIG_MC_PROPER_SRC Multicast packets have source address according to socket saddr field
|
2004-06-04 17:32:38 +00:00
|
|
|
CONFIG_SKIP_MC_BIND Don't call bind on multicast socket (def for *BSD)
|
2014-02-06 16:46:01 +00:00
|
|
|
CONFIG_NO_IFACE_BIND Bind to iface is not available, use workarounds (def for *BSD)
|
2012-04-30 20:21:52 +00:00
|
|
|
CONFIG_UNIX_DONTROUTE Use setsockopts DONTROUTE (undef for *BSD)
|
2018-07-28 14:54:06 +00:00
|
|
|
CONFIG_DONTROUTE_UNICAST Use MSG_DONTROUTE flag for unicast packets (def for FreeBSD)
|
2014-02-06 16:46:01 +00:00
|
|
|
CONFIG_USE_HDRINCL Use IP_HDRINCL instead of control messages for source address on raw IP sockets.
|
2011-05-10 00:42:17 +00:00
|
|
|
|
2012-04-30 20:21:52 +00:00
|
|
|
CONFIG_RESTRICTED_PRIVILEGES Implements restricted privileges using drop_uid()
|