diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-05-01 23:40:00 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-05-01 23:40:00 +0200 |
commit | 8f91d94d19af3531d3f1afd4361f807c76f42cff (patch) | |
tree | 2ff8096eff02871e9f9800f69ffda2dee29e8eb3 /sys/include | |
parent | 69298c79ab3da8164f9b5317be4ae1b2a75ab4dd (diff) | |
parent | 190c40c9fff3eafd23ab89cb445d4f85d29963b0 (diff) |
merge
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/ip.h b/sys/include/ip.h index a719a1b41..56e707729 100644 --- a/sys/include/ip.h +++ b/sys/include/ip.h @@ -88,8 +88,8 @@ enum { V6nd_home = 8, V6nd_srcaddrs = 9, /* rfc3122 */ V6nd_ip = 17, - /* /lib/rfc/drafts/draft-jeong-dnsop-ipv6-dns-discovery-12.txt */ - V6nd_rdns = 25, + V6nd_rdns = 25, /* rfc6106 */ + V6nd_rdnssl = 31, /* plan 9 extensions */ V6nd_9fs = 250, V6nd_9auth = 251, |