]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: add a helper to generate uapi configs
authorJosh Bleecher Snyder <josh@tailscale.com>
Mon, 14 Dec 2020 22:12:56 +0000 (14:12 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Jan 2021 13:49:44 +0000 (14:49 +0100)
commit94b33ba705c75a6c02fc0567f0d6a776d4f03d07
tree1f8adc7eee37c070de2fa034520466692b198c2a
parentea8fbb5927d462099103f42a124aeb9922bf3d0f
device: add a helper to generate uapi configs

This makes it easier to work with configs in tests.
It'll see heavier use over upcoming commits;
this commit only adds the infrastructure.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
device/device_test.go