@
keyfunc ```
# 2025-04-14 15:58:29 by RouterOS 7.18.2
# software id = TI09-7WK3
#
/ipv6 dhcp-client
add disabled=yes interface=pppoe-out1 pool-name=IPV6 pool-prefix-length=56 request=prefix use-peer-dns=no validate-server-duid=no
/ipv6 firewall filter
add action=accept chain=input comment="Allow DHCPv6 client" dst-port=546 protocol=udp
add action=accept chain=input comment="Allow ICMPv6" protocol=icmpv6
add action=accept chain=input comment="Accept DHCPv6 client prefix delegation" dst-port=546 protocol=udp src-address=fe80::/10
/ipv6 settings
set accept-router-advertisements=yes
```