diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 19:32:38 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 19:32:38 +0200 |
commit | 85305e5d8f7137dc5ce4572d72e80ad186792b37 (patch) | |
tree | d7d3b03047f9d30c81d7c1403ed6ab509177356e /sysdep | |
parent | 874654076a9e3d2c36a248b3d3a4066dff76276b (diff) | |
download | bird-85305e5d8f7137dc5ce4572d72e80ad186792b37.tar bird-85305e5d8f7137dc5ce4572d72e80ad186792b37.zip |
typo in README
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/cf/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/cf/README b/sysdep/cf/README index b3b84a8..deed866 100644 --- a/sysdep/cf/README +++ b/sysdep/cf/README @@ -9,7 +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_SKIP_MC_BIND Don't call bind 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) |