summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2024-09-23 20:38:50 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2024-09-23 20:38:50 +0000
commit5381f67b1bd9f0fe0631141a3d35328835593014 (patch)
tree7398cb85a2d7f7234962d66c554f54bd6591fb5d /share/man/man4
parent8d3ef23af979d6e08cb4d3034a701c2623bdda5a (diff)
document SIOCSIFMTU; OK jmc
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/netintro.44
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index a046782c061..773dac208bc 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netintro.4,v 1.54 2024/09/23 20:37:42 kn Exp $
+.\" $OpenBSD: netintro.4,v 1.55 2024/09/23 20:38:49 kn Exp $
.\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -284,6 +284,8 @@ When marked up again, the interface is reinitialized.
Get the interface flags.
.It Dv SIOCGIFXFLAGS Fa "struct ifreq *"
Get the extended interface flags.
+.It Dv SIOCSIFMTU Fa "struct ifreq *"
+Set the MTU of the interface.
.It Dv SIOCGIFMTU Fa "struct ifreq *"
Get the current MTU of the interface.
.It Dv SIOCGIFHARDMTU Fa "struct ifreq *"