diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 09:11:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 09:11:53 +0000 |
commit | d296b758a603c606a535e9aa97e68210439b737d (patch) | |
tree | 095ea8f0037ba476ead464f7408c953260a1f289 /sys/netinet | |
parent | dec339aa2f66a28789b0d29d392dd49c56eef81e (diff) |
ipv6 ethertype
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/if_ether.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index cef35286179..39b73b5a3f2 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.h,v 1.5 1996/07/27 11:06:42 deraadt Exp $ */ +/* $OpenBSD: if_ether.h,v 1.6 1999/01/07 09:11:52 deraadt Exp $ */ /* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */ /* @@ -59,6 +59,7 @@ struct ether_header { #define ETHERTYPE_IP 0x0800 /* IP protocol */ #define ETHERTYPE_ARP 0x0806 /* address resolution protocol */ #define ETHERTYPE_REVARP 0x8035 /* reverse addr resolution protocol */ +#define ETHERTYPE_IPV6 0x86DD /* IPv6 protocol */ /* * The ETHERTYPE_NTRAILER packet types starting at ETHERTYPE_TRAIL have |