Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-22 | sd-ndisc: drop sd_ndisc_get_prefixlen() | Tom Gundersen | |
This is unused, and in the future we will pass prefixes and prefixlengths directly to the callbacks when needed rather than having to search for them. | |||
2015-10-22 | libsystemd-network: split icm6-util.[ch] out of dhcp6 code | Tom Gundersen | |
2015-10-22 | sd-ndisc: rename API from sd-icmp6-nd | Tom Gundersen | |
2015-10-22 | sd-icmp6-nd: rename files to sd-ndisc | Tom Gundersen | |
The actual code rename will follow. The reason for the change of name is to make it simpler and more uniform with how we name other libraries (we don't include the underlying protocol). The new name also matches the naming in the kernel (which is particularly relevent here as we expect to let the kernel do some parts of the protocol and we do others). |