]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
sd-icmp6-nd: rename files to sd-ndisc
authorTom Gundersen <teg@jklm.no>
Thu, 15 Oct 2015 17:25:31 +0000 (19:25 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 22 Oct 2015 15:19:54 +0000 (17:19 +0200)
commit3ad0c5d8a4e2e2fa7ffcccd7f3457f577908494e
tree037b47783bb77459c692caeee7e3106505956f3b
parentac691d4abe0970e9255525d1cc6187e553639fea
sd-icmp6-nd: rename files to sd-ndisc

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).
.gitignore
Makefile.am
src/libsystemd-network/network-internal.c
src/libsystemd-network/sd-ndisc.c [moved from src/libsystemd-network/sd-icmp6-nd.c with 99% similarity]
src/libsystemd-network/test-ndisc-rs.c [moved from src/libsystemd-network/test-icmp6-rs.c with 99% similarity]
src/network/networkd-dhcp6.c
src/network/networkd-link.h
src/systemd/sd-ndisc.h [moved from src/systemd/sd-icmp6-nd.h with 98% similarity]