]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
show: fix show all endpoints output
authorDmitry Selivanov <dseliv@gmail.com>
Wed, 8 Feb 2023 06:30:16 +0000 (09:30 +0300)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 8 Feb 2023 16:47:47 +0000 (13:47 -0300)
commitb4f6b4f229d291daf7c35c6f1e7f4841cc6d69bc
tree9586e7b81411c2e48195ae125a2da3d8a3cd5520
parent139aac59a5ab7da913d4b6dd62692fa90e2ccad4
show: fix show all endpoints output

Currently "wg show all endpoints" prints interface name only once
while other "show all" commands print it on each line as man says.

Signed-off-by: Dmitry Selivanov <dseliv@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/show.c