diff options
Diffstat (limited to 'sysdep/cf')
-rw-r--r-- | sysdep/cf/README | 1 | ||||
-rw-r--r-- | sysdep/cf/bsd.h | 1 | ||||
-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 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sysdep/cf/README b/sysdep/cf/README index a344275..b278fc5 100644 --- a/sysdep/cf/README +++ b/sysdep/cf/README @@ -8,6 +8,7 @@ CONFIG_ALL_TABLES_AT_ONCE Kernel scanner wants to process all tables at once CONFIG_UNIX_IFACE Use Unix interface scanner CONFIG_UNIX_SET Use Unix route setting +CONFIG_UNIX_DONTROUTE Use setsockopts DONTROUTE (undef for *BSD) CONFIG_LINUX_SCAN Use Linux /proc/net/route scanner CONFIG_ALL_MULTICAST krt-iface: All devices support multicasting (i.e., ignore IFF_MULTICAST) diff --git a/sysdep/cf/bsd.h b/sysdep/cf/bsd.h index cfce773..f147506 100644 --- a/sysdep/cf/bsd.h +++ b/sysdep/cf/bsd.h @@ -12,6 +12,7 @@ #undef CONFIG_UNIX_IFACE #undef CONFIG_UNIX_SET +#undef CONFIG_UNIX_DONTROUTE #define CONFIG_ALL_MULTICAST #define CONFIG_UNNUM_MULTICAST diff --git a/sysdep/cf/linux-20.h b/sysdep/cf/linux-20.h index 5c6a237..247f0f1 100644 --- a/sysdep/cf/linux-20.h +++ b/sysdep/cf/linux-20.h @@ -12,6 +12,7 @@ #define CONFIG_UNIX_IFACE #define CONFIG_UNIX_SET +#define CONFIG_UNIX_DONTROUTE #define CONFIG_LINUX_SCAN #define CONFIG_LINUX_MC_MREQ_BIND diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h index 17882c8..57ae796 100644 --- a/sysdep/cf/linux-21.h +++ b/sysdep/cf/linux-21.h @@ -12,6 +12,7 @@ #define CONFIG_UNIX_IFACE #define CONFIG_UNIX_SET +#define CONFIG_UNIX_DONTROUTE #define CONFIG_LINUX_SCAN #define CONFIG_LINUX_MC_MREQN diff --git a/sysdep/cf/linux-22.h b/sysdep/cf/linux-22.h index 52a4681..f362943 100644 --- a/sysdep/cf/linux-22.h +++ b/sysdep/cf/linux-22.h @@ -12,6 +12,7 @@ #define CONFIG_ALL_TABLES_AT_ONCE #define CONFIG_LINUX_MC_MREQN +#define CONFIG_UNIX_DONTROUTE /* Link: sysdep/linux/netlink |