Re: busybox-git: applet: ip neigh - segfaulting

2016-01-14 Thread Curt Brune
Hi Bastian, On Mon Jan 11 13:42, Bastian Bittorf wrote: > git busybox-git on OpenWrt / mips we see crashes when calling > > root@box:~ ip neigh show dev br-mastergate > Segmentation fault > > but this works: > > root@box:~ ip neigh show | grep 'br-mastergate' > 192.168.100.111 dev

Re: busybox-git: applet: ip neigh - segfaulting

2016-01-14 Thread Bastian Bittorf
* Curt Brune [15.01.2016 08:37]: > On my x86 system I can't reproduce this. I created a bridge called > br-mastergate. The ip neigh show dev br-mastergate command works fine. [...] i will debug further this weekend, thanks for your input. bye, bastian

Re: busybox-git: applet: ip neigh - segfaulting

2016-01-14 Thread Ron Yorston
Curt Brune wrote: >Could xll_name_to_index() be corrupting something That rings a bell. Back in October I replaced some of the code in xll_name_to_index with a call to if_nametoindex. Bastian, does it work if you revert commit 8814431? Ron ___