Date: Mon, 03 Apr 2023 08:57:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270618] ifconfig: BRDGADD epair0a: Device not configured Message-ID: <bug-270618-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270618 Bug ID: 270618 Summary: ifconfig: BRDGADD epair0a: Device not configured Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: zlei@FreeBSD.org While repeating https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270607 I encountered this interesting bug again. Its first occurrence is when I was doing https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270417 . When clone creating if_bridge(4), ifconfig will fail with `Device not configured` if the device unit number of bridge is not provided. Scripts to repeat: ``` #!/bin/sh ep=$( ifconfig epair create ) br=$( ifconfig bridge create addm $ep ) ifconfig $br destroy ifconfig $ep destroy ``` -- 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-270618-227>
