Re: DHCPv6 client in base

2020-07-27 Thread Roy Marples via freebsd-net
Hi Dries On 26/07/2020 09:30, driesm.michi...@gmail.com wrote: Following the discussion a while ago regarding the import of a DHCPv6 client. The current state of dhcpcd is such that capsicum and privelege separation is fully implemented. How do we move forward with this?  I’d really like to

Re: Notification about tentative IPv6 address from route socket

2020-05-04 Thread Roy Marples via freebsd-net
Hi Alexander On 04/05/2020 08:58, Alexander V. Chernikov wrote: 04.05.2020, 07:23, "Guy Yur" : Hi, -- Original Message -- From: "Alexander V. Chernikov" To: "Steffen Christgau" ; "freebsd-net@freebsd.org" Sent: 2020-05-03 11:42:07 Subject: Re: Notification about tentative IPv6 addres

Re: DHCPv6 client in base

2020-04-02 Thread Roy Marples via freebsd-net
Hi Ben On 30/11/2019 02:52, Ben Woods wrote: I have just added the new port net/dhcpcd-devel which uses the latest commit (273915d), and enables privilege separation. If you would care to update port net/dhcpcd to dhcpcd-9.0.0 which I've just released this discussion can move forwards again :

Re: DHCPv6 client in base

2019-11-29 Thread Roy Marples via freebsd-net
Hey Ben On 30/11/2019 02:52, Ben Woods wrote: I have just added the new port net/dhcpcd-devel which uses the latest commit (273915d), and enables privilege separation. So far it seems to be working ok for me! Good! I've had a fair bit of feedback from the initial commit and the latest (whic

Re: DHCPv6 client in base

2019-11-28 Thread Roy Marples via freebsd-net
On 28/11/2019 22:50, Ben Woods wrote: It is not yet enabled by default until he gets more feedback from others that it is working ok. I intend to update the FreeBSD port to enable this feature (perhaps with a “-devel” port) to allow it to be tested more easily on FreeBSD. Please add it as a n

Re: DHCPv6 client in base

2019-10-13 Thread Roy Marples via freebsd-net
On 13/10/2019 20:32, Hiroki Sato wrote: Ben Woods wrote in : wo> On Fri, 11 Oct 2019 at 08:32, Ben Woods wrote: wo> As promised, I have completed my initial work to import dhcpcd into FreeBSD wo> base, and it is ready for review, testing and comment at the link below. wo> https://reviews.fr

Re: DHCPv6 client in base

2019-10-12 Thread Roy Marples via freebsd-net
On 12/10/2019 03:04, Hiroki Sato wrote: I emphasize again here that people who want to use dhcpcd are still able to install net/dhcpcd and override a combination of utilities such as rtsold. Ditto for ISC's IPv6-capable dhclient. My opinion about the import is that if we adopt dhcpcd in

Re: DHCPv6 client in base

2019-10-11 Thread Roy Marples via freebsd-net
On 11/10/2019 20:40, Hiroki Sato wrote: I do not have a strong objection on dhcpcd (I am using it on some of my FreeBSD boxes actually) but let me explain the reason why I chose wide-dhcp as the candidate. That is because it is a small, functional DHCPv6-only implementation. I am planni

Re: DHCPv6 client in base

2019-10-07 Thread Roy Marples via freebsd-net
On 07/10/2019 20:20, Julian Elischer wrote: > On 10/7/19 12:05 PM, Roy Marples wrote: >> On 07/10/2019 19:45, Julian Elischer wrote: >>> I'm not HRS, but as it uses netlink, how does NetBSD use it? (i.e. >>> how do we simulate that?) >> >> dhcpcd has a driver per OS: >> BSD == route(4) > > though

Re: DHCPv6 client in base

2019-10-07 Thread Roy Marples via freebsd-net
On 07/10/2019 19:45, Julian Elischer wrote: I'm not HRS, but as it uses netlink, how does NetBSD use it?  (i.e. how do we simulate that?) dhcpcd has a driver per OS: BSD == route(4) Linux == netlink(3) Solaris == route(4) along with an unholy mashup of streamio(7) I try and keep OS specific de