diff options
author | 2018-02-20 07:34:28 +0000 | |
---|---|---|
committer | 2018-02-20 07:34:28 +0000 | |
commit | 8fe8d8531f223f33030cc5ace4d0cee68e068f01 (patch) | |
tree | 3c079c053cb05046eae07798fe4d01229e28aeec | |
parent | Set the chain_offset field (same as sgl_offset0, only in 16 byte units) (diff) | |
download | wireguard-openbsd-8fe8d8531f223f33030cc5ace4d0cee68e068f01.tar.xz wireguard-openbsd-8fe8d8531f223f33030cc5ace4d0cee68e068f01.zip |
tweak previous, with some help from dlg;
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 8437f2ef533..63cc1edb88f 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.302 2018/02/20 03:45:06 dlg Exp $ +.\" $OpenBSD: ifconfig.8,v 1.303 2018/02/20 07:34:28 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -1672,8 +1672,7 @@ Use a portion of the virtual network identifier space for a flow identifier. This allows load balancing of the encapsulated traffic over multiple links. .It Cm -vnetflowid -Disable the use of portion of the virtual network identifier as a -flow identifier. +Disable the use of a flow identifier in the virtual network identifier. .It Cm vnetid Ar network-id Set the virtual network identifier. This is a number which is used by tunnel protocols such as |