Re: RARP support disapeard in kernel 2.6.x ?

From: Tigran Aivazian
Date: Tue Sep 21 2004 - 07:47:33 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/