[Bug 1770455] [NEW] wrong mac address on netplan bridge
Paul Gauret
pgauret at yahoo.com
Thu May 10 17:11:52 UTC 2018
Public bug reported:
Trying to configure a bridge with netplan and adding an ethernet
interface to it.
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: true
bridges:
br0:
interfaces: [eno1]
dhcp4: true
parameters:
forward-delay: 0
stp: false
Bridge comes up, however gets a randomly assigned MAC address. Expectation would be that the bridge takes the mac address from the member ethernet interface (eno1 here).
Workaround is to add a "macaddress: xx:xx:xx:xx:xx:xx" parameter to the
bridge definition, manually hard coding the mac address of the member
ethernet interface.
** Affects: nplan (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nplan in Ubuntu.
https://bugs.launchpad.net/bugs/1770455
Title:
wrong mac address on netplan bridge
Status in nplan package in Ubuntu:
New
Bug description:
Trying to configure a bridge with netplan and adding an ethernet
interface to it.
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: true
bridges:
br0:
interfaces: [eno1]
dhcp4: true
parameters:
forward-delay: 0
stp: false
Bridge comes up, however gets a randomly assigned MAC address. Expectation would be that the bridge takes the mac address from the member ethernet interface (eno1 here).
Workaround is to add a "macaddress: xx:xx:xx:xx:xx:xx" parameter to
the bridge definition, manually hard coding the mac address of the
member ethernet interface.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1770455/+subscriptions
More information about the foundations-bugs
mailing list