[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)?
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Jul 2025 12:38:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227450 --- Comment #9 from Zhenlei Huang <zlei@FreeBSD.org> --- (In reply to Koichiro Iwao from comment #8) (In reply to Koichiro Iwao from comment #7) I managed to repeat this issue. This happens when a gif(8) interface is a member of if_bridge(4) , and still has IPv6 address assigned and try to send traffic from this IPv6 address. That is IMO harmless, since we can distinguish IP-IPv6, IPv6-IPv6 and Ether-IPv6 via the ip proto. So I think the asserting ( "unexpectedly called with bridge attached" ) is too strong. Well surely the implementation should be **fixed** to support that. -- You are receiving this mail because: You are the assignee for the bug.