]> git.proxmox.com Git - ifupdown2.git/commit
patch: fix bond mac address at boot.
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 1 Sep 2023 09:12:31 +0000 (11:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Sep 2023 14:18:45 +0000 (16:18 +0200)
commita1a0ee382869f52b66ab67b237138b0375183a9e
treecd74990df3acc702507a9d70d49a5451c4abf574
parentf18921bd18d4c2bf5f7cbbe79af1b0d7cdb71495
patch: fix bond mac address at boot.

since systemd v241, like for bridge, the bond mac is setup randomly at
boot, instead inherit from first slave.

Then, on next ifreload, ifupdown2 was already fixing it, but with an
down/up of the bond (with potentials impact on the network).

This patch have been sent upstream:
https://github.com/CumulusNetworks/ifupdown2/pull/270

This patch is applying fine too for ifupdown2 for proxmox7

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/series
debian/patches/upstream/0001-fix-bond-mac.patch [new file with mode: 0644]