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:
parent
fe82105e5d
commit
140f034105
3 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#undef CONFIG_TOS
|
||||
#undef CONFIG_MULTIPATH
|
||||
#undef CONFIG_NETLINK
|
||||
#undef CONFIG_AUTO_ROUTES
|
||||
#define CONFIG_ALL_MULTICAST
|
||||
|
||||
/*
|
||||
Link: sysdep/linux
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
#define CONFIG_TOS
|
||||
#define CONFIG_MULTIPATH
|
||||
#define CONFIG_NETLINK
|
||||
#define CONFIG_AUTO_ROUTES
|
||||
#define CONFIG_ALL_MULTICAST
|
||||
|
||||
/*
|
||||
Link: sysdep/linux
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#define CONFIG_TOS
|
||||
#define CONFIG_MULTIPATH
|
||||
#define CONFIG_NETLINK
|
||||
#define CONFIG_AUTO_ROUTES
|
||||
#define CONFIG_ALL_MULTICAST
|
||||
|
||||
/*
|
||||
Link: sysdep/linux
|
||||
|
|
Loading…
Reference in a new issue