0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Added CONFIG_AUTO_ROUTES (automatic device route creation) and

CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending
on IFF_MULTICAST flag).
This commit is contained in:
Martin Mares 1998-05-26 21:44:54 +00:00
parent fe82105e5d
commit 140f034105
3 changed files with 6 additions and 0 deletions

View 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

View 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

View 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