Module Name: src
Committed By: yamaguchi
Date: Mon Apr 8 04:29:52 UTC 2024
Modified Files:
src/sbin/ifconfig: ifconfig.8
Log Message:
Added documents about parameters related to lagg(4)
PR misc/58125
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sbin/ifconfig/ifconfig.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/ifconfig/ifconfig.8
diff -u src/sbin/ifconfig/ifconfig.8:1.125 src/sbin/ifconfig/ifconfig.8:1.126
--- src/sbin/ifconfig/ifconfig.8:1.125 Sun Mar 26 01:04:16 2023
+++ src/sbin/ifconfig/ifconfig.8 Mon Apr 8 04:29:52 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifconfig.8,v 1.125 2023/03/26 01:04:16 mlelstv Exp $
+.\" $NetBSD: ifconfig.8,v 1.126 2024/04/08 04:29:52 yamaguchi Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -614,6 +614,40 @@ Remove
from the
.Xr agr 4
interface.
+.It Cm laggport Ar interface Oo Cm pri Ar n Oc
+Add the interface named by
+.Ar interface
+as a port of the
+.Xr lagg 4
+interface,
+and set the priority of
+.Ar interface
+to
+.Ar n .
+.It Cm -laggport Ar interface
+Remove the interface named by
+.Ar interface
+from the
+.Xr lagg 4
+interface.
+.It Cm laggproto Ar proto
+Set the aggregation protocol of
+.Xr lagg 4 .
+The default is
+.Li none .
+The available options are
+.Li failover ,
+.Li lacp ,
+.Li loadbalance ,
+and
+.Li none .
+.It Cm laggportpri Ar interface Ar n
+If the interface id a
+.Xr lagg 4
+pseudo-interface, set the priority of
+.Ar interface
+to
+.Ar n
.It Cm eee
Enable IEEE 802.3az Energy Efficiency Ethernet function.
.It Cm -eee
@@ -899,6 +933,7 @@ tried to alter an interface's configurat
.Sh SEE ALSO
.Xr netstat 1 ,
.Xr agr 4 ,
+.Xr lagg 4 ,
.Xr carp 4 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,