From: Yu Watanabe Date: Mon, 22 May 2023 05:18:40 +0000 (+0900) Subject: man: AllowedIPs= can be specified multiple times X-Git-Tag: v254-rc1~425^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F27726%2Fhead;p=thirdparty%2Fsystemd.git man: AllowedIPs= can be specified multiple times Closes #27507. --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 7e6a52c711d..ed765e1b9c9 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1700,9 +1700,10 @@ AllowedIPs= - 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. + 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. 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.