From f5e65279187b6aa0c0c5a00b14dca9eab441ffb2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 10 Oct 2017 00:22:57 +0200 Subject: New upstream version 235 --- man/systemd.link.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'man/systemd.link.xml') diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 1e4a1528db..99bb6a19fb 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -79,7 +79,7 @@ how the device should be configured. The first (in lexical order) of the link files that matches a given device is applied. Note that a default file 99-default.link is - shipped by the system, any user-supplied + shipped by the system. Any user-supplied .link should hence have a lexically earlier name to be considered at all. @@ -332,6 +332,16 @@ NamePolicy= fail, or in case NamePolicy= is missing or disabled. + + Note that specifying a name that the kernel might use for another + interface (for example eth0) is dangerous because the + name assignment done by udev will race with the assignment done by the + kernel, and only one interface may use the name. Depending on the order of + operations, either udev or the kernel will win, making the naming + unpredictable. It is best to use some different prefix, for example + internal0/external0 or + lan0/lan1/lan3. + @@ -385,6 +395,30 @@ Wake on PHY activity. + + unicast + + Wake on unicast messages. + + + + multicast + + Wake on multicast messages. + + + + broadcast + + Wake on broadcast messages. + + + + arp + + Wake on ARP. + + magic @@ -392,6 +426,13 @@ + + secureon + + Enable secureon(tm) password for MagicPacket(tm). + + + off @@ -449,6 +490,14 @@ TCP segmentation offload. Takes a boolean value. Defaults to "unset". + + + TCP6SegmentationOffload= + + The TCP6 Segmentation Offload (tx-tcp6-segmentation) when true enables + TCP6 segmentation offload. Takes a boolean value. + Defaults to "unset". + GenericSegmentationOffload= -- cgit v1.2.1