Duplicate entries when creating IPv6 addreses

Why does a command like this generates duplicate entries?

/ipv6/address/add address=::/64 eui-64=yes from-pool=ipv6-lan interface=lan

The output of /ipv6/address/print displays to entries:

8  G fd01:1::xxxx:xxxx:xxxx:xxxx/64            ipv6-lan   lan        yes
9 DG fd01:1::xxxx:xxxx:xxxx:xxxx/64                       lan        no

This is reproducable and happens always.

It has been like that for me forever, an extra dynamic address entry is created with the exact same address as the one without the “D” (dynamic) flag that was manually added. But what interesting is that I have 5 manually added entries for 5 interfaces, 4 vlans and 1 WG interfaces, and only one of them gets the extra dynamic entry. This happens to be the first manually added entries (in historical order, not sorted by address) in the /ipv6/address table. The 4 other ones, although configured exactly the same, don’t have this behavior.

The extra entry is harmless though, and you can delete it if it bothers you. But it will reappear when your pool gets a new prefix.

Please report it as a bug at https://help.mikrotik.com/servicedesk/servicedesk

Thanks for letting me know. I just left the entries in as long as they don’t clutter the list too much.


I just did. Thanks!