From f8c5301e44e823d687b12dc3d3cf9592c7421142 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 22 May 2023 14:18:40 +0900 Subject: [PATCH] man: AllowedIPs= can be specified multiple times Closes #27507. --- man/systemd.netdev.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.47.3