> > The test recently added accesses to lpm->tbl8[ip >> 8] with is much larger > > than > > the size of the table, causing a crash of the test application. > > > > Fix this typo by replacing tbl8 by tbl24. > > > > Fixes: 231fa88ed522 ("app/test: verify LPM tbl8 recycle") > > > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > Acked-by: Wei Dai <wei.dai at intle.com>
Applied, thanks