From: Tom Yan Date: Tue, 17 Aug 2021 14:53:29 +0000 (+0800) Subject: man: network: mention that Promiscuous= can be used to set nopromisc for passthru... X-Git-Tag: v250-rc1~816^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea859ef013e856536772b675b3d4da7c0cead35;p=thirdparty%2Fsystemd.git man: network: mention that Promiscuous= can be used to set nopromisc for passthru MACV{LAN,TAP} --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 5e231d9a630..42570c1c60c 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.