diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-26 23:44:54 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-26 23:44:54 +0200 |
commit | 140f03410500420a4b44e62a98896a29c99a2b00 (patch) | |
tree | 2d45a96bd2147ce268b0ac062d681b2a036df059 /sysdep/cf/linux-20.h | |
parent | fe82105e5dc2077c16da802f721160443e0c6fc2 (diff) | |
download | bird-140f03410500420a4b44e62a98896a29c99a2b00.tar bird-140f03410500420a4b44e62a98896a29c99a2b00.zip |
Added CONFIG_AUTO_ROUTES (automatic device route creation) and
CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending
on IFF_MULTICAST flag).
Diffstat (limited to 'sysdep/cf/linux-20.h')
-rw-r--r-- | sysdep/cf/linux-20.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/cf/linux-20.h b/sysdep/cf/linux-20.h index 092ab71..8c06c76 100644 --- a/sysdep/cf/linux-20.h +++ b/sysdep/cf/linux-20.h @@ -9,6 +9,8 @@ #undef CONFIG_TOS #undef CONFIG_MULTIPATH #undef CONFIG_NETLINK +#undef CONFIG_AUTO_ROUTES +#define CONFIG_ALL_MULTICAST /* Link: sysdep/linux |