Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270618

            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=3D270607 I
encountered this interesting bug again. Its first occurrence is when I was
doing https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270417 .=20

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=3D$( ifconfig epair create )
br=3D$( ifconfig bridge create addm $ep )

ifconfig $br destroy
ifconfig $ep destroy
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270618-227>