diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-10-15 14:52:47 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-10-15 14:52:47 +0000 |
commit | 7431fdb2faa603a0af12e8ead0910a33ea814957 (patch) | |
tree | 82f1169683780c4d193778755e603f359694ddda /sys | |
parent | e6bd312e81f0cd197de4a706fe044d08c4780670 (diff) |
Note that this is based on RFC3378.
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" |