summaryrefslogtreecommitdiff
path: root/sys/net/encap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/encap.h')
-rw-r--r--sys/net/encap.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/net/encap.h b/sys/net/encap.h
index 81b4c40cad9..0c4ddf25bf0 100644
--- a/sys/net/encap.h
+++ b/sys/net/encap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: encap.h,v 1.7 1997/07/11 23:37:52 provos Exp $ */
+/* $OpenBSD: encap.h,v 1.8 1997/07/14 08:46:40 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -29,6 +29,16 @@
* Declarations useful in the encapsulation code.
*/
+/* Sysctl definitions */
+
+#define ENCAPCTL_ENCDEBUG 1
+#define ENCAPCTL_MAXID 2
+
+#define ENCAPCTL_NAMES {\
+ { 0, 0 }, \
+ { "encdebug", CTLTYPE_INT }, \
+}
+
/*
* Definitions for encapsulation-related phenomena.
*