From: David Herrmann Date: Wed, 29 Jul 2015 10:12:10 +0000 (+0200) Subject: NEWS: add 'macvtap' section X-Git-Tag: v223~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5f113f66692abaf72e83698cb7b4f3690b90cf8;p=thirdparty%2Fsystemd.git NEWS: add 'macvtap' section systemd-networkd now supports 'macvtap' devices, similar to the already supported 'macvlan' devices. --- diff --git a/NEWS b/NEWS index 8e09efcdda3..0fbfca4ab5a 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,9 @@ CHANGES WITH 223: networkd will configure the IPv6 flow-label of the tunnel device according to RFC2460. + - The 'macvtap' virtual network devices are now supported, similar to + the already supported 'macvlan' devices. + * systemd-resolved now implements RFC5452 to improve resilience against cache poisoning. Additionally, source port randomization is enabled by default to further protect against DNS spoofing attacks.