diff options
Diffstat (limited to 'net/ipv4/fib_frontend.c')
| -rw-r--r-- | net/ipv4/fib_frontend.c | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index 81f85716a89..7a31194ec63 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -169,10 +169,6 @@ static inline unsigned int __inet_dev_addr_type(struct net *net,  	if (ipv4_is_multicast(addr))  		return RTN_MULTICAST; -#ifdef CONFIG_IP_MULTIPLE_TABLES -	res.r = NULL; -#endif -  	local_table = fib_get_table(net, RT_TABLE_LOCAL);  	if (local_table) {  		ret = RTN_UNICAST; @@ -934,10 +930,6 @@ static void nl_fib_lookup(struct fib_result_nl *frn, struct fib_table *tb)  		.flowi4_scope = frn->fl_scope,  	}; -#ifdef CONFIG_IP_MULTIPLE_TABLES -	res.r = NULL; -#endif -  	frn->err = -ENOENT;  	if (tb) {  		local_bh_disable();  |