]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove extra comment
authorRoy Marples <roy@marples.name>
Mon, 19 Sep 2016 19:00:26 +0000 (19:00 +0000)
committerRoy Marples <roy@marples.name>
Mon, 19 Sep 2016 19:00:26 +0000 (19:00 +0000)
ipv6.c

diff --git a/ipv6.c b/ipv6.c
index 17a2394d5accaafb07da336c2ec11df4d2c5ec43..3db42b210e2823846b638f8f7b27ce4775479d0d 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -1827,8 +1827,6 @@ ipv6_gentempifid(struct interface *ifp)
            state->randomseed1, sizeof(state->randomseed1));
 
 again:
-       /* RFC4941 Section 3.2.1.1
-        * Take the left-most 64bits and set bit 6 to zero */
        MD5Init(&md5);
        MD5Update(&md5, seed, sizeof(seed));
        MD5Final(digest, &md5);