]> git.ipfire.org Git - thirdparty/bird.git/blame - sysdep/cf/README
KRT: Scan routing tables separetely on linux to avoid congestion
[thirdparty/bird.git] / sysdep / cf / README
CommitLineData
1127ac6e
MM
1Available configuration variables:
2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
1127ac6e 4CONFIG_AUTO_ROUTES Device routes are added automagically by the kernel
73c7bed1 5CONFIG_SELF_CONSCIOUS We're able to recognize whether route was installed by us
7de45ba4 6CONFIG_MULTIPLE_TABLES The kernel supports multiple routing tables
c5ff44a7 7CONFIG_SINGLE_ROUTE There is only one route per network
1127ac6e 8
f1aceff5 9CONFIG_MC_PROPER_SRC Multicast packets have source address according to socket saddr field
85305e5d 10CONFIG_SKIP_MC_BIND Don't call bind on multicast socket (def for *BSD)
48e5f32d 11CONFIG_NO_IFACE_BIND Bind to iface is not available, use workarounds (def for *BSD)
f1aceff5 12CONFIG_UNIX_DONTROUTE Use setsockopts DONTROUTE (undef for *BSD)
318acb0f 13CONFIG_DONTROUTE_UNICAST Use MSG_DONTROUTE flag for unicast packets (def for FreeBSD)
48e5f32d 14CONFIG_USE_HDRINCL Use IP_HDRINCL instead of control messages for source address on raw IP sockets.
1bc26957 15
f1aceff5 16CONFIG_RESTRICTED_PRIVILEGES Implements restricted privileges using drop_uid()