mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
udev/net: enable new [EnergyEfficientEthernet] section
Also fixes a typo in setting name.
Follow-up for cdc9be29b1.
Addresses post-merge comments for #36302.
This commit is contained in:
@@ -1368,7 +1368,7 @@
|
||||
|
||||
<variablelist class='network-directives'>
|
||||
<varlistentry>
|
||||
<term><varname>Enabled=</varname></term>
|
||||
<term><varname>Enable=</varname></term>
|
||||
<listitem>
|
||||
<para>Takes a boolean argument. When true, the Energy Efficient Ethernet (EEE) feature will be
|
||||
enabled on the interface. Defaults to unset, and the enablement of EEE will be unchanged.</para>
|
||||
|
||||
@@ -279,7 +279,8 @@ int link_load_one(LinkConfigContext *ctx, const char *filename) {
|
||||
/* root = */ NULL,
|
||||
"Match\0"
|
||||
"Link\0"
|
||||
"SR-IOV\0",
|
||||
"SR-IOV\0"
|
||||
"EnergyEfficientEthernet\0",
|
||||
config_item_perf_lookup, link_config_gperf_lookup,
|
||||
CONFIG_PARSE_WARN, config, &stats_by_path,
|
||||
&config->dropins);
|
||||
|
||||
Reference in New Issue
Block a user