summaryrefslogtreecommitdiff
path: root/man/networkd.conf.xml
Commit message (Collapse)AuthorAgeFilesLines
* network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-9/+28
| | | | Closes #18996.
* man: update description for ManageForeignRoutes=Yu Watanabe2021-04-131-4/+7
|
* network: introduce ManageForeignRoutingPolicyRules= boolean setting in ↵Yu Watanabe2021-04-131-0/+9
| | | | | | | | | | | | | networkd.conf The commit 0b81225e5791f660506f7db0ab88078cf296b771 makes that networkd remove all foreign rules except those with "proto kernel". But, in some situation, people may want to manage routing policy rules with other tools, e.g. 'ip' command. To support such the situation, this introduce ManageForeignRoutingPolicyRules= boolean setting. Closes #19106.
* network: make RouteTable= setting can take multiple name:number pairs in a lineYu Watanabe2021-02-031-5/+8
| | | | Follow-up for c038ce4606f93d9e58147f87703125270fb744e2.
* man: use ellipses for ranges in range descriptionsZbigniew Jędrzejewski-Szmek2021-01-291-4/+5
| | | | … and in few other places ;)
* network: add support to RoutingPolicyRule lookup table nameSusant Sahani2021-01-191-0/+8
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: fix invalid tag placeYu Watanabe2020-08-211-2/+2
|
* tree-wide: drop quotes from around [section]Zbigniew Jędrzejewski-Szmek2020-07-061-1/+1
| | | | | | | For users, the square brackets already serve as markup and clearly delineate the section name from surrounding text. Putting additional markup around that only adds clutter. Also, we were very inconsistent in using the quotes. Let's just drop them altogether.
* network: Add support to ignore foreign routesSusant Sahani2020-03-071-0/+9
|
* man: add entry about SpeedMeter=Yu Watanabe2019-11-181-0/+22
| | | | Closes #14002.
* man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-141-1/+1
| | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml
* man: mention that DUIDType=link-layer-time or link-layer uses MAC addressYu Watanabe2018-08-081-3/+5
|
* man: mention that DUIDType=uuid uses the product UUID or machine-IDYu Watanabe2018-08-081-7/+20
|
* man: drop mode line in file headersZbigniew Jędrzejewski-Szmek2018-07-031-1/+1
| | | | | This is already included in .dir-locals, so we don't need it in the files themselves.
* man: drop unused <authorgroup> tags from man sourcesZbigniew Jędrzejewski-Szmek2018-06-141-9/+0
| | | | | | | | | | | | Docbook styles required those to be present, even though the templates that we use did not show those names anywhere. But something changed semi-recently (I would suspect docbook templates, but there was only a minor version bump in recent years, and the changelog does not suggest anything related), and builds now work without those entries. Let's drop this dead weight. Tested with F26-F29, debian unstable. $ perl -i -0pe 's/\s*<authorgroup>.*<.authorgroup>//gms' man/*xml
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
| | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
| | | | | | | | | | | | | | | | This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* Add SPDX license identifiers to man pagesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* man: fix some internal man page referencesZbigniew Jędrzejewski-Szmek2016-08-061-1/+1
| | | | | sd_journal-query_enumerate was an early draft, the name was changed to sd_j_enumerate_fields.
* man: add a description of DUIDType and DUIDRawDataZbigniew Jędrzejewski-Szmek2016-05-031-19/+62
| | | | | | | | This is essentially a revert of f38e0cce75ff2ffbd99f7e382ed39c160bb7d799 (which removed the documentation of DUIDType on purpose). The description is heavily updated for the new semantics. This addresses #3127 § 4.
* Merge pull request #2943 from vinaykul/systemd_duid_review_fixesZbigniew Jędrzejewski-Szmek2016-04-071-48/+0
|\ | | | | DHCP DUID parsing fix, logging fix, man-page fix
| * Drop description of 'Type' field from docs.Vinay Kulkarni2016-04-041-17/+0
| |
| * Address code-review items for pull-request #2890Vinay Kulkarni2016-04-041-42/+11
| | | | | | | | | | | | | | | | 1. Replace strtol with unhexchar, verified with valid and invalid DUID strings. 2. Fix logging to use log_syntax instead of log_error. 3. On error reading DUID, ignore read and preserve previous state. 4. Fix man-pages to use markup, remove options not yet implemented. 5. Remove spurious header line in new files.
* | man: fix spelling mistakesTorstein Husebø2016-04-061-1/+1
|/
* DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-301-0/+159
|
* Revert "DHCP DUID and IAID configurability"revert-2818-masterZbigniew Jędrzejewski-Szmek2016-03-211-112/+0
|
* DHCP DUID and IAID configurabilityVinay Kulkarni2016-03-091-0/+112