Page MenuHomeVyOS Platform

DHCPv6 not working 1.3-rolling-202007251937
Closed, ResolvedPublicBUG

Description

I am unable to get a DHCPv6 address on the version 1.3-rolling-202007251937. This is the same config that works on version 1.3-rolling-202007152012

Below is my config for my wan interface.

interfaces {

ethernet eth0 {
    address dhcp
    address dhcpv6
    description Internet
    dhcpv6-options {
        prefix-delegation {
            interface eth1 {
                address 1
                sla-id 0
                sla-len 0

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-202007251937
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Behavior change

Event Timeline

thadrumr changed Is it a breaking change? from Unspecified (possibly destroys the router) to Behavior change.Aug 3 2020, 2:25 AM

I tried the latest version 1.3-rolling-202008030118 and now I get an address on the outside interface but it doesn't delegate the prefix to the lan interface.

1.3-rolling-202008031923 Fixes this issue this can be closed. Thanks @c-po