Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is able

to distinguish between our own routes and alien ones.
This commit is contained in:
Martin Mares 1999-04-03 13:00:52 +00:00
parent fe662dfd78
commit 73c7bed168
4 changed files with 4 additions and 0 deletions

View 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

View 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

View 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

View file

@ -9,6 +9,7 @@
#define CONFIG_TOS
#define CONFIG_AUTO_ROUTES
#define CONFIG_ALL_MULTICAST
#define CONFIG_SELF_CONSCIOUS
/*
Link: sysdep/linux/netlink