[Bug 244002] Kernel panic while trying to read multicast stream

2022-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||crash

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|n...@freebsd.org |hsela...@freebsd.org
 CC||n...@freebsd.org
  Flags||mfc-stable12+,
   ||mfc-stable11+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #24 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Feb 24 09:58:58 UTC 2020
New revision: 358274
URL: https://svnweb.freebsd.org/changeset/base/358274

Log:
  MFC r358013:
  Fix kernel panic while trying to read multicast stream.

  When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set
  for all mbufs being input by the IGMP/MLD6 code. Else there will be a
  NULL-pointer dereference in the netisr code when trying to set the
  VNET based on the incoming mbuf. Add an assert to catch this when
  queueing mbufs on a netisr to make debugging of similar cases easier.

  Found by: Vladislav V. Prodan
  PR:   244002
  Reviewed by:  bz@
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/11/
  stable/11/sys/net/netisr.c
  stable/11/sys/netinet/igmp.c
  stable/11/sys/netinet6/mld6.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #23 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Feb 24 09:57:48 UTC 2020
New revision: 358273
URL: https://svnweb.freebsd.org/changeset/base/358273

Log:
  MFC r358013:
  Fix kernel panic while trying to read multicast stream.

  When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set
  for all mbufs being input by the IGMP/MLD6 code. Else there will be a
  NULL-pointer dereference in the netisr code when trying to set the
  VNET based on the incoming mbuf. Add an assert to catch this when
  queueing mbufs on a netisr to make debugging of similar cases easier.

  Found by: Vladislav V. Prodan
  PR:   244002
  Reviewed by:  bz@
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/12/
  stable/12/sys/net/netisr.c
  stable/12/sys/netinet/igmp.c
  stable/12/sys/netinet6/mld6.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #21 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Feb 17 09:46:33 UTC 2020
New revision: 358013
URL: https://svnweb.freebsd.org/changeset/base/358013

Log:
  Fix kernel panic while trying to read multicast stream.

  When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set
  for all mbufs being input by the IGMP/MLD6 code. Else there will be a
  NULL-pointer dereference in the netisr code when trying to set the
  VNET based on the incoming mbuf. Add an assert to catch this when
  queueing mbufs on a netisr to make debugging of similar cases easier.

  Found by: Vladislav V. Prodan
  PR:   244002
  Reviewed by:  bz@
  MFC after:1 week
  Sponsored by: Mellanox Technologies

Changes:
  head/sys/net/netisr.c
  head/sys/netinet/igmp.c
  head/sys/netinet6/mld6.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #20 from Bjoern A. Zeeb  ---
Comment on attachment 211583
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211583
Patch to solve problem

Looks ok to me (without further context).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #19 from Hans Petter Selasky  ---
Feel free to test it while bz@ is doing review.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #18 from Vladislav V. Prodan  ---
(In reply to Hans Petter Selasky from comment #17)

Does this patch need to be tested too?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org
  Component|bin |kern

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Hans Petter Selasky  changed:

   What|Removed |Added

 Attachment #211532|0   |1
is obsolete||

--- Comment #17 from Hans Petter Selasky  ---
Created attachment 211583
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211583=edit
Patch to solve problem

Update patch according to bz@ suggestions.

Basically the rcvif is only used when VIMAGE is active. But it doesn't hurt to
set it always.

Updated the assert to use VNET_ASSERT().

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #16 from Bjoern A. Zeeb  ---
Comment on attachment 211532
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211532
Patch to solve problem

Why do we only need to do this in the VIMAGE case and not generally?  Is no one
else ever looking at the rcvif otherwise?

Also the KASSERT could at least have a "%s: .. %p", __func__, m  as does the
KASSERT before.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #15 from Vladislav V. Prodan  ---
Thanks.
all works!

#ffmpeg -i udp://@239.2.147.238:1234
...

Input #0, mpegts, from 'udp://@239.2.147.238:1234':
  Duration: N/A, start: 10866.865244, bitrate: N/A
  Program 1
Metadata:
  service_name: Service01
  service_provider: R48
Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B),
yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50
tbc
Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz,
stereo, fltp, 124 kb/s
At least one output file must be specified

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #14 from Vladislav V. Prodan  ---
(In reply to Hans Petter Selasky from comment #13)

I applied this second patch and am building my kernel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|New |In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #12 from Hans Petter Selasky  ---
Hi Bjorn,

IGMP stores the VNET in "m->m_pkthdr.PH_loc.ptr", but the netisr code expects
m->m_pkthdr.rcvif to be valid!

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #13 from Hans Petter Selasky  ---
Created attachment 211532
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211532=edit
Patch to solve problem

Hi,

Can you try this patch for now?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #11 from Vladislav V. Prodan  ---
NULL RCVIF AT:
KDB: stack backtrace:
#0 0x80cc68b7 at kdb_backtrace+0x67
#1 0x80dce6b5 at netisr_queue_src+0x95
#2 0x80dce989 at netisr_dispatch_src+0x69
#3 0x80e80a0c at igmp_v1v2_queue_report+0x15c
#4 0x80e7f4e8 at igmp_change_state+0x328
#5 0x80e8c7d0 at in_joingroup_locked+0x180
#6 0x80e8f137 at inp_setmoptions+0x12a7
#7 0x80ea45af at ip_ctloutput+0x12f
#8 0x80f48b1f at udp_ctloutput+0x13f
#9 0x80d15b56 at sosetopt+0xe6
#10 0x80d1b200 at kern_setsockopt+0xb0
#11 0x80d1b144 at sys_setsockopt+0x24
#12 0x81262df2 at amd64_syscall+0x362
#13 0x8123b8b0 at fast_syscall_common+0x101

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #10 from Vladislav V. Prodan  ---
NULL RCVIF AT:
KDB: stack backtrace:
#0 0x80cc68b7 at kdb_backtrace+0x67
#1 0x80dce6b5 at netisr_queue_src+0x95
#2 0x80dce989 at netisr_dispatch_src+0x69
#3 0x80e7ef19 at igmp_fasttimo+0x9e9
#4 0x80d06904 at pffasttimo+0x54
#5 0x80c9461e at softclock_call_cc+0x13e
#6 0x80c94ad9 at softclock+0x79
#7 0x80c3d6d4 at ithread_loop+0x1d4
#8 0x80c3a5b2 at fork_exit+0x82
#9 0x8123bfce at fork_trampoline+0xe
NULL RCVIF AT:
KDB: stack backtrace:
#0 0x80cc68b7 at kdb_backtrace+0x67
#1 0x80dce6b5 at netisr_queue_src+0x95
#2 0x80dce989 at netisr_dispatch_src+0x69
#3 0x80e7ef19 at igmp_fasttimo+0x9e9
#4 0x80d06904 at pffasttimo+0x54
#5 0x80c9461e at softclock_call_cc+0x13e
#6 0x80c94ad9 at softclock+0x79
#7 0x80c3d6d4 at ithread_loop+0x1d4
#8 0x80c3a5b2 at fork_exit+0x82
#9 0x8123bfce at fork_trampoline+0xe

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #9 from Vladislav V. Prodan  ---
I applied this patch and am building my kernel, not GENERIC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #8 from Hans Petter Selasky  ---
Apply patch like this:

cd /usr/src
cat netisr.diff | patch -p1

make buildkernel
make installkernel
reboot

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #7 from Hans Petter Selasky  ---
Created attachment 211530
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211530=edit
Debug patch

Can you try the attached debug patch, and send the print it generates in dmesg,
if any?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #6 from Vladislav V. Prodan  ---
Created attachment 211529
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211529=edit
My kernel config

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #5 from Vladislav V. Prodan  ---
(In reply to Hans Petter Selasky from comment #4)
No.

The INVARIANTS and INVARIANT_SUPPORT options are not included in my kernel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #4 from Hans Petter Selasky  ---
It looks like m->m_pkthdr.rcvif == NULL.

Is this kernel built with INVARIANTS enabled?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #3 from Vladislav V. Prodan  ---
(In reply to Hans Petter Selasky from comment #2)

Multicast is available through interface re0 and fxp0


# ifconfig
re0: flags=8943 metric 0 mtu
1500
   
options=82099
ether 00:e0:4d:a0:f8:46
inet 10.0.0.1 netmask 0xff00 broadcast 10.0.0.255
inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
inet 10.0.0.19 netmask 0xff00 broadcast 10.0.0.255
inet 10.0.0.22 netmask 0xff00 broadcast 10.0.0.255
inet 10.0.0.21 netmask 0xff00 broadcast 10.0.0.255
inet6 fe80::2e0:4dff:fea0:f846%re0 prefixlen 64 scopeid 0x1
inet6 2001:XXX:XX:XX::5 prefixlen 64
inet6 2001:XXX:XX::5 prefixlen 48
inet6 2001:XXX:XX:XX::2 prefixlen 64
inet6 2001:XXX:XX:XX::7 prefixlen 64
inet6 2001:XXX:XX:XX::8 prefixlen 64
inet6 2001:XXX:XX:XX::21:1 prefixlen 64
inet6 2001:XXX:XX:XX:8693:2a27:a219:6e05 prefixlen 64
inet6 2001:XXX:XX:XX:80ca:f097:df2e:e343 prefixlen 64
inet6 2001:XXX:XX:XX:dca9:45be:ca8:f598 prefixlen 64
inet6 2001:XXX:XX:XX:4dc2:29f4:246a:3954 prefixlen 64
media: Ethernet autoselect (1000baseT )
status: active
nd6 options=21
fxp0: flags=8843 metric 0 mtu 1500
   
options=4219b
ether 00:0e:0c:62:f9:37
inet6 fe80::20e:cff:fe62:f937%fxp0 prefixlen 64 scopeid 0x2
inet XX.XX.XX.236 netmask 0xff00 broadcast XX.XX.XX.255
media: Ethernet autoselect (100baseTX )
status: active
nd6 options=21
em0: flags=8843 metric 0 mtu 1500
   
options=81209b
ether 00:07:e9:89:cf:c1
inet6 fe80::207:e9ff:fe89:cfc1%em0 prefixlen 64 scopeid 0x3
media: Ethernet autoselect (100baseTX )
status: active
nd6 options=21
enc0: flags=0<> metric 0 mtu 1536
groups: enc
nd6 options=21
lo0: flags=8049 metric 0 mtu 16384
options=680003
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet6 2001:XXX:XX:XX:2b0:3a1a:6258:1a08 prefixlen 64
inet6 2001:XXX:XX:XX:70f0:9b24:5e51:ccf9 prefixlen 64
inet6 2001:XXX:XX:XX:8f4:372d:e9b8:92f6 prefixlen 64
inet6 2001:XXX:XX:XX:7eda:9ead:bbcb:c82b prefixlen 64
inet6 2001:XXX:XX:XX:f19c:896b:4ff0:2203 prefixlen 64
inet6 2001:XXX:XX:XX:43a:3a80:49bd:af9a prefixlen 64
inet6 2001:XXX:XX:XX:12f5:89a1:e201:1b prefixlen 64
inet6 2001:XXX:XX:XX:40cc:c1a0:b172:b45a prefixlen 64
inet6 2001:XXX:XX:XX:bc6d:b65e:2896:7f18 prefixlen 64
inet6 2001:XXX:XX:XX:755c:414f:da52:3bc1 prefixlen 64
inet6 2001:XXX:XX:XX:3a85:44a4:f9b4:23ca prefixlen 64
inet6 ::10.0.0.21 prefixlen 128
inet 127.0.0.1 netmask 0xff00
inet 127.0.1.1 netmask 0xff00
groups: lo
nd6 options=21
pflog0: flags=0<> metric 0 mtu 33672
groups: pflog
pfsync0: flags=0<> metric 0 mtu 1500
syncpeer: 0.0.0.0 maxupd: 128 defer: off
groups: pfsync
gif2: flags=8051 metric 0 mtu 1480
description: He.NET
options=8
tunnel inet XX.XX.XX.236 --> 216.66.80.90
inet6 fe80::2e0:4dff:fea0:f846%gif2 prefixlen 64 scopeid 0x8
inet6 2001:XXX:XX:XX::2 --> 2001:XXX:XX:XX::1 prefixlen 128
groups: gif
nd6 options=21
ng0: flags=88d1 metric 0 mtu
1494
inet 10.0.1.1 --> 10.0.2.48 netmask 0x
inet6 fe80::2e0:4dff:fea0:f846%ng0 prefixlen 64 scopeid 0x9
nd6 options=21

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #2 from Hans Petter Selasky  ---
What is the output from "ifconfig" before running this test?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org
   Keywords||panic

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"