commit | 7e5449c21562f1554d2c355db1ec9d3e4f434288 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Sat Dec 08 00:14:54 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:59 2008 -0800 |
tree | 96e0eede0ade3339b6d4e202f77e4eecf658da4b | |
parent | c35b7e72cd48bc7163b6900fb3689fa54b572bba [diff] |
[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>