Skip to content

Commit 9175d3f

Browse files
zenczykowskidavem330
authored andcommitted
ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781
See: https://www.rfc-editor.org/authors/rfc8781.txt Cc: Erik Kline <[email protected]> Cc: Jen Linkova <[email protected]> Cc: Lorenzo Colitti <[email protected]> Cc: Michael Haro <[email protected]> Signed-off-by: Maciej Żenczykowski <[email protected]> Fixes: c24a77e ("ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier") Signed-off-by: David S. Miller <[email protected]>
1 parent 63edbcc commit 9175d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/ndisc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ enum {
4141
ND_OPT_DNSSL = 31, /* RFC6106 */
4242
ND_OPT_6CO = 34, /* RFC6775 */
4343
ND_OPT_CAPTIVE_PORTAL = 37, /* RFC7710 */
44-
ND_OPT_PREF64 = 38, /* RFC-ietf-6man-ra-pref64-09 */
44+
ND_OPT_PREF64 = 38, /* RFC8781 */
4545
__ND_OPT_MAX
4646
};
4747

0 commit comments

Comments
 (0)