diff options
| author | Roy Marples <roy@marples.name> | 2020-06-10 14:16:08 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-06-10 14:16:08 +0100 |
| commit | cda00908bf197b3c6eba131c7da7058e9ce476ae (patch) | |
| tree | 83cd57c4f7ff465bf28ec9456f4d5e6f96efdfa4 /src/ipv6nd.c | |
| parent | 96f6ea301c981495fd43a0deb722c7423fe505f6 (diff) | |
| download | dhcpcd-cda00908bf197b3c6eba131c7da7058e9ce476ae.tar.xz | |
minor cleanup
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 504e647d..4e904292 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -1155,10 +1155,8 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx, if (ifp == rap->iface) break; } - if (rap != NULL && rap->willexpire) { - logerrx("settng def RA"); + if (rap != NULL && rap->willexpire) ipv6nd_applyra(ifp); - } #endif TAILQ_FOREACH(rap, ctx->ra_routers, next) { |
