- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Jan 29 2021
Jan 29 2021
Jan 28 2021
Jan 28 2021
stepler added a comment to T3262: DHCPv6 client runs when dhcpv6-options is configured without requesting an address or PD.
Looks good on 1.4-rolling-202101280218:
vyos@vyos:~$ configure [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# exit Warning: configuration changes have not been saved. exit vyos@vyos:~$ ps ax | grep dhcp6c 1860 ttyS0 R+ 0:00 grep dhcp6c vyos@vyos:~$ show version
Looks good on 1.4-rolling-202101280218:
vyos@vyos:~$ configure [edit] vyos@vyos# set interfaces dummy dum0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface dum0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options duid 00:02:00:00:0d:e9:30:30:31:45:34:36:2d:58:58:58:58:58:58:58:58:58:58:58:58:58:58 [edit] vyos@vyos# commit [edit] vyos@vyos# exit Warning: configuration changes have not been saved. exit vyos@vyos:~$ show version
Jan 27 2021
Jan 27 2021
stepler updated the task description for T3262: DHCPv6 client runs when dhcpv6-options is configured without requesting an address or PD.
Found a minor bug: if DHCPv6 PD is configured without requesting an IPv6 address, the configured DUID is not sent.
Looks good on 1.4-rolling-202101270854:
vyos@vyos:~$ configure [edit] vyos@vyos# set interfaces ethernet eth0 address dhcpv6 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options duid 00:02:00:00:0d:e9:30:30:31:45:34:36:2d:58:58:58:58:58:58:58:58:58:58:58:58:58:58 [edit] vyos@vyos# commit [edit] vyos@vyos# exit Warning: configuration changes have not been saved. exit vyos@vyos:~$ show version
Jan 25 2021
Jan 25 2021
Jan 23 2021
Jan 23 2021
Jan 22 2021
Jan 22 2021
See T3240 for a proper fix.
Jan 17 2021
Jan 17 2021
I found a workaround (persists across reboots and upgrades):
cat <<'EOF' >/config/scripts/vyos-preconfig-bootup.script #!/bin/bash
Jan 12 2021
Jan 12 2021
Can we reopen this bug? I need to set a type 2 DUID to get a DHCPv6 PD from my ISP. This is the only thing keeping me from switching from an EdgeRouter to VyOS.
Jan 11 2021
Jan 11 2021
Looks good on 1.3-beta-202101111823:
vyos@vyos:~$ configure WARNING: You are currently configuring a live-ISO environment, changes will not persist until installed [edit] vyos@vyos# set interfaces ethernet eth0 vif 10 [edit] vyos@vyos# set interfaces ethernet eth0 vif 11 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth0.10 sla-id 0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth0.11 sla-id 1 [edit] vyos@vyos# commit [edit] vyos@vyos# delete interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth1 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth2 [edit] vyos@vyos# commit [edit] vyos@vyos# delete interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth1 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth2 sla-id 0 [edit] vyos@vyos# commit Site-Level Aggregation Identifier (SLA-ID) must be unique per prefix-delegation! [[interfaces ethernet eth0]] failed Commit failed [edit] vyos@vyos# exit discard exit vyos@vyos:~$ show version
Jan 7 2021
Jan 7 2021