Cannot talk to rtnetlink: Message too long

Hello
I have some problem with adding traffic-policy (limiter and shaper) ruls.
My network
bgp router edge01 bond2.yyy —> Internet exchange local operator
bgp router edge01 bond2.xxx —> global bgp neighbor
bgp router edge01 bond1.xxx —> my network 8x.xxx.xxx.x/21
My network 8x.xxx.xxx.x/21 separated to 96 vlans
I made decision to limit incoming and egress traffic at this interface bond2.xxx
When i added my traffic-policy rules i got a problem

set traffic-policy limiter BAND-IN class 16xx bandwidth ‘100mbit’
set traffic-policy limiter BAND-IN class 16xx match 16xx vif ‘16xx’
set traffic-policy limiter BAND-IN default bandwidth ‘10gbit’
set traffic-policy shaper BAND-OUT class 16xx bandwidth ‘100mbit’
set traffic-policy shaper BAND-OUT class 16xx match 16xx vif ‘16xx’
set traffic-policy shaper BAND-OUT default bandwidth ‘10gbit’

I have problem like this
EDGE01# commit
[ traffic-policy limiter BAND-IN ]
Cannot talk to rtnetlink: Message too long
Command failed -:1
qdisc add dev bond2.xxx handle ffff: ingress
filter add dev bond2.xxx parent ffff: prio 255 protocol all basic action police rate 20000000000 conform-exceed drop burst 15k flowid ffff:a00
filter add dev bond2.xxx parent ffff: prio 20 protocol all basic match meta(vlan mask 0xfff eq XXXX ) action police rate 20000000 conform-

[[traffic-policy]] failed
Commit failed
[edit]

Have you any ideas about this?

If you are sure that this is a bug, you can consider submitting a bug report on https://phabricator.vyos.net

Thank you for answer.
Maybe someone else had a similar problem and its solution