From 5ea859ef013e856536772b675b3d4da7c0cead35 Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Tue, 17 Aug 2021 22:53:29 +0800 Subject: [PATCH 1/2] man: network: mention that Promiscuous= can be used to set nopromisc for passthru MACV{LAN,TAP} --- man/systemd.network.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 5e231d9a63..42570c1c60 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -187,6 +187,8 @@ Takes a boolean. If set to true, promiscuous mode of the interface is enabled. Defaults to unset. + If this is set to false for the underlying link of a passthru mode MACVLAN/MACVTAP, + the virtual interface will be created with the nopromisc flag set. From 5cf9069f08f4630281ff911d1322113095807751 Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Tue, 17 Aug 2021 22:53:49 +0800 Subject: [PATCH 2/2] man: network: mention that RouteMetric= in [DHCPv4] is also applied to the prefix route --- man/systemd.network.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 42570c1c60..e7ee1cda1b 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1881,8 +1881,9 @@ IPv6Token=prefixstable:2002:da8:1:: RouteMetric= - Set the routing metric for routes specified by the DHCP server. Takes an unsigned - integer in the range 0…4294967295. Defaults to 1024. + Set the routing metric for routes specified by the DHCP server (including the prefix + route added for the specified prefix). Takes an unsigned integer in the range 0…4294967295. + Defaults to 1024.