From 70fcda8562b6a890e511fd39fa120a27471811bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 19 May 2020 16:21:52 +0200 Subject: [PATCH] NEWS: retroactively document Family= Requested in https://github.com/systemd/systemd/issues/13233#issuecomment-630800112. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index e7aaa12ca0..4c4e92b763 100644 --- a/NEWS +++ b/NEWS @@ -819,6 +819,9 @@ CHANGES WITH 243: * systemd-networkd's TUN support gained a new setting VnetHeader= for tweaking Generic Segment Offload support. + * The address family for policy rules may be specified using the new + Family= option in the [RoutingPolicyRule] section. + * networkctl gained a new "delete" command for removing virtual network devices, as well as a new "--stats" switch for showing device statistics.