Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/ifconfig Add [-]eee and [-]vlan-hwfilter.



details:   https://anonhg.NetBSD.org/src/rev/aeefd15bdfac
branches:  trunk
changeset: 939753:aeefd15bdfac
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 29 08:52:11 2020 +0000

description:
Add [-]eee and [-]vlan-hwfilter.

diffstat:

 sbin/ifconfig/ifconfig.8 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 370866ebd80b -r aeefd15bdfac sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Tue Sep 29 07:51:01 2020 +0000
+++ b/sbin/ifconfig/ifconfig.8  Tue Sep 29 08:52:11 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.120 2020/09/23 02:09:18 roy Exp $
+.\"    $NetBSD: ifconfig.8,v 1.121 2020/09/29 08:52:11 msaitoh Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
 .\"
-.Dd September 23, 2020
+.Dd September 29, 2020
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -614,6 +614,10 @@
 from the
 .Xr agr 4
 interface.
+.It Cm eee
+Enable IEEE 802.3az Energy Efficiency Ethernet function.
+.It Cm -eee
+Disable IEEE 802.3az Energy Efficiency Ethernet function.
 .It Cm vltime Ar n
 .Pq inet6 only
 Set valid lifetime for the address.
@@ -699,6 +703,10 @@
 .It Cm -tso6
 Disable hardware-assisted TCP/IPv6 segmentation on interfaces that
 support it.
+.It Cm vlan-hwfilter
+Enable hardware-assisted VLAN frame filter on interfaces that support it.
+.It Cm -vlan-hwfilter
+Disable hardware-assisted VLAN frame filter on interfaces that support it.
 .It Cm vlan-hwtagging
 Enable hardware-assisted VLAN tag insertion/removal on interfaces that
 support it.



Home | Main Index | Thread Index | Old Index