diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-12 11:26:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-12 19:58:46 +0100 |
commit | f269016c3e447d5373000e9837a9821ae81a2d87 (patch) | |
tree | f86b0c5a2ec14fad4fad8748ce77e2ff994dea80 /man | |
parent | network/brvlan: convert condtion to assertion (diff) | |
download | systemd-f269016c3e447d5373000e9837a9821ae81a2d87.tar.xz systemd-f269016c3e447d5373000e9837a9821ae81a2d87.zip |
network/brvlan: make [BridgeVLAN] settings support an empty string
This also renames Network.pvid and friends.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index fe8c8a14c6..886258fbd0 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -5858,8 +5858,9 @@ ServerAddress=192.168.0.1/24</programlisting> <varlistentry> <term><varname>VLAN=</varname></term> <listitem> - <para>The VLAN ID allowed on the port. This can be either a single ID or a range M-N. Takes - an integer in the range 1…4094.</para> + <para>The VLAN ID allowed on the port. This can be either a single ID or a range M-N. Takes an + integer in the range 1…4094. This setting can be specified multiple times. If an empty string is + assigned, then the all previous assignments are cleared.</para> <xi:include href="version-info.xml" xpointer="v231"/> </listitem> @@ -5868,8 +5869,10 @@ ServerAddress=192.168.0.1/24</programlisting> <term><varname>EgressUntagged=</varname></term> <listitem> <para>The VLAN ID specified here will be used to untag frames on egress. Configuring - <varname>EgressUntagged=</varname> implicates the use of <varname>VLAN=</varname> above and will enable the - VLAN ID for ingress as well. This can be either a single ID or a range M-N.</para> + <varname>EgressUntagged=</varname> implicates the use of <varname>VLAN=</varname> above and will + enable the VLAN ID for ingress as well. This can be either a single ID or a range M-N. This + setting can be specified multiple times. If an empty string is assigned, then the all previous + assignments are cleared.</para> <xi:include href="version-info.xml" xpointer="v231"/> </listitem> |