app-admin/flannel-wrapper: set MACAddressPolicy=none for flannel

When setting up flannel interfaces, use MACAddressPolicy=none, so that
the MAC Address used is the initial one set by the kernel and not the
one assigned by systemd.

See https://github.com/coreos/flannel/issues/1155 for more information.
This commit is contained in:
Marga Manterola 2020-04-08 14:39:50 +02:00
parent 245e88df4f
commit 6f79c890a6

View File

@ -3,3 +3,4 @@ Name=flannel*
[Link]
Unmanaged=yes
MACAddressPolicy=none