]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv6/route.c
[IPV6]: route6 remove ifdef for fib_rules
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Sat, 8 Dec 2007 08:14:54 +0000 (00:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:59 +0000 (14:56 -0800)
commit7e5449c21562f1554d2c355db1ec9d3e4f434288
tree96e0eede0ade3339b6d4e202f77e4eecf658da4b
parentc35b7e72cd48bc7163b6900fb3689fa54b572bba
[IPV6]: route6 remove ifdef for fib_rules

The patch defines the usual static inline functions when the code is
disabled for fib6_rules. That's allow to remove some ifdef in route.c
file and make the code a little more clear.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/route.c