diff options
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index deefdc2f0e0..e0ee2ac2ec7 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.275 2016/10/06 14:47:00 naddy Exp $ +.\" $OpenBSD: ifconfig.8,v 1.276 2016/11/28 10:12:50 reyk 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 $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: October 6 2016 $ +.Dd $Mdocdate: November 28 2016 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1536,7 +1536,7 @@ Only can be used for the .Ar interface . Only one interface can be added as a local port. -.It Cm datapath Ar datapath_id +.It Cm datapath Ar id Configure the datapath ID for the switch. The default value is generated randomly. .It Cm del Ar interface @@ -1545,14 +1545,14 @@ Remove from the switch. Promiscuous mode is turned off for the interface when it is removed from the switch. -.It Cm flowmax Ar flowmax +.It Cm maxflow Ar number Set the maximum number of flows per table. The default value is 10000. -.It Cm maxgroup Ar maxgroup +.It Cm maxgroup Ar number Set the maximum number of groups. The default value is 1000. -.It Cm portno Ar interface Ar port_no -Set the port_no for the port named +.It Cm portno Ar interface Ar number +Set the port number for the port named .Ar interface . The default value is the interface index of the .Ar interface . |