V7.22.1 [stable] is released!

Simple Queue does not properly limit upload traffic when using target interface inside a VRF in RouterOS 7.22.1. Download is limited correctly, but upload bypasses the queue.

# 2026-03-24 18:40:32 by RouterOS 7.22.1
# system id = +3uf3bBqzBA
#
/interface ethernet
set [ find default-name=ether1 ] comment="*** WAN ***" disable-running-check=\
    no
set [ find default-name=ether2 ] comment="*** To R2 ***" \
    disable-running-check=no
set [ find default-name=ether3 ] disable-running-check=no
set [ find default-name=ether4 ] disable-running-check=no
/ip vrf
add interfaces=ether1,ether2 name=VRF-INTERNET
/queue simple
add max-limit=100k/100k name=CUSTOMER target=ether2
/ip address
add address=192.168.0.1/30 comment="*** To R2 ***" interface=ether2 network=\
    192.168.0.0
add address=10.1.0.5/24 interface=ether1 network=10.1.0.0
/ip firewall nat
add action=src-nat chain=srcnat src-address=192.168.0.0/30 to-addresses=\
    10.1.0.5
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.1.0.1 routing-table=main \
    vrf-interface=VRF-INTERNET
/system identity
set name=R1