]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: AllowedIPs= can be specified multiple times 27726/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 May 2023 05:18:40 +0000 (14:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 May 2023 05:18:46 +0000 (14:18 +0900)
Closes #27507.

man/systemd.netdev.xml

index 7e6a52c711d05ace1a08f982bcac277babac90e3..ed765e1b9c9faa187e299667dbde220219c4a628 100644 (file)
       <varlistentry>
         <term><varname>AllowedIPs=</varname></term>
         <listitem>
-          <para>Sets a comma-separated list of IP (v4 or v6) addresses with CIDR masks
-          from which this peer is allowed to send incoming traffic and to
-          which outgoing traffic for this peer is directed.</para>
+          <para>Sets a comma-separated list of IP (v4 or v6) addresses with CIDR masks from which this peer
+          is allowed to send incoming traffic and to which outgoing traffic for this peer is directed. This
+          setting can be specified multiple times. If an empty string is assigned, then the all previous
+          assignments are cleared.</para>
 
           <para>The catch-all 0.0.0.0/0 may be specified for matching all IPv4 addresses,
           and ::/0 may be specified for matching all IPv6 addresses.</para>