summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-10-28 03:29:49 +0000
committerangelos <angelos@openbsd.org>1999-10-28 03:29:49 +0000
commit3761026c53147367db8633ca8c1d265255db508b (patch)
tree13cb415defef3b54f0940adfe7df38dba30620f8
parenthush up the link up/down messages (diff)
downloadwireguard-openbsd-3761026c53147367db8633ca8c1d265255db508b.tar.xz
wireguard-openbsd-3761026c53147367db8633ca8c1d265255db508b.zip
Add etherip.allow sysctl node entry.
-rw-r--r--sys/netinet/in.h48
1 files changed, 47 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index f8b0092262d..faf5eb1ab0e 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.24 1999/10/28 01:55:12 angelos Exp $ */
+/* $OpenBSD: in.h,v 1.25 1999/10/28 03:29:49 angelos Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -512,6 +512,52 @@ struct in6_pktinfo {
{ 0, 0 }, \
{ "esp", CTLTYPE_NODE }, \
{ "ah", CTLTYPE_NODE }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { 0, 0 }, \
+ { "etherip", CTLTYPE_NODE }, \
}
/*