diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-26 14:48:01 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-26 14:48:01 +0100 |
commit | af157fa3dbe2bba0674eb7634efd3ade6c89d604 (patch) | |
tree | a4ea7c3b83a3af814eace38d9c02bd2f468d644d /sysdep/cf/linux-22.h | |
parent | 885b3d6127ae2c5c4f17d9dba95ffe67bdf7a688 (diff) | |
download | bird-af157fa3dbe2bba0674eb7634efd3ade6c89d604.tar bird-af157fa3dbe2bba0674eb7634efd3ade6c89d604.zip |
Disable multiple OSPF pseudointerfaces on BSD.
Diffstat (limited to 'sysdep/cf/linux-22.h')
-rw-r--r-- | sysdep/cf/linux-22.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |