Re: [PATCH] ipv4: Export rtm_ipv4_policy.

2017-07-04 Thread Roopa Prabhu
On Tue, Jul 4, 2017 at 7:18 AM, David Miller wrote: > > The MPLS code now needs it. > > Fixes: 397fc9e5cefe ("mpls: route get support") > Signed-off-by: David S. Miller > --- Sorry david. Just saw this. It was a cut-copy-paste error. It should be the

[PATCH] ipv4: Export rtm_ipv4_policy.

2017-07-04 Thread David Miller
The MPLS code now needs it. Fixes: 397fc9e5cefe ("mpls: route get support") Signed-off-by: David S. Miller --- net/ipv4/fib_frontend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index 4e678fa..1b5860f 100644 ---