diff options
author | Martin Mares <mj@ucw.cz> | 1999-05-21 16:29:44 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-05-21 16:29:44 +0200 |
commit | 4b0d57e53120e404e00f7d252119e45288ceeb71 (patch) | |
tree | d7173b72f33c5447ee43786220917a4ea8d48fd5 /sysdep | |
parent | 1c3c9dceb385198199c6c0190f3011d106142b67 (diff) | |
download | bird-4b0d57e53120e404e00f7d252119e45288ceeb71.tar bird-4b0d57e53120e404e00f7d252119e45288ceeb71.zip |
Added CONFIG_MULTIPLE_TABLES whereever appropriate.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/cf/linux-20.h | 1 | ||||
-rw-r--r-- | sysdep/cf/linux-21.h | 1 | ||||
-rw-r--r-- | sysdep/cf/linux-22.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/cf/linux-20.h b/sysdep/cf/linux-20.h index 9d513e2..5fc440c 100644 --- a/sysdep/cf/linux-20.h +++ b/sysdep/cf/linux-20.h @@ -9,6 +9,7 @@ #undef CONFIG_AUTO_ROUTES #define CONFIG_ALL_MULTICAST #undef CONFIG_SELF_CONSCIOUS +#undef CONFIG_MULTIPLE_TABLES #define CONFIG_UNIX_IFACE #define CONFIG_UNIX_SET diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h index f9ad830..34e8183 100644 --- a/sysdep/cf/linux-21.h +++ b/sysdep/cf/linux-21.h @@ -9,6 +9,7 @@ #define CONFIG_AUTO_ROUTES #define CONFIG_ALL_MULTICAST #undef CONFIG_SELF_CONSCIOUS +#undef CONFIG_MULTIPLE_TABLES #define CONFIG_UNIX_IFACE #define CONFIG_UNIX_SET diff --git a/sysdep/cf/linux-22.h b/sysdep/cf/linux-22.h index 53ce67c..0a062dc 100644 --- a/sysdep/cf/linux-22.h +++ b/sysdep/cf/linux-22.h @@ -9,6 +9,7 @@ #define CONFIG_AUTO_ROUTES #define CONFIG_ALL_MULTICAST #define CONFIG_SELF_CONSCIOUS +#define CONFIG_MULTIPLE_TABLES 256 /* Link: sysdep/linux/netlink |