From: Yu Watanabe Date: Sat, 4 Mar 2023 05:33:10 +0000 (+0900) Subject: man: sync the default .link file in example X-Git-Tag: v254-rc1~1122^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b7f499ff145b54d42ad8b32cf2ab27cf23cb401;p=thirdparty%2Fsystemd.git man: sync the default .link file in example --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index aad3736c367..1aa93fb05e1 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -1111,12 +1111,15 @@ /usr/lib/systemd/network/99-default.link - The link file 99-default.link that is - shipped with systemd defines the default naming policy for - links. + The link file 99-default.link that is shipped with systemd defines the + default policies for the interface name, alternative names, and MAC address of links. - [Link] -NamePolicy=kernel database on-board slot path + [Match] +OriginalName=* + +[Link] +NamePolicy=keep kernel database onboard slot path +AlternativeNamesPolicy=database onboard slot path MACAddressPolicy=persistent @@ -1134,7 +1137,7 @@ Name=dmz0 NamePolicy= is not set, so Name= takes effect. We use the 10- prefix to order this file early in the list. Note that it needs to be before - 99-link, i.e. it needs a numerical prefix, to have any effect at all. + 99-default.link, i.e. it needs a numerical prefix, to have any effect at all.