diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-03 10:18:14 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-03 10:18:14 +0200 |
commit | 7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77 (patch) | |
tree | f082b3abfc6df9858a65f271d7075e6549e51ec7 /sysdep/cf/README | |
parent | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (diff) | |
download | bird-7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77.tar bird-7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77.zip |
CONFIG_SKIP_MC_BIND added.
BSD hates it, Linux needs it.
Diffstat (limited to 'sysdep/cf/README')
-rw-r--r-- | sysdep/cf/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/cf/README b/sysdep/cf/README index b278fc5..b3b84a8 100644 --- a/sysdep/cf/README +++ b/sysdep/cf/README @@ -9,6 +9,7 @@ CONFIG_ALL_TABLES_AT_ONCE Kernel scanner wants to process all tables at once CONFIG_UNIX_IFACE Use Unix interface scanner CONFIG_UNIX_SET Use Unix route setting CONFIG_UNIX_DONTROUTE Use setsockopts DONTROUTE (undef for *BSD) +CONFIG_SKIP_MC_BIND Don't call bird on multicast socket (def for *BSD) CONFIG_LINUX_SCAN Use Linux /proc/net/route scanner CONFIG_ALL_MULTICAST krt-iface: All devices support multicasting (i.e., ignore IFF_MULTICAST) |