From c106cc36b9b8e8998eb95299b02f1db9c1209122 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 4 Dec 2014 21:57:13 +0100 Subject: networkd: add basic [Link] settings to .network files This allows the default link settings (set in .link files) to be overridden per Network. Only MTU and MACAddress is supported for now. --- man/systemd.network.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index a913fdfc5e..11b4370a6e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -179,6 +179,30 @@ + + [Link] Section Options + + The [Link] section accepts the following keys: + + + + MACAddress= + + The hardware address. + + + + 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. + + + + + [Network] Section Options -- cgit v1.2.3-54-g00ecf