diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-16 13:06:13 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-16 13:06:13 +0000 |
commit | 67ece6df42b20ecc524cf3e5c14e8b541afec860 (patch) | |
tree | 4922b7aa50265895ac195ba59af184b7808533b9 /sysdep/cf/linux-22.h | |
parent | ccdc33975648647270bf33511ec5bbab4d634634 (diff) |
Tried to clean up multicast handling. Now we don't try to guess
multicast abilities depending on definedness of symbols and use hard-wired
system-dependent configuration defines instead.
Please test whereever you can.
Diffstat (limited to 'sysdep/cf/linux-22.h')
-rw-r--r-- | sysdep/cf/linux-22.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/cf/linux-22.h b/sysdep/cf/linux-22.h index cd5090f6..52a4681a 100644 --- a/sysdep/cf/linux-22.h +++ b/sysdep/cf/linux-22.h @@ -7,11 +7,12 @@ */ #define CONFIG_AUTO_ROUTES -#define CONFIG_ALL_MULTICAST #define CONFIG_SELF_CONSCIOUS #define CONFIG_MULTIPLE_TABLES #define CONFIG_ALL_TABLES_AT_ONCE +#define CONFIG_LINUX_MC_MREQN + /* Link: sysdep/linux/netlink Link: sysdep/linux |