summaryrefslogtreecommitdiff
path: root/man/systemd-networkd.service.xml
Commit message (Collapse)AuthorAge
* networkd: dhcpv4 - add notion of 'CriticalConnection'Tom Gundersen2014-01-30
| | | | | | | | | | These connections are never torn down, even when the DHCP specifications say that they should be. This is useful/necessary when the rootfs (or another critical fs) is mounted over this network connection, and dataloss would result if the connection is lost. This option defaults to off, but our initrd generator (TBD) will enable it when applicable.
* networkd: add basic VLAN supportTom Gundersen2014-01-25
|
* networkd: add basic bonding supportTom Gundersen2014-01-22
| | | | | Refactor bridging support to be generic netdev support and extend it to cover bonding as well.
* networkd: dhcp - by default ignore the MTUTom Gundersen2014-01-18
|
* sd-dhcp-client/networkd: add transient hostname supportTom Gundersen2014-01-16
|
* sd-dhcp-client/networkd: add interface MTU supportTom Gundersen2014-01-16
|
* networkd: DHCPv4 - allow opting out of using DNS serversTom Gundersen2014-01-13
| | | | Setting UseDNS=no will ignore any received DNS servers.
* networkd: refuse to use .network files with missing Address/Gateway keyTom Gundersen2014-01-05
| | | | | | | | | | | | These keys are mandatory in [Address]/[Route] sections. Otherwise, we hit an assert: ens3: setting addresses Assertion 'address->family == 2 || address->family == 10' failed at /build/amd64-generic/tmp/portage/sys-apps/systemd-9999-r1/work/systemd-9999/src/network/networkd-address.c:137, function address_configure(). Aborting. Reported-by: Alex Polvi <alex.polvi@coreos.com> At the same time make sure Route's Destination and Gateway uses the same address family.
* Revert "net-util: add support for Type=ethernet"Tom Gundersen2014-01-04
| | | | | | | This reverts commit 4cd1214db6cf4b262e8ce6381bc710091b375c96. This may still be fixed in the kernel, revert this for now until we see how it all shakes out.
* man: networkd - document DHCP optionTom Gundersen2014-01-03
|
* net-util: add support for Type=ethernetTom Gundersen2014-01-03
| | | | | When DEVTYPE is not set for a nic, it means it is a wired/ethernet device.
* man: grammar and wording improvementsJan Engelhardt2013-12-25
| | | | | | | This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files.
* man: networkd - clarify Address/Gateway keys in [Network] sectionTom Gundersen2013-12-17
|
* networkd: add support for Route sectionsTom Gundersen2013-12-17
|
* man: networkd - document bridgingTom Gundersen2013-11-26
|
* networkd: add support for [Address] sectionsTom Gundersen2013-11-25
| | | | | | | | This will allow specifying more options per address than the simple Address= entry in the [Network] section. Preliminary support for the same functionality for [Route] sections are added, but not yet hooked up, as more testing is needed.
* networkd: don't filter on udev tagsTom Gundersen2013-11-21
| | | | | | | | | This removed the requirement for devices to be tagged with 'systemd-networkd' before they will be visible to networkd. Still, as by default we don't ship any .network files, network devices will simply be tracked, but not touched, unless the admin configures things explicitly.
* build-sys: make networkd man pages conditionalTom Gundersen2013-11-12
|
* man: networkd - add documentationTom Gundersen2013-11-10