summaryrefslogtreecommitdiffstats
path: root/man/systemd-network-generator.service.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network-generator: also copy drop-ins for networkd.conf from credentialYu Watanabe2024-04-161-2/+4
| | | | Follow-up for 1a30285590c2f40f256d0628950ef9243b2c1938.
* tree-wide: use "_" rather than "-" as separator in kernel cmdline optionsLennart Poettering2024-02-281-1/+1
| | | | | | | | | | | Most of our kernel cmdline options use underscores as word separators in kernel cmdline options, but there were some exceptions. Let's fix those, and also use underscores. Since our /proc/cmdline parsers don't distinguish between the two characters anyway this should not break anything, but makes sure our own codebase (and in particular docs and log messages) are internally consistent.
* network-generator: pick up .netdev/.link/.network configuration via credentialsLennart Poettering2024-01-081-0/+35
| | | | | | | | | To me this is the last major basic functionality that couldn't be configured via credentials: the network. We do not invent any new format for this, but simply copy relevant creds 1:1 into /run/systemd/network/ to open up the full functionality of networkd to VM hosts.
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* man: use <simplelist> for 'See also' sectionsDavid Tardon2023-12-231-5/+5
| | | | | This is just a slight markup improvement; there should be no difference in rendering.
* man: document nameserver= optionMichal Sekletar2023-11-081-0/+1
|
* man: document the new ip=link-local kernel cmdline optionLennart Poettering2023-10-311-7/+16
|
* man: update version informationAbderrahim Kitouni2023-09-191-0/+2
| | | | | | | | As I noticed a lot of missing information when trying to implement checking for missing info. I reimplemented the version information script to be more robust, and here is the result. Follow up to ec07c3c80b2b1bfa6788500202006ff85f5ae4f4
* man: add version infoAbderrahim Kitouni2023-08-291-0/+4
| | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output.
* man: Add xinclude namespaceAbderrahim Kitouni2023-08-281-1/+1
| | | | | This will be used by the next commit to add version information to the nodes.
* man/network-generator: replace dracut.kernel reference with dracut.cmdlineAntonio Alvarez Feijoo2023-03-211-1/+1
| | | | | | `dracut.kernel.7` is just a symlink to `dracut.cmdline.7`, so the web reference points to a non-existent URL (https://man7.org/linux/man-pages/man7/dracut.kernel.7.html).
* man: add note that network-generator is not a generatorZbigniew Jędrzejewski-Szmek2022-11-081-2/+9
| | | | Also fix indentation.
* network-generator: support to set NamePolicy= through kernel command line ↵Yu Watanabe2021-12-151-0/+3
| | | | | | argument Closes #16296.
* meson: build network-generator unconditionallyYu Watanabe2021-12-151-1/+1
| | | | The service also generates .link files for udevd.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: fix links to various external man pagesZbigniew Jędrzejewski-Szmek2020-06-251-1/+1
| | | | | In cases where we used both die-net and man-pages for the same reference, I switched to use man-pages everywhere.
* man: add systemd-network-generator.service(8)Zbigniew Jędrzejewski-Szmek2020-03-051-0/+103
It's a bit bare-bones, but it should be enough to point the reader in the right direction.