Route Filters v7

Is there any available Route Filter conversion from v6 to v7?

I am currently running v6 and I want to upgrade to v7 and I need help with converting my current filters on v6 to v7. How can I convert the following below

chain=bgp-out-v4 prefix=2.2.2.2/24 invert-match=no action=accept
chain=bgp-out-v4 prefix=!2.2.2.2/24 invert-match=no action=discard

chain=bgp-out-v6 prefix=!xxxx:xxx::/32 invert-match=no action=discard
chain=bgp-out-v6 prefix=!xxxx:xxx::/32 invert-match=no action=discard

Your filters will be converted after the upgrade.
But for differences you can start by checking this article:
https://help.mikrotik.com/docs/display/ROS/Moving+from+ROSv6+to+v7+with+examples#MovingfromROSv6tov7withexamples-RoutingFilters

is there anyone that can share an example of how this should be from version 6 to version 7

chain=bgp-out-v4 prefix=2.2.2.2/24 invert-match=no action=accept
chain=bgp-out-v4 prefix=!2.2.2.2/24 invert-match=no action=discard

This is what I have tried below but my upstream is saying they are not recovering anything from me


/routing filter rule
add chain=bgpoutv4 disabled=no rule=“if (dst in 2.2.2.0/24) { accept }”
add chain=bgpoutv4 disabled=no rule=reject

Also check that you have your route in a address list, default is bgp-networks and that the network is in your routing table