Re: [PATCH] inet: Move VRF table lookup to inlined function

2015-08-17 Thread David Miller
From: David Ahern d...@cumulusnetworks.com Date: Sun, 16 Aug 2015 17:13:27 -0600 Table lookup compiles out when VRF is not enabled. Signed-off-by: David Ahern d...@cumulusnetworks.com Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

[PATCH] inet: Move VRF table lookup to inlined function

2015-08-16 Thread David Ahern
Table lookup compiles out when VRF is not enabled. Signed-off-by: David Ahern d...@cumulusnetworks.com --- include/net/vrf.h | 24 net/ipv4/af_inet.c | 10 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/include/net/vrf.h b/include/net/vrf.h