]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is able
authorMartin Mares <mj@ucw.cz>
Sat, 3 Apr 1999 13:00:52 +0000 (13:00 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 3 Apr 1999 13:00:52 +0000 (13:00 +0000)
to distinguish between our own routes and alien ones.

sysdep/cf/README
sysdep/cf/linux-20.h
sysdep/cf/linux-21.h
sysdep/cf/linux-22.h

index c35ffe57f989688c156112ca8de4c7673f31fd80..eb8ac340649aafc9ced160df1c5ee7d497776bb6 100644 (file)
@@ -4,6 +4,7 @@ Available configuration variables:
 CONFIG_TOS             Routing by TOS supported
 CONFIG_AUTO_ROUTES     Device routes are added automagically by the kernel
 CONFIG_ALL_MULTICAST   All devices support multicasting (i.e., ignore IFF_MULTICAST)
+CONFIG_SELF_CONSCIOUS  We're able to recognize whether route was installed by us
 
 CONFIG_UNIX_IFACE      Use Unix interface scanner
 CONFIG_UNIX_SET                Use Unix route setting
index 75f12ac959614ea00e87c135babfd64e36843cc5..c816f942dfcc180f1600e7ffcced5bc84442622a 100644 (file)
@@ -9,6 +9,7 @@
 #undef CONFIG_TOS
 #undef CONFIG_AUTO_ROUTES
 #define CONFIG_ALL_MULTICAST
+#undef CONFIG_SELF_CONSCIOUS
 
 #define CONFIG_UNIX_IFACE
 #define CONFIG_UNIX_SET
index f5efe4ddebc3d3eeff3661b06c6ed0d57a189f4d..3a46f87541e8d5604886e1579e530b225f282796 100644 (file)
@@ -9,6 +9,7 @@
 #undef CONFIG_TOS
 #define CONFIG_AUTO_ROUTES
 #define CONFIG_ALL_MULTICAST
+#undef CONFIG_SELF_CONSCIOUS
 
 #define CONFIG_UNIX_IFACE
 #define CONFIG_UNIX_SET
index 966fb7cd5ef7048b650412186085f56654ddf8fa..a76cb1bbb26672e4fb6554a6fcebab6b979b4571 100644 (file)
@@ -9,6 +9,7 @@
 #define CONFIG_TOS
 #define CONFIG_AUTO_ROUTES
 #define CONFIG_ALL_MULTICAST
+#define CONFIG_SELF_CONSCIOUS
 
 /*
 Link: sysdep/linux/netlink