From 140f03410500420a4b44e62a98896a29c99a2b00 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:44:54 +0000 Subject: Added CONFIG_AUTO_ROUTES (automatic device route creation) and CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending on IFF_MULTICAST flag). --- sysdep/cf/linux-20.h | 2 ++ sysdep/cf/linux-21.h | 2 ++ sysdep/cf/linux-v6.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'sysdep/cf') 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 diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h index c810ec1..4883abd 100644 --- a/sysdep/cf/linux-21.h +++ b/sysdep/cf/linux-21.h @@ -9,6 +9,8 @@ #define CONFIG_TOS #define CONFIG_MULTIPATH #define CONFIG_NETLINK +#define CONFIG_AUTO_ROUTES +#define CONFIG_ALL_MULTICAST /* Link: sysdep/linux diff --git a/sysdep/cf/linux-v6.h b/sysdep/cf/linux-v6.h index 21939b8..d4611e6 100644 --- a/sysdep/cf/linux-v6.h +++ b/sysdep/cf/linux-v6.h @@ -11,6 +11,8 @@ #define CONFIG_TOS #define CONFIG_MULTIPATH #define CONFIG_NETLINK +#define CONFIG_AUTO_ROUTES +#define CONFIG_ALL_MULTICAST /* Link: sysdep/linux -- cgit v1.2.3