diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-07-29 12:12:10 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-07-29 12:12:10 +0200 |
commit | f5f113f66692abaf72e83698cb7b4f3690b90cf8 (patch) | |
tree | b24972493194ff6fd89d0bf7c649f6b57cfb54a7 /NEWS | |
parent | 48579c4b6ae78628ab93f5902062cd5e9b088a06 (diff) |
NEWS: add 'macvtap' section
systemd-networkd now supports 'macvtap' devices, similar to the already
supported 'macvlan' devices.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |