diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:47:20 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:47:20 +0000 |
commit | 1e287cb547fa55a8eadb98ab228e82b4dea5aba3 (patch) | |
tree | 433a9489f6e7f05252e8d96658928ae65c4dd566 /sys/netinet/ip_ether.h | |
parent | 0950702b30f8b7e49d8d11586b305b61b7b014a6 (diff) |
Define version number for EtherIP protocol (soon to become RFC).
Diffstat (limited to 'sys/netinet/ip_ether.h')
-rw-r--r-- | sys/netinet/ip_ether.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h index 72a27133053..e203d5e7218 100644 --- a/sys/netinet/ip_ether.h +++ b/sys/netinet/ip_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.h,v 1.3 2000/01/21 03:40:31 angelos Exp $ */ +/* $OpenBSD: ip_ether.h,v 1.4 2001/01/09 02:47:19 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@adk.gr) @@ -40,6 +40,8 @@ struct etheripstat u_int64_t etherip_obytes; /* output bytes */ }; +#define ETHERIP_VERSION 0x2 + /* * Names for Ether-IP sysctl objects */ |