Network bridge configuration option bridge.hwaddr
should be configurable on a per-member basis
#14548
Labels
Bug
Confirmed to be a bug
Currently, the
bridge.hwaddr
(MAC address) configuration key forbridge
networks may not be used as a member-specific key:❯ lxc network create foo --type=bridge --target=devbox bridge.hwaddr=00:00:00:00:00:00 Error: Config key "bridge.hwaddr" may not be used as member-specific key
As mentioned by @simondeziel in this comment, this configuration option should have
local
scope rather thanglobal
scope, i.e. it should be able to be set on a per-member basis.The text was updated successfully, but these errors were encountered: