Module Name:    src
Committed By:   uwe
Date:           Mon Apr  8 12:32:57 UTC 2024

Modified Files:
        src/sbin/ifconfig: ifconfig.8

Log Message:
ifconfig(8): move laggportpri next to laggport


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 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.127 src/sbin/ifconfig/ifconfig.8:1.128
--- src/sbin/ifconfig/ifconfig.8:1.127	Mon Apr  8 09:25:25 2024
+++ src/sbin/ifconfig/ifconfig.8	Mon Apr  8 12:32:57 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ifconfig.8,v 1.127 2024/04/08 09:25:25 kre Exp $
+.\"	$NetBSD: ifconfig.8,v 1.128 2024/04/08 12:32:57 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -630,6 +630,13 @@ Remove the interface named by
 from the
 .Xr lagg 4
 interface.
+.It Cm laggportpri Ar interface Ar n
+If the interface is a
+.Xr lagg 4
+pseudo-interface, set the priority of
+.Ar interface
+to
+.Ar n
 .It Cm laggproto Ar proto
 Set the aggregation protocol of
 .Xr lagg 4 .
@@ -641,13 +648,6 @@ The available options are
 .Li loadbalance ,
 and
 .Li none .
-.It Cm laggportpri Ar interface Ar n
-If the interface is 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

Reply via email to