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: [email protected]
Reporter: [email protected]
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.