Removing the second route makes thinks works instantly. So I added a script to the dhcpv6-client.
Does someone have a clue, why two routes are created and what the 'v - vpn' on the problematic route means?
Here is what my routes look like on Winbox:
Code: Select all
Day+ ::/0 1
Dad+ ::/0 1
On CLI:
Code: Select all
Flags: D - dynamic; X - disabled, I - inactive, A - active;
c - connect, s - static, r - rip, b - bgp, o - ospf, d - dhcp, v - vpn, m - modem, y - copy; H - hw-offloaded; + - ecmp
# DST-ADDRESS GATEWAY DISTANCE
DAd + ::/0 fe80::9ecc:83ff:fecb:... 1
DAv + ::/0 TELEKOM 1
For now if I add a script to the DHCPv6-client that removes the second route after each release:
Code: Select all
:if ($"pd-valid" = 0) do= {
/log info ("DHCP-TELEKOM: unbound IPv6 prefix $"pd-prefix"")
/ipv6 route remove [find gateway=TELEKOM vpn=yes]
}