diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-13 19:42:02 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-13 20:17:06 +0100 |
commit | 0dfaa0060711a8332c8eb9f1e10f48fe182d3650 (patch) | |
tree | 0b991d704d43a7c96363478b7878b070a9c1c238 /man/systemd-nspawn.xml | |
parent | bd763d350c7e8bf8b934bd45bc34ac35cdba2a63 (diff) |
nspawn: add "-n" shortcut for "--network-veth"
Now that networkd's IP masquerading support means that running
containers with "--network-veth" will provide network access out of the
box for the container, let's add a shortcut "-n" for it, to make it
easily accessible.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 7d67472ff8..e67aeecb1a 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -407,6 +407,7 @@ </varlistentry> <varlistentry> + <term><option>-n</option></term> <term><option>--network-veth</option></term> <listitem><para>Create a virtual |