Re: [kbuild-all] [PATCH net-next] net: Lookup actual route when oif is VRF device

2015-10-11 Thread Fengguang Wu
Hi David, On Mon, Oct 05, 2015 at 12:10:12PM -0600, David Ahern wrote: > On 10/5/15 12:01 PM, kbuild test robot wrote: > >Hi David, > > > >[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please > >ignore] > > > > net-next patches can *not* be applied to Linus' tree. If you are

Re: [PATCH net-next] net: Lookup actual route when oif is VRF device

2015-10-07 Thread David Miller
From: David Ahern Date: Mon, 5 Oct 2015 10:49:04 -0700 > If the user specifies a VRF device in a get route query the custom route > pointing to the VRF device is returned: > > $ ip route ls table vrf-red > unreachable default > broadcast 10.2.1.0 dev eth1 proto kernel scope link

Re: [PATCH net-next] net: Lookup actual route when oif is VRF device

2015-10-05 Thread David Ahern
On 10/5/15 12:01 PM, kbuild test robot wrote: Hi David, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] net-next patches can *not* be applied to Linus' tree. If you are going to run the build bot for patches submitted to netdev, please be sure to apply those

Re: [PATCH net-next] net: Lookup actual route when oif is VRF device

2015-10-05 Thread kbuild test robot
Hi David, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x002-201540 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): In

[PATCH net-next] net: Lookup actual route when oif is VRF device

2015-10-05 Thread David Ahern
If the user specifies a VRF device in a get route query the custom route pointing to the VRF device is returned: $ ip route ls table vrf-red unreachable default broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 10.2.1.0/24 dev eth1 proto kernel scope link src 1