mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: use prefix number that matches the general suggestion
`systemd.network(5)` recommends “that each filename is prefixed with a number smaller than "70" (e.g. 10-eth0.network)”. Reduce that used by the example accordingly, but stay above the number (`50`) used in the earlier example for static configuration, so that would take precedence over the dynamic one if both match for the same network.
This commit is contained in:
committed by
Yu Watanabe
parent
6cb76f9e95
commit
6077791b3a
@@ -6454,7 +6454,7 @@ Gateway=192.168.0.1</programlisting>
|
||||
<example>
|
||||
<title>DHCP on ethernet links</title>
|
||||
|
||||
<programlisting># /etc/systemd/network/80-dhcp.network
|
||||
<programlisting># /etc/systemd/network/60-dhcp.network
|
||||
[Match]
|
||||
Name=en*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user