diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-15 18:06:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-15 18:06:57 +0000 |
commit | d8a1a21dad5efe6ac4d5baa15bf6cc88621b2843 (patch) | |
tree | 5712baaa1db0790d81c8aaf38d7d5d69988a7b5f /sbin/ifconfig | |
parent | 8acea3fe74803c95950ccde69af6f096b159ab63 (diff) |
add mtu description, from Phil Pennock <Phil.Pennock@globnix.org>
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7c447080295..098f3ce8b75 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.51 2001/05/02 06:44:23 itojun Exp $ +.\" $OpenBSD: ifconfig.8,v 1.52 2001/09/15 18:06:56 mickey 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 $ .\" @@ -266,6 +266,10 @@ Refer to the interfaces' driver specific man page for a complete list of available options. .It Fl mediaopt Ar opts Disable the specified media options on the interface. +.It Cm mtu Ar value +Set the MTU for this device to the given +.Ar value . +Cloned routes will inherit this value as a default. .It Cm instance Ar minst Set the media instance to .Ar minst . |