]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add 'macvtap' section
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jul 2015 10:12:10 +0000 (12:12 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jul 2015 10:12:10 +0000 (12:12 +0200)
systemd-networkd now supports 'macvtap' devices, similar to the already
supported 'macvlan' devices.

NEWS

diff --git a/NEWS b/NEWS
index 8e09efcdda398e37344a1ea343b8d1cad219528d..0fbfca4ab5ab8505f32cd3f6a192fb0662533941 100644 (file)
--- 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.