summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-03-26 14:48:01 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-03-26 14:48:01 +0100
commitaf157fa3dbe2bba0674eb7634efd3ade6c89d604 (patch)
treea4ea7c3b83a3af814eace38d9c02bd2f468d644d /sysdep
parent885b3d6127ae2c5c4f17d9dba95ffe67bdf7a688 (diff)
downloadbird-af157fa3dbe2bba0674eb7634efd3ade6c89d604.tar
bird-af157fa3dbe2bba0674eb7634efd3ade6c89d604.zip
Disable multiple OSPF pseudointerfaces on BSD.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/cf/README1
-rw-r--r--sysdep/cf/linux-22.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/cf/README b/sysdep/cf/README
index deed866..15a45a6 100644
--- a/sysdep/cf/README
+++ b/sysdep/cf/README
@@ -5,6 +5,7 @@ CONFIG_AUTO_ROUTES Device routes are added automagically by the kernel
CONFIG_SELF_CONSCIOUS We're able to recognize whether route was installed by us
CONFIG_MULTIPLE_TABLES The kernel supports multiple routing tables
CONFIG_ALL_TABLES_AT_ONCE Kernel scanner wants to process all tables at once
+CONFIG_MC_PROPER_SRC Multicast packets have source address according to socket saddr field
CONFIG_UNIX_IFACE Use Unix interface scanner
CONFIG_UNIX_SET Use Unix route setting
diff --git a/sysdep/cf/linux-22.h b/sysdep/cf/linux-22.h
index 92ffb4c..9ccab64 100644
--- a/sysdep/cf/linux-22.h
+++ b/sysdep/cf/linux-22.h
@@ -10,6 +10,7 @@
#define CONFIG_SELF_CONSCIOUS
#define CONFIG_MULTIPLE_TABLES
#define CONFIG_ALL_TABLES_AT_ONCE
+#define CONFIG_MC_PROPER_SRC
#undef CONFIG_SKIP_MC_BIND