On 2/1/26, 11:21 AM, "Vladimir Sementsov-Ogievskiy" <[email protected] <mailto:[email protected]>> wrote:
> + if (tap->incoming_fds &&
> + (tap->fd || tap->fds || tap->helper || tap->script ||
> + tap->downscript)) {
> + error_setg(errp, "incoming-fds is incompatible with "
> + "fd=, fds=, helper=, script=, downscript=");
> + return -1;
> + }
Is it possible to relax this constraint at all? If so, I
would prefer to allow script= and downscript= parameters
to remain in place.
Thanks,
Ben
