diff options
author | 2000-01-07 21:45:22 +0000 | |
---|---|---|
committer | 2000-01-07 21:45:22 +0000 | |
commit | f6dd5cf60e71e63f2223d98c97671f1ff4da3714 (patch) | |
tree | 16685da414d72b90134a9d04cbee8aca5c00f609 | |
parent | GRE/MobileIP input routine processing, from NetBSD (with a few (diff) | |
download | wireguard-openbsd-f6dd5cf60e71e63f2223d98c97671f1ff4da3714.tar.xz wireguard-openbsd-f6dd5cf60e71e63f2223d98c97671f1ff4da3714.zip |
Forgot the names here...
-rw-r--r-- | sys/netinet/in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 8f3b357e847..056d9a7804b 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.29 2000/01/07 19:37:09 angelos Exp $ */ +/* $OpenBSD: in.h,v 1.30 2000/01/07 21:45:22 angelos Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -535,7 +535,7 @@ struct in6_pktinfo { { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ - { 0, 0 }, \ + { "gre", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { "esp", CTLTYPE_NODE }, \ @@ -543,7 +543,7 @@ struct in6_pktinfo { { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ - { 0, 0 }, \ + { "mobileip", CTLTYPE_NODE }, \ { 0, 0 }, \ { 0, 0 }, \ { 0, 0 }, \ |