summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-11-12 11:26:06 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-11-12 19:58:46 +0100
commitf269016c3e447d5373000e9837a9821ae81a2d87 (patch)
treef86b0c5a2ec14fad4fad8748ce77e2ff994dea80 /man
parentnetwork/brvlan: convert condtion to assertion (diff)
downloadsystemd-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.xml11
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>