Date: Mon, 26 Apr 2021 19:28:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 255430] ng_bridge don't sends broadcast packet to first found link in case of error in other links Message-ID: <bug-255430-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255430 Bug ID: 255430 Summary: ng_bridge don't sends broadcast packet to first found link in case of error in other links Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: dpslavov@hotmail.com Created attachment 224454 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224454&action=edit ng_bridge.c patch When for some reason (including legitimate) sending manycast (in my case DHCP reply broadcast) packet to one of multiple links of ng_bridge fails (for example eiface is administratively brought down) the original packet isn't send via first found link. This makes no sense for me as other links are tolerated for errors. Attached patch changes this behavior as send the packet to all links and keeps the logic to return the last seen error. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255430-227>
