]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added CONFIG_AUTO_ROUTES (automatic device route creation) and
authorMartin Mares <mj@ucw.cz>
Tue, 26 May 1998 21:44:54 +0000 (21:44 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 26 May 1998 21:44:54 +0000 (21:44 +0000)
CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending
on IFF_MULTICAST flag).

sysdep/cf/linux-20.h
sysdep/cf/linux-21.h
sysdep/cf/linux-v6.h

index 092ab71f776a7d5694aeca97282226b0268584ba..8c06c7632c9f86d3597426b09c55a70d6cafd36a 100644 (file)
@@ -9,6 +9,8 @@
 #undef CONFIG_TOS
 #undef CONFIG_MULTIPATH
 #undef CONFIG_NETLINK
+#undef CONFIG_AUTO_ROUTES
+#define CONFIG_ALL_MULTICAST
 
 /*
 Link: sysdep/linux
index c810ec1a5cff213c89e2cbc536a959925fb766eb..4883abdab1b9fa1904c0f4c3c245cd41514f619d 100644 (file)
@@ -9,6 +9,8 @@
 #define CONFIG_TOS
 #define CONFIG_MULTIPATH
 #define CONFIG_NETLINK
+#define CONFIG_AUTO_ROUTES
+#define CONFIG_ALL_MULTICAST
 
 /*
 Link: sysdep/linux
index 21939b8623ffc46ccd6cca576cfa11d3314bc43e..d4611e6d7c2e950c312e95402bbc1a9c34c27bd3 100644 (file)
@@ -11,6 +11,8 @@
 #define CONFIG_TOS
 #define CONFIG_MULTIPATH
 #define CONFIG_NETLINK
+#define CONFIG_AUTO_ROUTES
+#define CONFIG_ALL_MULTICAST
 
 /*
 Link: sysdep/linux