Re: [PATCH net-next 2/3] net: Add FIB table id to rtable

2015-09-16 Thread Simon Horman
[Cc: linux...@vger.kernel.org] On Tue, Sep 15, 2015 at 12:01:59PM -0700, David Miller wrote: > From: David Ahern > Date: Wed, 2 Sep 2015 13:58:35 -0700 > > > Add the FIB table id to rtable to make the information available for > > IPv4 as it is for IPv6. > > > > Signed-off-by: David Ahern >

Re: [PATCH net-next 2/3] net: Add FIB table id to rtable

2015-09-15 Thread David Miller
From: David Ahern Date: Wed, 2 Sep 2015 13:58:35 -0700 > Add the FIB table id to rtable to make the information available for > IPv4 as it is for IPv6. > > Signed-off-by: David Ahern Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majo

[PATCH net-next 2/3] net: Add FIB table id to rtable

2015-09-02 Thread David Ahern
Add the FIB table id to rtable to make the information available for IPv4 as it is for IPv6. Signed-off-by: David Ahern --- drivers/net/vrf.c | 2 ++ include/net/route.h | 2 ++ net/ipv4/route.c| 8 net/ipv4/xfrm4_policy.c | 1 + 4 files changed, 13 insertions(+) diff

[PATCH net-next 2/3] net: Add FIB table id to rtable

2015-09-02 Thread David Ahern
Add the FIB table id to rtable to make the information available for IPv4 as it is for IPv6. Signed-off-by: David Ahern --- drivers/net/vrf.c | 2 ++ include/net/route.h | 2 ++ net/ipv4/route.c| 8 net/ipv4/xfrm4_policy.c | 1 + 4 files changed, 13 insertions(+) diff