[vpp-dev] single gateway showing up in netlink message when dual gateway is configured with ip route command

2022-05-11 Thread magesh parthasarathy
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

[vpp-dev] crash in tcp_bt.c

2021-11-22 Thread magesh parthasarathy
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