ae339c95d2
Fix #7364 99-default.link - was always in SONiC, but previous systemd (<247) had an issue and it did not work due to issue systemd/systemd#3374. Now systemd 247 works. However, such policy overrides teamd provided mac address which causes teamd netdev to use a random mac address. Therefore, needs to be disabled. Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
8 lines
88 B
SYSTEMD
8 lines
88 B
SYSTEMD
[Match]
|
|
OriginalName=*
|
|
|
|
[Link]
|
|
# Override default systemd policy
|
|
MACAddressPolicy=none
|
|
|