Limit wireguard peers listing to -A or wg-interface
authorkn <kn@openbsd.org>
Wed, 26 Oct 2022 17:06:31 +0000 (17:06 +0000)
committerkn <kn@openbsd.org>
Wed, 26 Oct 2022 17:06:31 +0000 (17:06 +0000)
commit819299a5ff1b0a119f271466b98bf31064a6e4a0
tree6dc2e174b6c08269b84acd4d0ce9f06b976f7185
parent680ee9d89825d355446fbab91dded7e0449fc1ef
Limit wireguard peers listing to -A or wg-interface

ifconfig(8) output can get too long when always printing `wgpeers' for all
wg(4) interfaces, so omit it output is requested and/or output is limited
to the interface group "wg" or a specific interface "wgX".

No install media size change as wireguard code is under #ifndef SMALL.

Diff from Mikolaj Kucharski <mikolaj AT kucharski DOT name>
makes Hrvoje Popovski happy
manual bits from jmc
OK sthen
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifconfig.c