[Bug 258057] muge(4) crashes with large tx batches

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Oct 2021 16:51:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258057

--- Comment #33 from Dan Kotowski <dan.kotowski@a9development.com> ---
At boot, everything working:

$ netstat -6rnW
Routing tables

Internet6:
Destination                       Gateway                       Flags   Nhop#  
 Mtu    Netif Expire
::/96                             ::1                           UGRS        6 
16384      lo0
default                           2001:470:e35c:1::1            UGS         7  
1500      ue0
::1                               link#1                        UHS         1 
16384      lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        6 
16384      lo0
2001:470:e35c:1::/64              link#3                        U           5  
1500      ue0
2001:470:e35c:1:REDACTED link#3                      UHS         4  16384     
lo0
fe80::/10                         ::1                           UGRS        6 
16384      lo0
fe80::%lo0/64                     link#1                        U           3 
16384      lo0
fe80::1%lo0                       link#1                        UHS         2 
16384      lo0
fe80::%ue0/64                     link#3                        U           5  
1500      ue0
fe80::21e:c0ff:fee1:2c60%ue0      link#3                        UHS         4 
16384      lo0
ff02::/16                         ::1                           UGRS        6 
16384      lo0

It looks like it loses the default v6 route for some reason and never recovers
it?

-- 
You are receiving this mail because:
You are the assignee for the bug.