CHR 6.43.4 - BUG Bonding 802.3ad + vlan

HI,

i`m trying to configure an bonding with a vlan.

/interface bonding
add mode=802.3ad name=bonding1 slaves=ether4,ether1 transmit-hash-policy=layer-2-and-3

when I create a vlan10 on bonding1

just appears the message " Couldn’t add new interface - could not set mtg (6)"

see the attachment

somebody can help me?

thank you
chr bug vlan bonding.png

Try to set MTU=1492 … VLAN uses extra header with size of 8 bytes and the bond “device” has L2 MTU of 1500 bytes. Or try to increase L2 MTU of bond device if that’s possible.

Show output, interface print and int pr det ?
With a high probability, l2mtu value will be 0.
Due to the lack of a correct value of this parameter l2mtu, it is most likely that it is impossible to create a vlan.