Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267624AbUIUMof (ORCPT ); Tue, 21 Sep 2004 08:44:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267645AbUIUMoe (ORCPT ); Tue, 21 Sep 2004 08:44:34 -0400 Received: from bay-bridge.veritas.com ([143.127.3.10]:56707 "EHLO MTVMIME03.enterprise.veritas.com") by vger.kernel.org with ESMTP id S267624AbUIUMoV convert rfc822-to-8bit (ORCPT ); Tue, 21 Sep 2004 08:44:21 -0400 Date: Tue, 21 Sep 2004 13:44:50 +0100 (BST) From: Tigran Aivazian X-X-Sender: tigran@localhost.localdomain To: =?ISO-8859-2?Q?Tomasz_K=B3oczko?= cc: linux-kernel@vger.kernel.org Subject: Re: RARP support disapeard in kernel 2.6.x ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 27 On Tue, 21 Sep 2004, [ISO-8859-2] Tomasz K?oczko wrote: > [linux-2.6.8.1]$ grep RARP .config Hmmm, you expected the above trivial command to reveal the answer? Besides, it assumes that you do have RARP configured in the kernel. Try this command instead: $ find -name Kconfig | xargs grep -i rarp ./net/ipv4/Kconfig: supplied on the kernel command line or by BOOTP or RARP protocols. ./net/ipv4/Kconfig:config IP_PNP_RARP ./net/ipv4/Kconfig: bool "IP: RARP support" ./net/ipv4/Kconfig: discovered automatically at boot time using the RARP protocol (an ./net/ipv4/Kconfig: here. Note that if you want to use RARP, a RARP server must be ./net/bridge/netfilter/Kconfig: This option adds the ARP match, which allows ARP and RARP header fi The option you are looking for is CONFIG_IP_PNP_RARP. Kind regards Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/