]> git.feebdaed.xyz Git - 0xmirror/iproute2.git/commit
tuntap: add missing brackets to json output
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 23 Nov 2025 16:49:49 +0000 (08:49 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 23 Nov 2025 16:49:49 +0000 (08:49 -0800)
commit9cc782b36abe210fd3248c6d86b56d4ed72a6992
treee57224cad68c5947188abbbec73ab0db5a17aeb8
parent2a82227f984b3f97354e4a490d3f172eedf07f63
tuntap: add missing brackets to json output

The set of processes attached to tuntap are displayed
as JSON array, but was missing the inner brackets to
allow for multiple processes.

Fixes: 689bef5dc97a ("tuntap: support JSON output")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iptuntap.c