* [RFC][PATCH] Get rid of dead code in net/ipv4/fib_semantics.c
@ 2007-07-31 20:36 Michal Piotrowski
0 siblings, 0 replies; only message in thread
From: Michal Piotrowski @ 2007-07-31 20:36 UTC (permalink / raw)
To: Andrew Morton, Alexey Kuznetsov, Netdev, LKML
Hi,
File /home/devel/linux-rdc/net/ipv4/fib_semantics.c line 525
Unknown CONFIG option! CONFIG_IP_ROUTE_PERVASIVE
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
--- linux-rdc-clean/net/ipv4/fib_semantics.c 2007-07-31 17:17:31.000000000 +0200
+++ linux-rdc/net/ipv4/fib_semantics.c 2007-07-31 18:22:54.000000000 +0200
@@ -522,10 +522,6 @@ static int fib_check_nh(struct fib_confi
if (nh->nh_gw) {
struct fib_result res;
-#ifdef CONFIG_IP_ROUTE_PERVASIVE
- if (nh->nh_flags&RTNH_F_PERVASIVE)
- return 0;
-#endif
if (nh->nh_flags&RTNH_F_ONLINK) {
struct net_device *dev;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-31 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 20:36 [RFC][PATCH] Get rid of dead code in net/ipv4/fib_semantics.c Michal Piotrowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).