diff options
author | 1848 <nomail> | 2019-10-22 17:41:10 +0200 |
---|---|---|
committer | 1848 <nomail> | 2019-10-22 17:41:10 +0200 |
commit | 21bba27d9ba368515be3ec2639a86733dd79480d (patch) | |
tree | ecf19ca6a7b2ac780b84f399cf883106d1e804cc /man | |
parent | 6ba0e7c8fe726abd67b38bffc1f1f8dcba1f5377 (diff) | |
download | systemd-21bba27d9ba368515be3ec2639a86733dd79480d.tar.gz |
Added ip6gre example to man
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 43133559b3..8031bc0e0b 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -2019,6 +2019,16 @@ Remote=10.65.223.239</programlisting> </example> <example> + <title>/etc/systemd/network/25-ip6gre.netdev</title> + <programlisting>[NetDev] +Name=ip6gre-tun +Kind=ip6gre + +[Tunnel] +Key=123</programlisting> + </example> + + <example> <title>/etc/systemd/network/25-vti.netdev</title> <programlisting>[NetDev] |