Dear,
I’m creating a more focused topic with a simple question
TLDR;
Q: What the recomended way to prevent a specific interface (in my case, a pppoe ‘parent’ interface) NOT to respond to SLAAC messages and not to assign itself an IPV6 address and configure routes ?
More details
http://forum.mikrotik.com/t/ipv6-macos-intermittent-packet-loss/176678/1 ( this topic is messy, no need to waste you time on my diagnose ramblings)
With the help of kind people on the forum, I managed to find the root cause of my sporadic packet loss: to many routing entries with same prio:
The parent interface of the pppoe session is assigning itself an IPV6 via slaac.
An additional routing entry is also created leading to routing incertainty.
I somehow managed to solve the issue by setting accept-router-advertisements=yes-if-forwarding-disabled
but this leads to the PPPOE interface not assigning itself an IPV6 via slaac.
According to RFC7084 requirement W-1, my router should behave like a “host” for the purpose of SLAAC ( IMHO, it thus should assign itself an address.)
thus my question: What t the “right” way and a more rfc compliant way of preventing the parent interface to assign itself an IPV6 address