summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
Commit message (Collapse)AuthorAge
* man: boilerplate unificationZbigniew Jędrzejewski-Szmek2015-02-10
|
* net: support globbing and disjunction in Match logicTom Gundersen2015-02-10
| | | | Match{Name,OrginalName,Type,Driver,Path} can now take a space-separated glob of matches.
* treewide: correct typos and use consistent "MAC" spellingTorstein Husebø2015-02-09
|
* udev: net_setup - clarify reason for failure of persistent mac address policyTom Gundersen2015-02-06
|
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-03
|
* man: mention that 99-default.link is shipped by default, and users hence ↵Lennart Poettering2015-01-27
| | | | need to install a lexically earlier .link file for it to be honoured
* doc: add cross-references between systemd.{link, netdev, network}Jan Engelhardt2015-01-13
|
* tree-wide: spelling fixesVeres Lajos2014-12-30
| | | | | | | https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>.
* udev: net_setup - allow matching on OriginalName=Tom Gundersen2014-12-04
| | | | | | | | | | | | | | | | | | This has been requested repeatedly, so let's give it a go. We explicitly do not allow matching on names that have already been changed (from a previous udev run, or otherwise), and matching on unpredictable names (ethX) is discouraged (but not currently disallowed). We also currently allow: [Match] Name=veth0 [Link] Name=my-name0 SomeOtherSetting=true Which means that the link file will be applied the first time it is invoked, but not on subsequent invocations, which may be surprising.
* s/commandline/command line/gHarald Hoyer2014-11-06
|
* udev: link_setup - respect kernel name assign policyTom Gundersen2014-08-08
| | | | | | | | | Newer kernels export meta-information about the origin of an ifname. Respect this from the ifname rename logic. We do not rename any interfaces that was originally named by userspace, nor once which have already been renamed from userspace. Moreover, we optionally do not (the default) rename interfaces which the kernel claims to have named in a predictable way.
* man: split systemd.network(5) and related into various sections for better ↵Lennart Poettering2014-06-27
| | | | readability
* doc: comma placement corrections and word orderJan Engelhardt2014-05-07
| | | | | Set commas where there should be some. Some improvements to word order.
* doc: corrections to words and formsJan Engelhardt2014-05-07
| | | | | This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
* doc: typographical fine tuningJan Engelhardt2014-05-06
|
* man: fix example in systemd.linkpoma2014-03-09
| | | | | | | | | | 'man/systemd.link.xml' recovery from: commit eac684ef1c29684b1bcd27a89c38c202e568e469 Author: Tom Gundersen <teg@jklm.no> Date: Tue Feb 25 19:30:40 2014 +0100 man: split out systemd.net{work,dev}(5) from systemd-networkd(8)
* build-sys: update intructions for Makefile-man.am regenerationZbigniew Jędrzejewski-Szmek2014-03-06
|
* man: split out systemd.net{work,dev}(5) from systemd-networkd(8)Tom Gundersen2014-02-25
|
* man: split out systemd.link(5) from udev(7)Tom Gundersen2014-02-25