Route filter for BGP not working v7.1 beta 6

Route filter for BGP not working in v7.1 beta 6
[kalpak@MikroTik] /routing/filter/rule> print
Flags: X - disabled, I - inactive
0 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:8f02:2110::/44])
then={ action accept }

1 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:8f02:2110::/46])
then={ action accept }

2 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:8f02:2114::/46])
then={ action accept }

3 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:8f02:2118::/46])
then={ action accept }

4 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:8f02:211c::/46])
then={ action accept }

5 chain=secureshit-out
rule= if ([protocol static ] || [prfx value=dst2a0e:46c4:2c00::/44])
I have added blackhole route yet it doesn’t export any router. ipv6 route print doesn’t give any output. Opened a ticket with support.rif for ipv6 route print issue.

kalpak@MikroTik] /routing/bgp/connection> print
Flags: D - dynamic, X - disabled, I - inactive
0 name=“secureshit-v6”
remote.address=2a09:4c0:57e0:43::1 .as=58057
local.address=2a09:4c0:57e0:43::2 .role=ebgp
connect=yes listen=yes routing-table=main router-id=main templates=ipv6-ebgp as=213326 address-families=ipv6
output.filter=secureshit-out .network=“”

I haven’t done much with the new routing filters, but could the issue have to do with output.network=“”?

Problem is not with actual filters. To redistribute static routes now you need to enable redistribution in connection settings.
And set up routing filter selection chain and set it as output.filter

Now I see routes being advertised but is there anyway to see which ones are being advertised from mikrotik? BTW I have updated the support ticket.