From 1e287cb547fa55a8eadb98ab228e82b4dea5aba3 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Tue, 9 Jan 2001 02:47:20 +0000 Subject: Define version number for EtherIP protocol (soon to become RFC). --- sys/netinet/ip_ether.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3