diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-08 22:31:42 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-08 22:32:04 +0200 |
commit | 48c190822b1f0658fd715446a9efe4d91a32411a (patch) | |
tree | 4e9cf554734f88994994b5759ba260f1f0ed669b /man/systemd.netdev.xml | |
parent | 02b0109af5d7df805cd2f765a765e8f14f08527d (diff) | |
parent | 0d0de133f04d3870273970cfa4d61aac1ae06098 (diff) | |
download | systemd-48c190822b1f0658fd715446a9efe4d91a32411a.tar.gz |
Merge pull request #16405 from sipraga/master
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 37659326e3..c8ebd45c7f 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -499,11 +499,22 @@ <para>The MACVLAN mode to use. The supported options are <literal>private</literal>, <literal>vepa</literal>, - <literal>bridge</literal>, and - <literal>passthru</literal>. + <literal>bridge</literal>, + <literal>passthru</literal>, and + <literal>source</literal>. </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>SourceMACAddress=</varname></term> + <listitem> + <para>A whitespace-separated list of remote hardware addresses allowed on the MACVLAN. This + option only has an effect in source mode. Use full colon-, hyphen- or dot-delimited + hexadecimal. This option may appear more than once, in which case the lists are merged. If + the empty string is assigned to this option, the list of hardware addresses defined prior + to this is reset. Defaults to unset.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |