First, I want to point y’all to a new discussion thread [1] I set up on 
DHCPCD’s mailing list. Instead of rehashing everything here, I’ll just let 
y’all read it there. Once I come up with some good ideas from that discussion 
for moving forward, I’ll summarize them here.

Second, I was feeling adventurous tonight, so I wanted to explore what PD 
configuration would look like in VyOS. I created this [2] commit on my fork, 
and I think it lines up with this graphical representation of the config:

interface eth0 dhcpv6-options prefix-delegation {
    interface eth1 {
        service slaac
        service <whatever else we decide to put here>
    }
    interface eth2 {
        service slaac
    }
    prefix-length 60
}

Could someone take a look at the commit and tell me if I’m doing it correctly, 
assuming that config representation is what we eventually agree to? Also, what 
do y’all think of the config style? EdgeOS used “pd” instead of 
“prefix-delegation”, but that is just way to vague for my taste. I prefer the 
explicitness of “prefix-delegation.”

> On Jan 27, 2016, at 6:58 PM, Daniil Baturin <dan...@baturin.org> wrote:
> 
> Fossil is maintained by the same person who maintains SQLite. I've never
> used it myself, but this fact alone makes me think it should be at least
> sane.

Fascinating. I just need to figure out how to clone this junk. I’ll ask on the 
discussion list over there.

> I've been looking into dhcpd some time ago, scarcity of docs scared me
> off a bit, but otherwise it looks impressive.

And based on my discussions so far, I’m impressed. I’m liking it more and more.

Thanks,

Nick

[1] http://roy.marples.name/archives/dhcpcd-discuss/2016/1154.html 
<http://roy.marples.name/archives/dhcpcd-discuss/2016/1154.html>
[2] 
https://github.com/beamerblvd/vyatta-cfg-system/commit/c52997a13f8c8ca7c7f9098c5c33f9d92862d0fa
 
<https://github.com/beamerblvd/vyatta-cfg-system/commit/c52997a13f8c8ca7c7f9098c5c33f9d92862d0fa>

_______________________________________________
Vyos-developers mailing list
Vyos-developers@lists.tuxis.nl
https://lists.tuxis.nl/listinfo/vyos-developers

Reply via email to