Hi
I am trying to configure dual gateways with ip route command.
Ip route show command shows the dual gateway information.
I got a vpp stack that is running. The communication of route entries
between Linux kernel and vpp stack is through netlink messages.
On parsing the netlink message, sent b
We got a crash at the following lines of code in src/vnet/tcp/tcp_bt.c .
The code base is
vpp_1908 branch.
354 /* Find original tx sample and cache flags in case the sample
355 * is freed or the pool moves */
356 bts = bt_lookup_seq (bt, start);
357 bts_flags = bts->flags;
when bt_look