On Tue, 10 Dec 2002 17:02:07 +0100 Lo�c Le Guyader <[EMAIL PROTECTED]> wrote:
> compiler son noyau avec CONFIG_NETLINK et CONFIG_RTNETLINK. Mais je ne > les trouve pas, ni dans mon 2.4.20, ni dans 2.4.18! Je n'ai qu'un > CONFIG_NETLINK_DEV. Il faut un kernel plus r�cent, ca n'est pas encore dans la version stable. Alain # grep -B 3 _NETLINK Documentation/Configure.help # 2.5 tree only IPv6: routing messages via old netlink CONFIG_IPV6_NETLINK -- # 2.5 tree only Kernel/User network link driver CONFIG_NETLINK This driver allows for two-way communication between the kernel and user processes. It does so by creating a new socket family, PF_NETLINK. Over this socket, the kernel can send and receive -- is ignored. Netlink device emulation CONFIG_NETLINK_DEV -- To use this, your host kernel must have support for Ethertap devices. Also, if your host kernel is 2.4.x, it must have CONFIG_NETLINK_DEV configured as Y or M.

