[bug?] IPv6 rebind

Questions related to general functionality
Post Reply
yanecisco
Posts: 3
Joined: 09 Dec 2018, 21:58

[bug?] IPv6 rebind

Post by yanecisco »

Hello,
currently MikroTik as PPPoE client while reconecting to PPPoE (restarting accel-pppd for example) sends DHCPv6 REBIND messages. This accel ignores and silently drops it at all because it doesn't know that client (ipv6/dhcpv6.c: dhcpv6_recv_rebind ... if (!pd->clientid) ... return).

I think that is wrong.

It would respond with some reply (and install ipv6 routes) OR deny that (not sure which is RFC compliant).
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: [bug?] IPv6 rebind

Post by dimka88 »

Hello, can you try patch https://raw.githubusercontent.com/Dmitr ... _ipv6.diff authot @themiron (Vladislav Grishenko).
RFC link https://tools.ietf.org/html/rfc8415#section-18.3.5
Post Reply