Oh Hardy the file /etc/network/if-pre-up.d/vlan contains a hook for
setting the hardware address of the interface:

# This is not vlan specific, and should actually go somewhere else.
if [ -n "$IF_HW_MAC_ADDRESS" ]; then
    ip link set $IFACE address $IF_HW_MAC_ADDRESS
fi

But unforunately this doesn't work because $IF_HW_MAC_ADDRESS is not set
anywhere.

-- 
can't set hardware address in /etc/network/interfaces 
https://bugs.launchpad.net/bugs/109725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to