Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Assign a random MAC address to the bridge #761

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 18, 2021

  1. Assign a random MAC address to the bridge

    If we don't do this it will adopt the lowest address of an attached
    device, hence change over time.
    
    Remove the previous work-around of getting and setting the random MAC
    that Linux assigned, also getting and setting the TUN address since
    that doesn't change if you set the bridge address.
    bboreham committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    274a4ec View commit details
    Browse the repository at this point in the history
  2. Add context to netlink errors

    Otherwise it just says something like 'invalid argument' and you have to guess what the problem is
    bboreham committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0b3815e View commit details
    Browse the repository at this point in the history