On 7/18/2018 2:54 AM, Florian Obser wrote:
> During g2k18 I commited rad(8).
>
> [snip]
I had a chance to do a couple simple tests with rad(8) in my test
environment.
# cat rad.conf
interface em0 {
prefix fdcf:b715:2f4d:100::/64
prefix 2001:DB8:2f4d:100::/64
dns {
resolver fdcf:b715:2f4d:1::3
}
}
I used a FreeBSD client on em0.
I verified that each prefix in the rad.conf was assigned to the client,
and the DNS resolver made it into /etc/resolv.conf on the client.
So far, it looks good. And I do like the new syntax! :)
Thanks.