<div dir="ltr">ok, excellent.<div><br></div><div>-Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 12, 2018 at 3:36 PM, Aaron LI <span dir="ltr"><<a href="mailto:aly@aaronly.me" target="_blank">aly@aaronly.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On August 13, 2018 2:25:07 AM GMT+08:00, Matthew Dillon <<a href="mailto:dillon@backplane.com">dillon@backplane.com</a>> wrote:<br>
>I guess we should follow netbsd's syntax there, so the question then<br>
>becomes... how does it work in netbsd?<br>
><br>
>-Matt<br>
><br>
>On Sun, Aug 12, 2018 at 8:53 AM, Roman Neuhauser <<a href="mailto:neuhauser@sigpipe.cz">neuhauser@sigpipe.cz</a>><br>
>wrote:<br>
><br>
>> # <a href="mailto:aly@aaronly.me">aly@aaronly.me</a> / 2018-08-12 14:09:11 +0800:<br>
>> > $ ifconfig tun0 group vpn  # add "tun0" to group "vpn"<br>
>> > $ ifconfig tun0 group -vpn  # remove "tun0" from group "vpn"<br>
>><br>
>> wouldn't<br>
>><br>
>>   $ ifconfig tun0 group vpn # add<br>
>>   $ ifconfig tun0 -group vpn # remove<br>
>><br>
>> be more in line with prevailing practice?<br>
<br>
</span>Sorry, my mistake. The right syntax is<br>
<span class=""><br>
$ ifconfig tun0 group vpn # add<br>
$ ifconfig tun0 -group vpn # remove<br>
<br>
</span>Same as other BSDs.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Cheers,<br>
Aaron<br>
</font></span></blockquote></div><br></div>