Le 07/04/2021 à 08:23, Reco a écrit :
Hi.
On Tue, Apr 06, 2021 at 06:41:21PM +0200, Erwan David wrote:
At boot, interface bond0.4011 is created and immediately renamed rename12.
How Am I a supposed to have this working ?
By disabling problematic renaming of course:
cat > /etc/systemd/network/00-vlan.link << EOF
[Match]
Type=vlan
[Link]
NamePolicy=kernel
MACAddressPolicy=none
EOF
update-initramfs -k all -u
Thanks, I'll go this way
Is it a bug in ifrename ?
No, it's just systemd-udevd trying to assign a Predictable™ Network
Interface name to your interface and fails.
Reco
It seems to there is a bug somewhere since /etc/network/interfaces does
not work.