I only use a subset of the DHCPv6 delegated prefix. For packets towards all unused subnets I want the following rules:
- Silently drop packets from WAN
- Reject with ICMPv6 unreachable packets from LAN
Since the prefix may change (advertised lifetime is only about 90min) and re-allocation by RouterOS is somewhat arbitrary I'm not quite sure how to approach this problem. My current thoughts are that if I had a dynamic address-list of all unused subnets I could add corresponding firewall rules via out-interface-list matcher. Or I could add a routing mark and then have route filter / policed route.