diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c index 899bfc8d8a9..c3c6ce5ccd9 100644 --- a/sys/netinet/ip_ether.c +++ b/sys/netinet/ip_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.c,v 1.40 2002/06/09 16:26:10 itojun Exp $ */ +/* $OpenBSD: ip_ether.c,v 1.41 2002/10/15 14:52:46 jason Exp $ */ /* * The author of this code is Angelos D. Keromytis (kermit@adk.gr) * @@ -23,7 +23,7 @@ */ /* - * Ethernet-inside-IP processing + * Ethernet-inside-IP processing (RFC3378). */ #include "bridge.h" |