summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-03-03 13:12:12 +0000
committerbz <bz@FreeBSD.org>2009-03-03 13:12:12 +0000
commit59d53a5bdbf149d89096dab7127b65683cd37dfa (patch)
tree58020af4ac25be6de1b0ad90c36cc9abb21be9e9 /sys/netinet
parentccfe8ecd4e48b6707e4c7df47a9c5aeada53b21f (diff)
downloadFreeBSD-src-59d53a5bdbf149d89096dab7127b65683cd37dfa.zip
FreeBSD-src-59d53a5bdbf149d89096dab7127b65683cd37dfa.tar.gz
Start removing IPv6 Type 0 Routing header code.
RH0 was deprecated by RFC 5095. While most of the code had been disabled by #if 0 already, leave a bit of infrastructure for possible RH2 code and a log message under BURN_BRIDGES in case a user still tries to send RH0 packets. Reviewed by: gnn (a bit back, earlier version)
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h
index 0896949..3fb08a7 100644
--- a/sys/netinet/ip6.h
+++ b/sys/netinet/ip6.h
@@ -219,7 +219,7 @@ struct ip6_rthdr {
/* followed by routing type specific data */
} __packed;
-/* Type 0 Routing header */
+/* Type 0 Routing header, deprecated by RFC 5095. */
struct ip6_rthdr0 {
u_int8_t ip6r0_nxt; /* next header */
u_int8_t ip6r0_len; /* length in units of 8 octets */
OpenPOWER on IntegriCloud