DFly now supports network interface group

Matthew Dillon dillon at backplane.com
Sun Aug 12 11:25:07 PDT 2018


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?
>
> --
> roman
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20180812/a48306cc/attachment-0003.htm>


More information about the Users mailing list