From 48847676ca94159f9ce4936a1353ae0f5f9683f9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 26 Jun 2018 01:43:33 +0900 Subject: [PATCH] man: add comments about MTUBytes= and MACAddress= for tuntap devices Closes #9407. --- man/systemd.netdev.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 50732586413..7faa38d502e 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -266,12 +266,13 @@ MTUBytes= - The maximum transmission unit in bytes to set for - the device. The usual suffixes K, M, G, are supported and - are understood to the base of 1024. This key is not - currently supported for tun or - tap devices. - + The maximum transmission unit in bytes to set for the device. The usual suffixes K, M, G, + are supported and are understood to the base of 1024. For tun or + tap devices, MTUBytes= setting is not currently supported in + [NetDev] section. Please specify it in [Link] section of + corresponding + systemd.network5 + files. @@ -281,9 +282,11 @@ given, one is generated based on the interface name and the machine-id5. - This key is not currently supported for - tun or tap devices. - + For tun or tap devices, MACAddress= setting + is not currently supported in [NetDev] section. Please specify it in + [Link] section of corresponding + systemd.network5 + files. @@ -1342,7 +1345,7 @@ - Example + Examples /etc/systemd/network/25-bridge.netdev -- 2.47.3