summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-25 19:30:40 +0100
committerTom Gundersen <teg@jklm.no>2014-02-25 19:30:40 +0100
commiteac684ef1c29684b1bcd27a89c38c202e568e469 (patch)
treede9ab54f12d109dfc9b79a1dc45530330561e4e2 /man/systemd.link.xml
parent1ff28eaee33d9d0cee46bd176b6d6f8805c95036 (diff)
man: split out systemd.net{work,dev}(5) from systemd-networkd(8)
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml32
1 files changed, 17 insertions, 15 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index c1176ba17..debe65ee5 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -348,23 +348,25 @@
<refsect1>
<title>Example</title>
<example>
- <title>/etc/systemd/network/wireless.link</title>
+ <title>/etc/systemd/network/bridge.netdev</title>
- <programlisting>[Match]
-MACAddress=12:34:56:78:9a:bc
-Driver=brcmsmac
-Path=pci-0000:02:00.0-*
-Type=wlan
-Virtualization=no
-Host=my-laptop
-Architecture=x86-64
+ <programlisting>[NetDev]
+Name=bridge0
+Kind=bridge</programlisting>
+ </example>
+ </refsect1>
+
+ <refsect1>
+ <title>Example</title>
+ <example>
+ <title>/etc/systemd/network/vlan1.netdev</title>
+
+ <programlisting>[NetDev]
+Name=vlan1
+Kind=vlan
-[Link]
-Name=wireless0
-MTUBytes=1450
-BitsPerSecond=10M
-WakeOnLan=magic
-MACAddress=cb:a9:87:65:43:21</programlisting>
+[VLAN]
+Id=1</programlisting>
</example>
</refsect1>