Can someone help me to set up a bond interface from 2 vlans using teamd daemon.
This is how i'm trying to do:
# ip link add link eth1 name vlan50 type vlan id 50
# ip link add link eth2 name vlan60 type vlan id 60
But, when i'm trying to add port on bond interface, i'm receiving an error:
# teamdctl team0 port add vlan50
vlan50: Adding port (found ifindex "15").
vlan50: Failed to add port (Invalid argument).
# teamd --version
teamd 1.27
Thank's.