On Sat, Oct 20, 2018 at 2:33 PM Davide Caratti <dcara...@redhat.com> wrote: > > in the following command: > > # tc action add action <c1> random <rand_type> <c2> <rand_param> > > 'goto chain x' is allowed only for c1: setting it for c2 makes the kernel > crash with NULL pointer dereference, since TC core doesn't initialize the > chain handle. > > Signed-off-by: Davide Caratti <dcara...@redhat.com>
Acked-by: Cong Wang <xiyou.wangc...@gmail.com>