diff options
| author | Roy Marples <roy@marples.name> | 2020-04-28 16:37:44 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-28 16:37:44 +0100 |
| commit | 91422631451cd07d21930099ad43e623000e206b (patch) | |
| tree | f5b8781d10501d948c6670d78c88cf1caca7c357 /src | |
| parent | 1e29ac03a30a4da556e1e9ad16af7b7872d6d7b0 (diff) | |
| download | dhcpcd-91422631451cd07d21930099ad43e623000e206b.tar.xz | |
Whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/if-bsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c index e5189112..42bf7480 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1813,8 +1813,7 @@ if_setup_inet6(const struct interface *ifp) #endif #ifdef ND6_IFF_AUTO_LINKLOCAL - /* Unlike the kernel, - * dhcpcd make make a stable private address. */ + /* Unlike the kernel, dhcpcd make make a stable private address. */ flags &= ~ND6_IFF_AUTO_LINKLOCAL; #endif |
