diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-03-31 11:30:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 11:30:33 +0200 |
commit | 510cb1ce89d8ce3310e7ca514dd35986964d6f01 (patch) | |
tree | de3f366a982fb82000f8c5d96a982ad99bacb607 /man | |
parent | 0b180d754cd9b171f38e39554495841f666060f7 (diff) | |
parent | d8653945f71dc8a6fa27b033fdecb97bba95bf36 (diff) | |
download | systemd-510cb1ce89d8ce3310e7ca514dd35986964d6f01.tar.gz systemd-510cb1ce89d8ce3310e7ca514dd35986964d6f01.tar.bz2 systemd-510cb1ce89d8ce3310e7ca514dd35986964d6f01.zip |
Merge pull request #5534 from ssahani/vxlan-label
networkd: vxlan support setting IPv6 flow label
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 39e69480ec..de22a6d49e 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -604,6 +604,14 @@ ports, and allows overriding via configuration.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>FlowLabel=</varname></term> + <listitem> + <para>Specifies the flow label to use in outgoing packets. + The valid range is 0-1048575. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |