Re: [systemd-devel] Router Advertisement in systemd

2018-11-05 Thread Daniel Wang
Thank you. On Mon, Nov 5, 2018 at 11:36 AM Lennart Poettering wrote: > > On Mo, 05.11.18 11:09, Daniel Wang ([email protected]) wrote: > > > Hi all, > > > > Recently I realized that systemd-networkd implements its own Router > > Advertisement and NDISC. While I am perfectly fine with using it,

Re: [systemd-devel] Router Advertisement in systemd

2018-11-05 Thread Lennart Poettering
On Mo, 05.11.18 11:09, Daniel Wang ([email protected]) wrote: > Hi all, > > Recently I realized that systemd-networkd implements its own Router > Advertisement and NDISC. While I am perfectly fine with using it, I > wonder what motivated it given that the Linux kernel already > implemented bot

[systemd-devel] Router Advertisement in systemd

2018-11-05 Thread Daniel Wang
Hi all, Recently I realized that systemd-networkd implements its own Router Advertisement and NDISC. While I am perfectly fine with using it, I wonder what motivated it given that the Linux kernel already implemented both. Is it features? Flexibility? Stability? Also, what else in the ipv6 stack