Re: [PATCH] net: make routing work after dhcp command

2018-10-15 Thread Andrey Smirnov
On Mon, Oct 15, 2018 at 2:26 AM Antony Pavlov wrote: > > At the moment only ifup stuff turns netif up. > After the commit f0624a701513 ('net: Do not route traffic > to interfaces that are not up') the dhcp command > keeps netif->ifup == false and network subsystem > can't route packets. > I am

[PATCH] net: make routing work after dhcp command

2018-10-15 Thread Antony Pavlov
At the moment only ifup stuff turns netif up. After the commit f0624a701513 ('net: Do not route traffic to interfaces that are not up') the dhcp command keeps netif->ifup == false and network subsystem can't route packets. How to repropduce the problem on qemu-malta_defconfig: