]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
inet6: guard getting RA routers if inet6 not initialised
authorRoy Marples <roy@marples.name>
Sun, 9 Feb 2020 18:54:29 +0000 (18:54 +0000)
committerRoy Marples <roy@marples.name>
Sun, 9 Feb 2020 18:54:29 +0000 (18:54 +0000)
commitbbba9864563cc6fa1c43e02aee9634f83a47221c
tree2cb66b1070a65f6134b5bc8892d325b93dad984b
parent670f0d8d727e8973e91a007ebf7843a5b84ea03b
inet6: guard getting RA routers if inet6 not initialised

Now that we get inet6 routes even when only building inet routes
we need to guard as the RA routers collection could be NULL.
src/ipv6.c