DFly now supports network interface group
Aaron LI
aly at aaronly.me
Sun Aug 12 15:36:15 PDT 2018
On August 13, 2018 2:25:07 AM GMT+08:00, Matthew Dillon <dillon at backplane.com> wrote:
>I guess we should follow netbsd's syntax there, so the question then
>becomes... how does it work in netbsd?
>
>-Matt
>
>On Sun, Aug 12, 2018 at 8:53 AM, Roman Neuhauser <neuhauser at sigpipe.cz>
>wrote:
>
>> # aly at aaronly.me / 2018-08-12 14:09:11 +0800:
>> > $ ifconfig tun0 group vpn # add "tun0" to group "vpn"
>> > $ ifconfig tun0 group -vpn # remove "tun0" from group "vpn"
>>
>> wouldn't
>>
>> $ ifconfig tun0 group vpn # add
>> $ ifconfig tun0 -group vpn # remove
>>
>> be more in line with prevailing practice?
Sorry, my mistake. The right syntax is
$ ifconfig tun0 group vpn # add
$ ifconfig tun0 -group vpn # remove
Same as other BSDs.
--
Cheers,
Aaron
More information about the Users
mailing list