summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-28 21:02:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-28 21:02:36 +0000
commit0ea2c368e5940ddbfb27a6ac8fe58c3cb2c3f29b (patch)
tree026ccdf968eb9de5c587ddc9ef37b2c2c8067a28 /sys/netinet6/in6.h
parent96b745b1e742cb7858f8a57f664b8bb8cbed86ea (diff)
kill kame version symbols and sysctl
ports tree grep run by sthen
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 250b2cd71d3..83ba26eb5cd 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.68 2013/10/24 11:31:43 mpi Exp $ */
+/* $OpenBSD: in6.h,v 1.69 2013/10/28 21:02:35 deraadt Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -74,7 +74,6 @@
* has the table of implementation/integration differences.
*/
#define __KAME__
-#define __KAME_VERSION "OpenBSD-current"
/*
* IPv6 address
@@ -593,7 +592,6 @@ ifatoia6(struct ifaddr *ifa)
#define IPV6CTL_DAD_COUNT 16
#define IPV6CTL_AUTO_FLOWLABEL 17
#define IPV6CTL_DEFMCASTHLIM 18
-#define IPV6CTL_KAME_VERSION 20
#define IPV6CTL_USE_DEPRECATED 21 /* use deprecated addr (RFC2462 5.5.4) */
#define IPV6CTL_RR_PRUNE 22 /* walk timer for router renumbering */
#define IPV6CTL_V6ONLY 24
@@ -634,7 +632,7 @@ ifatoia6(struct ifaddr *ifa)
{ "auto_flowlabel", CTLTYPE_INT }, \
{ "defmcasthlim", CTLTYPE_INT }, \
{ 0, 0 }, \
- { "kame_version", CTLTYPE_STRING }, \
+ { 0, 0 }, \
{ "use_deprecated", CTLTYPE_INT }, \
{ "rr_prune", CTLTYPE_INT }, \
{ 0, 0 }, \