diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-06-22 19:26:31 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-07-01 13:51:35 +0900 |
commit | e64b31c84867d9a9c07166ec9cedf6776b93b1be (patch) | |
tree | 1ed5c12831c51cc4e33d4eb393c4d76596710e97 /man | |
parent | 518cd6b52700b1206ea2b268602b7da7073f160f (diff) | |
download | systemd-e64b31c84867d9a9c07166ec9cedf6776b93b1be.tar.gz |
network: add VLANProtocol= setting in [SR-IOV] section
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 5968c16b21..7c31f345ab 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -270,6 +270,14 @@ </varlistentry> <varlistentry> + <term><varname>VLANProtocol=</varname></term> + <listitem> + <para>Specifies VLAN protocol of the virtual function. Takes <literal>802.1Q</literal> or + <literal>802.1ad</literal>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>MACSpoofCheck=</varname></term> <listitem> <para>Takes a boolean. Controls the MAC spoof checking. When unset, the kernel's default will be used.</para> |