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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770455

Title:
  wrong mac address on netplan bridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1770455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to