[vpp-dev] vpp crashes on configuring ip6 route

2020-05-24 Thread chu.penghong
Hello Everyone! When I add/delete ip6 route through cli when ipv6 packets are forwarding, the crash below may occur: (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x7fdfe0b16801 in __GI_abort () at abort.c:79 #2 0x564c45de83ee in os_panic

Re: [vpp-dev] vpp crashes on configuring ip6 route

2020-05-26 Thread Neale Ranns via lists.fd.io
HI, Thanks for the bug report. Here’s the patch: https://gerrit.fd.io/r/c/vpp/+/27270 /neale From: on behalf of "chu.penghong" Date: Monday 25 May 2020 at 05:06 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] vpp crashes on configuring ip6 route Hello Everyone! W