diff options
author | Tom Gundersen <teg@jklm.no> | 2014-07-03 12:19:14 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-03 12:19:26 +0200 |
commit | ffd488e272aa95f7d43626e1f90fea8c30a5863b (patch) | |
tree | 4f79f32cf1201c87913de6785ddbdf808aa0340d /man/systemd.netdev.xml | |
parent | 853284abddb0c944c0dd5844735022be03dc1ab0 (diff) |
networkd: tuntap - default to no packet information
Susant says:
> ip tuntap turns this off by default.
Let's follow ip(8) here as that should be the least surprising.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 64987980a7..c90bd8f98c 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -366,7 +366,7 @@ <listitem><para>Takes a boolean argument. Configures whether packets should be prepened with four extra bytes (two flag bytes and two protocol bytes). If disabled it indicates that the packets will be - pure IP packets. Defaults to <literal>yes</literal>.</para> + pure IP packets. Defaults to <literal>no</literal>.</para> </listitem> </varlistentry> <varlistentry> |