bridge-utils all-regex does not capture network devices
Bug #1686058 reported by
rainer z
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bridge-utils (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
from bridge-
bridge-ports
...
Specifying "all" is short for "regex eth.* em.* p[0-9].* noregex" and will get all the ethX and
biosdevname-format (emX and pX) interfaces added to the bridge.
This will NOT capture device names like enp* and network init will hang.
#######
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
bridge-utils:
Installed: 1.5-9ubuntu2
Candidate: 1.5-9ubuntu2
Version table:
*** 1.5-9ubuntu2 500
500 http://
100 /var/lib/
To post a comment you must log in.
i literally installed the os and the package, threw this in /etc/network/ interfaces :
auto br0
bridge_ ports all
iface br0 inet dhcp
and rebooted.
Then spent half an hour figuring this out.