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

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

--- Comment #32 from Dan Kotowski <dan.kotowski@a9development.com> ---
$ curl -4 icanhazip.com ; curl -6 icanhazip.com
73.163.228.147
curl: (7) Couldn't connect to server

$ ifconfig ue0 inet
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
        inet 192.168.1.99 netmask 0xffffff00 broadcast 192.168.1.255

$ ifconfig ue0 inet6
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
        inet6 fe80::21e:c0ff:fee1:2c60%ue0 prefixlen 64 scopeid 0x3
        inet6 2001:470:e35c:REDACTED prefixlen 64
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

$ netstat -6rnW
Routing tables

Internet6:
Destination                       Gateway                       Flags   Nhop#  
 Mtu    Netif Expire
::/96                             ::1                           UGRS        6 
16384      lo0
::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           8  
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           8  
1500      ue0
fe80::21e:c0ff:fee1:2c60%ue0      link#3                        UHS         4 
16384      lo0
ff02::/16                         ::1                           UGRS        6 
16384      lo0

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