Re: Bpqether broken in 4.1

2015-07-02 Thread Ralf Baechle
On Thu, Jul 02, 2015 at 04:03:07PM -0500, Eric W. Biederman wrote: > > Eric's Commit 1d5da757da860a6916adbf68b09e868062b4b3b8 (ax25: Stop using > > magic neighbour cache operations.) breaks IP traffic over the AX.25 bpqether > > driver. > > Sigh. NETIF_F_LLTX is not set so recursion does not wor

Re: Bpqether broken in 4.1

2015-07-02 Thread Eric W. Biederman
Ralf Baechle writes: > Eric's Commit 1d5da757da860a6916adbf68b09e868062b4b3b8 (ax25: Stop using > magic neighbour cache operations.) breaks IP traffic over the AX.25 bpqether > driver. Sigh. NETIF_F_LLTX is not set so recursion does not work :( So we can either set NETIF_F_LLTX or just rever t