diff options
author | 2001-06-25 05:40:39 +0000 | |
---|---|---|
committer | 2001-06-25 05:40:39 +0000 | |
commit | cdc60bd9b5330a6c5b25101812859c70aa2f6890 (patch) | |
tree | 1436e365921468e61b2b5636f0b58dc0b8c78717 | |
parent | Rename checksum tag. (diff) | |
download | wireguard-openbsd-cdc60bd9b5330a6c5b25101812859c70aa2f6890.tar.xz wireguard-openbsd-cdc60bd9b5330a6c5b25101812859c70aa2f6890.zip |
Update.
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index ae6d9c48519..5710ba740c8 100644 --- a/share/man/man9/mbuf_tags.9 +++ b/share/man/man9/mbuf_tags.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf_tags.9,v 1.1 2001/06/25 05:07:15 angelos Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.2 2001/06/25 05:40:39 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -161,7 +161,7 @@ Used by the interface to detect loops in processing. The tag contains a pointer to the gre interface that already forwarded the packet. -.It PACKET_TAG_PACKET_CHECKSUM +.It PACKET_TAG_IN_PACKET_CHECKSUM Used by network cards that can compute complete packet checksums to pass that information to higher-level protocols. The tag contains the 2 byte checksum of the packet. |