[Bug 227450] [patch] Should not all packets processed by gif_output be deleted, when an running instance of if_gif(4) is member of an instance of if_bridge(4)?
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227450 Koichiro Iwao <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |[email protected], | |[email protected] Status|Closed |Open --- Comment #3 from Koichiro Iwao <[email protected]> --- Hi, I found this broke ethernet over IPv6 when I was testing a fix for bug 280736. - https://reviews.freebsd.org/D51297 gif_output() may be called due to internal behavior of IPv6 stack when the outer protocol of the tunnel is IPv6. So the kernel should not panic in such cases. Proposed fix is here: - https://reviews.freebsd.org/D51352 -- You are receiving this mail because: You are the assignee for the bug.