summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-10-15 14:52:47 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-10-15 14:52:47 +0000
commit7431fdb2faa603a0af12e8ead0910a33ea814957 (patch)
tree82f1169683780c4d193778755e603f359694ddda /sys
parente6bd312e81f0cd197de4a706fe044d08c4780670 (diff)
Note that this is based on RFC3378.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_ether.c4
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"