diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-01 22:30:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-01 22:30:54 +0000 |
commit | 8d54d8e9e1a7979daa978b06b4126d99827c8d7d (patch) | |
tree | 0173014f0b5a41abe3943431336511ead0178f7b /sbin/ifconfig/ifconfig.8 | |
parent | 3418dc7650a22243502c98ff5b10a5eb407bfa7d (diff) |
not all interfaces support mtu setting;
ok tdeval@ miod@ nick@
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 303f4cdc2ca..829fea73a7b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.92 2004/12/01 09:59:35 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.93 2004/12/01 22:30:53 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 $ .\" @@ -475,6 +475,7 @@ operating modes. Set the MTU for this device to the given .Ar value . Cloned routes will inherit this value as a default. +Currently, not all devices support setting the MTU. .It Cm netmask Ar mask (inet and inet6) Specify how much of the address to reserve for subdividing |