[PATCH] device: revert pipelining UAPI requests

Jason A. Donenfeld Jason at zx2c4.com
Tue Mar 9 15:09:16 UTC 2021


On Tue, Mar 9, 2021 at 8:04 AM Laura Zelenku <laura.zelenku at wandera.com> wrote:
>
> Hello devs,
> there is an issue when using wg-quick tool and wg tool bellow from wireguard-tools repository (version v1.0.20210223). I’m running: wg-quick up operation with config file in /etc/wireguard/ directory. Get operations are ok. Processed without a problem. But for Set operation the processing will stuck on "buffered.ReadString('\n’)” (in the second run of for loop cycle, after set command is processed in first for loop cycle) because bufio.Scanner will read everything from the socket.

I'm unable to reproduce this issue. Can you send a small shell script
that does so?

> Please revert till proper fix is ready.

How hard can a proper fix be? Can't we just commit the actual fix instead?

Jason


More information about the WireGuard mailing list