DFly now supports network interface group

Matthew Dillon dillon at backplane.com
Sun Aug 12 21:07:53 PDT 2018


ok, excellent.

-Matt

On Sun, Aug 12, 2018 at 3:36 PM, Aaron LI <aly at aaronly.me> wrote:

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


More information about the Users mailing list