From def12125357ed2efd6d581d9033afcc9d66daa8a Mon Sep 17 00:00:00 2001 From: Manuel Bouyer Date: Wed, 3 Feb 2021 17:54:20 +0100 Subject: [PATCH] docs/man: Document qemu-ifup on NetBSD Document that on NetBSD, the tap interface will be configured by the qemu-ifup script. Signed-off-by: Manuel Bouyer Release-Acked-by: Ian Jackson --- docs/man/xl-network-configuration.5.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/man/xl-network-configuration.5.pod b/docs/man/xl-network-configuration.5.pod index af058d4d3c..8e5fd909fa 100644 --- a/docs/man/xl-network-configuration.5.pod +++ b/docs/man/xl-network-configuration.5.pod @@ -172,6 +172,9 @@ add it to the relevant bridge). Defaults to C but can be set to any script. Some example scripts are installed in C. +Note on NetBSD HVM guests will ignore the script option for tap +(emulated) interfaces and always use +C to configure the interface in bridged mode. =head2 ip -- 2.39.5