Search found 3 matches

by yanecisco
18 Jun 2019, 23:20
Forum: General
Topic: [bug?] IPv6 rebind
Replies: 1
Views: 2855

[bug?] IPv6 rebind

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 th...
by yanecisco
10 Dec 2018, 10:05
Forum: PPPoE
Topic: interfaces in config
Replies: 3
Views: 1919

Re: interfaces in config

Thank you for fast reply!

I know about regular expressions, but we need to add/remove specific VLAN interfaces (but not all), so regexp is not usable for us.

How hard is implement "dynamic" interfaces based on config reload? :-)
by yanecisco
09 Dec 2018, 22:05
Forum: PPPoE
Topic: interfaces in config
Replies: 3
Views: 1919

interfaces in config

Hello,
we would like have defined all PPPoE interfaces in config file and reload whole daemon when adding/removing interfaces. But that is not working (current GIT build). It is bug or feature?

...yes, I know there is cmd interface to add/remove interfaces runtime and thats works fine.