]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/ipv6nd.c
Implement Stable Private Addresses for SLAAC as per RFC7217.
authorRoy Marples <roy@marples.name>
Mon, 2 Jun 2014 14:48:33 +0000 (14:48 +0000)
committerRoy Marples <roy@marples.name>
Mon, 2 Jun 2014 14:48:33 +0000 (14:48 +0000)
commit3ed12ab824919fda7cfae98b6779841e8651984e
treeb9ed0e502741515f1c216a489a7e468835445bfb
parentdecaba353a0eb82531431eda011a5a4f7ec6f30e
Implement Stable Private Addresses for SLAAC as per RFC7217.
Add a SHA256 implementation by Collin Percival if one in libc/libmd not found.
14 files changed:
Makefile
common.h
configure
crypt/sha256.c [new file with mode: 0755]
crypt/sha256.h [new file with mode: 0755]
defs.h
dhcpcd.8.in
dhcpcd.conf.5.in
dhcpcd.h
if-options.c
if-options.h
ipv6.c
ipv6.h
ipv6nd.c