Page MenuHomeVyOS Platform
Feed All Stories

Jan 17 2024

Viacheslav changed the status of T5941: [1.3.5 -> 1.4.0-RC1 Migration] Orphaned Configuration Nodes Cause Issues from Open to Needs testing.
Jan 17 2024, 6:03 PM · VyOS 1.4 Sagitta
GitHub <[email protected]> committed rVYOSONEX0f61334ff4a3: Merge pull request #2845 from vyos/mergify/bp/sagitta/pr-2842 (authored by c-po).
Jan 17 2024, 5:48 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe6713a7e861d: T5953: Changed values of 'close-action' to Strongswan values (authored by a.apostoliuk).
Jan 17 2024, 5:38 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX1a301a085833: dhcp: T5948: Strip trailing dot from hostnames (authored by sarthurdev).
Jan 17 2024, 5:37 PM
a.apostoliuk committed rVYOSONEX8870fabf1b43: T5953: Changed values of 'close-action' to Strongswan values.
Jan 17 2024, 5:37 PM
GitHub <[email protected]> committed rVYOSONEXc07f27e8e232: Merge pull request #2842 from aapostoliuk/T5953-circinus (authored by c-po).
Jan 17 2024, 5:37 PM
sarthurdev added a comment to T5835: UPnP port mapping / rule installation fails.

Sounds like a great solution to me, happy to review your PR.

Jan 17 2024, 5:37 PM
sarthurdev committed rVYOSONEX2da78b428243: dhcp: T5948: Strip trailing dot from hostnames.
Jan 17 2024, 5:36 PM
GitHub <[email protected]> committed rVYOSONEXbbd8c90755c6: Merge pull request #2843 from sarthurdev/T5948 (authored by c-po).
Jan 17 2024, 5:36 PM
sarthurdev changed the status of T5948: pdns-recursor crashes on restart if hostfile-update is enabled and dhcp client sends hostname with trailing dot from Open to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2843

Jan 17 2024, 5:23 PM · VyOS 1.5 Circinus
Giggum added a comment to T5950: Communicate with UPS for monitoring and clean shutdown.

Sample config files here: https://github.com/networkupstools/nut/tree/master/conf

Jan 17 2024, 4:59 PM
dylanneild added a comment to T5835: UPnP port mapping / rule installation fails.

I think there are actually two aspects here.

Jan 17 2024, 4:52 PM
sarthurdev added a comment to rVYOSONEXee494c3a1dbf: dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in the….

Are you able to provide the dhcp config that fails migration? I wasn't able to re-create any migration problem in my tests

set service dhcp-server hostfile-update
set service dhcp-server shared-network-name LAN option name-server '192.168.1.1'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 lease '86400'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 option default-router '192.168.1.1'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 option domain-name 'localdomain'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 option name-server '192.168.1.1'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 range 0 start '192.168.1.9'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 range 0 stop '192.168.1.254'

same as whats in the old quickstart guide

Jan 17 2024, 4:19 PM
chenxiaolong added a comment to T5948: pdns-recursor crashes on restart if hostfile-update is enabled and dhcp client sends hostname with trailing dot.

Sure. I did some further testing and it looks like this is triggered if the client sends DHCP option 81 (FQDN). To reproduce:

Jan 17 2024, 4:15 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5955: Rootless containers/set uid/gid for container.

Which user are you expecting? Hows to check from which user container was started?
Any idea for CLI?

Jan 17 2024, 4:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav renamed T5954: Enable nvme_hwmon and drivetemp in KERNEL from Enable nvme_hwmon and drivetemp to Enable nvme_hwmon and drivetemp in KERNEL.
Jan 17 2024, 4:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026: VyOS 1.4 Sagitta.
Jan 17 2024, 3:58 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav triaged T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped as Normal priority.
Jan 17 2024, 3:55 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped, a subtask of T5938: Migration fail root task for 1.4-rc, from Open to Needs testing.
Jan 17 2024, 3:55 PM · VyOS Rolling, Restricted Project
Viacheslav changed the status of T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped from Open to Needs testing.

@kevinrausch I cannot reproduce it, all works fine.
before update

vyos@r1# run show conf com | match route6
set protocols static interface-route6 2001:db8::/64 next-hop-interface lo
set protocols static table 10 interface-route6 2001:db8::/64 next-hop-interface tun0
set protocols static table 20 interface-route6 2001:db8::/64 next-hop-interface tun1
[edit]
vyos@r1# 
[edit]
vyos@r1# run show version
Jan 17 2024, 3:55 PM · VyOS 1.4 Sagitta (1.4.1)
kevinrausch added a comment to T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.

Performed these steps:

  • clean, checkout 1.3.5, build, push to internal web host
  • rollback VM to 1.3.2 working baseline
  • save vyos132.cfg
  • add system image https://removed/vyos-1.3.5-private-amd64.iso
  • reboot
  • compare 1, no changes to config as expected
  • add system image https://cdn.vyos.io/1.4.0-rc1/vyos-1.4.0-rc1-amd64.iso
  • reboot
  • compare 1, confirm routes dropped per T5947 description
  • load vyos132.cfg
  • compare 1, observe routes have been migrated as expected, below
Jan 17 2024, 3:45 PM · VyOS 1.4 Sagitta (1.4.1)
kevinrausch added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

1.4.0-rc2 also has opennhrp service stop after vyos startup. Can you please add a 1.4 tag to this issue?

Jan 17 2024, 3:14 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
anonuser35hww45 created T5955: Rootless containers/set uid/gid for container.
Jan 17 2024, 3:11 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
anonuser35hww45 created T5954: Enable nvme_hwmon and drivetemp in KERNEL.
Jan 17 2024, 3:06 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T1641: VRRP conntrack-sync dropping packets passing through the router.

@Daya @trae32566 Is it not the issue anymore?

Jan 17 2024, 2:42 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
a.apostoliuk changed the status of T5953: Rename 'close_action' value from `hold` to `trap` in IPSEC IKE from Open to In progress.
Jan 17 2024, 2:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk claimed T5953: Rename 'close_action' value from `hold` to `trap` in IPSEC IKE .
Jan 17 2024, 2:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk created T5953: Rename 'close_action' value from `hold` to `trap` in IPSEC IKE .
Jan 17 2024, 2:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T1467: Loopback interface naming and dummy devices.

I'd tag it as wontfix

Jan 17 2024, 2:15 PM
Viacheslav lowered the priority of T2004: BGP FQDN capability not sending domain name from High to Normal.

Domain name was never configured for FRR in our templates

r4# conf t
r4(config)# domainname 
  WORD  This system's domain name
r4(config)#
Jan 17 2024, 1:55 PM · VyOS 1.4 Sagitta (1.4.0), Restricted Project
Viacheslav closed T2163: Disabled vif interface with "address dhcp" requests DHCP address as Not Applicable.

Seems fixed:
Before reboot:

set interfaces ethernet eth1 description 'LAN'
set interfaces ethernet eth1 hw-id '52:54:00:04:33:2b'
set interfaces ethernet eth1 vif 20 address 'dhcp'
set interfaces ethernet eth1 vif 20 disable
Jan 17 2024, 1:33 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T4425: Hide DHCP leases from interfaces without active DHCP client as Not Applicable.

Fixed for both VyOS 1.5-rolling-202401140026 and VyOS 1.4.0-rc2

Jan 17 2024, 12:30 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Jan 17 2024, 12:14 PM · VyOS Rolling, Restricted Project
Viacheslav closed T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail as Resolved.
Jan 17 2024, 12:14 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5509: Add capability to add firewall rules similar to CoPP through VyOS configuration.

I'm against this implementation. We agree do not use boolean values yes|no enable|disable on|off
It will add more mess than usefulness. Configuring features in 2-3 places is a bad idea!
What will be if I add "ssh server" ? Which port will it see? Does it allow all addresses to ssh? What sense in this rule?
The same goes for VRRP; which addresses will it use? Multicast/unicast?
And there are also questions about priorities and what to do it it is accepted via this feature and dropped by a regular firewall.

Jan 17 2024, 12:09 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4488: allow manual configuration changes of interfaces created by high-availability with rfc3768-compatibility option .

@Nova_Logic Describe what exactly you want to do
Policy and firewalling are possible now

vyos@r4# set firewall ipv4 input filter rule 10 inbound-interface name eth1.v10
[edit]
vyos@r4# set policy route foo interface eth1.v10
[edit]
vyos@r4#
Jan 17 2024, 11:57 AM · VyOS Rolling
Apachez added a comment to T5835: UPnP port mapping / rule installation fails.

Personally I would prefer that the "automagic" firewall ruleset would be done optionally through method described in:

Jan 17 2024, 11:51 AM
marc_s added a comment to T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail.

@Viacheslav tested and confirmed fixed in RC2.

Jan 17 2024, 11:49 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5817: Show openvpn server fails in some cases.

@giga1699 it was merged on Dec 12, 2023 https://github.com/vyos/vyos-1x/commit/b149a386400c0f869654ac26b0fee2e7f1bbc282
after building 1.3.5 Built on: Mon 04 Dec 2023 21:36 UTC

Jan 17 2024, 11:40 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav changed the status of T5935: ddclient tries to bind to Ethernet VIFs before they're configured on boot from Open to In progress.
Jan 17 2024, 9:52 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5948: pdns-recursor crashes on restart if hostfile-update is enabled and dhcp client sends hostname with trailing dot.

Good practise add a set of the commands to reproduce
Thanks

Jan 17 2024, 9:16 AM · VyOS 1.5 Circinus
a.apostoliuk moved T4658: Rename DPD action `hold` to `trap` from Open to Finished on the VyOS 1.5 Circinus board.
Jan 17 2024, 8:42 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk closed T4658: Rename DPD action `hold` to `trap` as Resolved.
Jan 17 2024, 8:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk added a project to T4658: Rename DPD action `hold` to `trap`: VyOS 1.5 Circinus.
Jan 17 2024, 8:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4658: Rename DPD action `hold` to `trap` from In progress to Needs testing.
Jan 17 2024, 8:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5865: Rewrite ipv6 pool section to ipv6 named pools in Accel-ppp services from In progress to Needs testing.
Jan 17 2024, 8:31 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
MattK added a comment to T5935: ddclient tries to bind to Ethernet VIFs before they're configured on boot.

I've done more investigation of this issue today, and I believe I understand the cause.

Jan 17 2024, 8:24 AM · VyOS 1.4 Sagitta
dylanneild added a comment to T5835: UPnP port mapping / rule installation fails.

I've found some time to do some work on a fork of vyos-1x. I have a working patch to 1.5-rolling that does the following:

Jan 17 2024, 6:10 AM
jestabro moved T5923: Config mode system_console.py is not aware of revised GRUB file structure from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 17 2024, 5:53 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5923: Config mode system_console.py is not aware of revised GRUB file structure, a subtask of T4516: Rewrite system image manipulation tools in Python, as Resolved.
Jan 17 2024, 5:53 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5923: Config mode system_console.py is not aware of revised GRUB file structure, a subtask of T5910: Grub problem(?) Serial Console no longer working, as Resolved.
Jan 17 2024, 5:53 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro closed T5923: Config mode system_console.py is not aware of revised GRUB file structure as Resolved.
Jan 17 2024, 5:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX31d3d7263ee3: Merge pull request #2840 from vyos/mergify/bp/sagitta/pr-2818 (authored by jestabro).
Jan 17 2024, 5:52 AM
a.apostoliuk committed rVYOSONEXd187803c3117: T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp.
Jan 17 2024, 5:36 AM
GitHub <[email protected]> committed rVYOSONEX0afa8dd81319: Merge pull request #2832 from aapostoliuk/T5865-circinus (authored by c-po).
Jan 17 2024, 5:36 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX2afd5e5575a4: image-tools: T5923: update system_console.py for new GRUB file structure (authored by jestabro).
Jan 17 2024, 5:34 AM
josephillips85 updated the task description for T5952: DHCP allow same MAC Address on same subnet.
Jan 17 2024, 4:53 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
josephillips85 raised the priority of T5952: DHCP allow same MAC Address on same subnet from Low to Normal.
Jan 17 2024, 4:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
opswill added a comment to T5948: pdns-recursor crashes on restart if hostfile-update is enabled and dhcp client sends hostname with trailing dot.

I am facing same issue here.
In my case, My laptop hostname is cn002472.xxx.com

Jan 17 2024, 4:32 AM · VyOS 1.5 Circinus
josephillips85 created T5952: DHCP allow same MAC Address on same subnet.
Jan 17 2024, 4:29 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
kevinrausch added a comment to T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.

I lost my legacy LTS access, so I'll have to build 1.3-latest to test that.

Jan 17 2024, 3:44 AM · VyOS 1.4 Sagitta (1.4.1)
trae32566 added a comment to T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.

I'd be curious if updating to 1.3.5 first, then moving to 1.4 has any impact on this issue. I only say this because I have two separate routers I just upgraded from 1.3.5 that both have the following (after upgrade) which looks to have been correctly migrated:

route6 ::/0 {
    next-hop 2001:db8:3a01:a5::1 {
    }
}
route6 2001:db8:3a01:2::/64 {
    blackhole {
    }
}
route6 2001:db8:3a01:c5::/64 {
    interface bond1.1258 {
    }
}
route6 2001:db8:3a01:fd::/64 {
    interface bond1.1258 {
    }
}
route6 fc00::/7 {
    blackhole {
    }
}
route6 2001:db8:8011:239d::/64 {
    interface bond0.925 {
    }
}
Jan 17 2024, 3:32 AM · VyOS 1.4 Sagitta (1.4.1)
kevinrausch added a comment to T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.

Performed these steps:

  • rollback VM to 1.3.2 working baseline
  • save vyos132.cfg
  • add system image https://cdn.vyos.io/1.4.0-rc1/vyos-1.4.0-rc1-amd64.iso
  • reboot
  • compare 1, confirm routes dropped per T5947 description
  • load vyos132.cfg
  • compare 1, observe routes have been migrated as expected, below
Jan 17 2024, 2:45 AM · VyOS 1.4 Sagitta (1.4.1)
giga1699 added a comment to T5817: Show openvpn server fails in some cases.

I just tested in 1.3.5, and I’m getting the same error.

Jan 17 2024, 1:36 AM · VyOS 1.3 Equuleus (1.3.5)

Jan 16 2024

jestabro committed rVYOSONEX5ceaff2ef970: image-tools: T5923: update system_console.py for new GRUB file structure.
Jan 16 2024, 10:54 PM
GitHub <[email protected]> committed rVYOSONEXbf08f0f2538b: Merge pull request #2818 from jestabro/serial-console-config-mode (authored by dmbaturin).
Jan 16 2024, 10:54 PM
GitHub <[email protected]> committed rVYOSONEX6c39a9cb6df6: Merge pull request #2838 from vyos/mergify/bp/sagitta/pr-2837 (authored by c-po).
Jan 16 2024, 4:10 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3e35719a2729: T4658: Renamed DPD action value from 'hold' to 'trap' (authored by a.apostoliuk).
Jan 16 2024, 3:46 PM
a.apostoliuk committed rVYOSONEX9f4aee5778ee: T4658: Renamed DPD action value from 'hold' to 'trap'.
Jan 16 2024, 3:45 PM
GitHub <[email protected]> committed rVYOSONEX0249dc59b5ad: Merge pull request #2837 from aapostoliuk/T4658-circinus (authored by c-po).
Jan 16 2024, 3:45 PM
Viacheslav closed T5889: Migration NAT 5-to-6 bug, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , as Resolved.
Jan 16 2024, 3:12 PM · VyOS Rolling
Viacheslav closed T5889: Migration NAT 5-to-6 bug as Resolved.

Works fine

vyos@ci-router1:~$ cat /var/log/cloud-init-output.log 
Cloud-init v. 22.1-437-g3e026561-1~bddeb running 'init-local' at Tue, 16 Jan 2024 15:08:04 +0000. Up 17.93 seconds.
Cloud-init v. 22.1-437-g3e026561-1~bddeb running 'init' at Tue, 16 Jan 2024 15:08:09 +0000. Up 21.96 seconds.
ci-info: ++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++
ci-info: +--------+------+-----------------+---------------+--------+-------------------+
ci-info: | Device |  Up  |     Address     |      Mask     | Scope  |     Hw-Address    |
ci-info: +--------+------+-----------------+---------------+--------+-------------------+
ci-info: |  eth0  | True | 192.168.122.172 | 255.255.255.0 | global | 52:54:00:e3:4f:82 |
ci-info: |   lo   | True |    127.0.0.1    |   255.0.0.0   |  host  |         .         |
ci-info: |   lo   | True |     ::1/128     |       .       |  host  |         .         |
ci-info: +--------+------+-----------------+---------------+--------+-------------------+
ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
ci-info: +-------+---------------+---------------+---------------+-----------+-------+
ci-info: | Route |  Destination  |    Gateway    |    Genmask    | Interface | Flags |
ci-info: +-------+---------------+---------------+---------------+-----------+-------+
ci-info: |   0   |    0.0.0.0    | 192.168.122.1 |    0.0.0.0    |    eth0   |   UG  |
ci-info: |   1   | 192.168.122.0 |    0.0.0.0    | 255.255.255.0 |    eth0   |   U   |
ci-info: +-------+---------------+---------------+---------------+-----------+-------+
ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
ci-info: +-------+-------------+---------+-----------+-------+
ci-info: | Route | Destination | Gateway | Interface | Flags |
ci-info: +-------+-------------+---------+-----------+-------+
ci-info: |   1   |  multicast  |    ::   |    eth0   |   U   |
ci-info: +-------+-------------+---------+-----------+-------+
Cloud-init v. 22.1-437-g3e026561-1~bddeb running 'modules:config' at Tue, 16 Jan 2024 15:08:10 +0000. Up 23.28 seconds.
Killed old client process
Internet Systems Consortium DHCP Client 4.4.3-P1
Copyright 2004-2022 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Jan 16 2024, 3:12 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5889: Migration NAT 5-to-6 bug, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , from In progress to Needs testing.
Jan 16 2024, 2:21 PM · VyOS Rolling
Viacheslav changed the status of T5889: Migration NAT 5-to-6 bug from In progress to Needs testing.
Jan 16 2024, 2:21 PM · VyOS 1.4 Sagitta
fdcastel added a comment to T5946: TASK [setup-root-partition : Create a fileystem on EFI partition] failing in Docker.

Upon closer inspection, it seems neither #36 nor $37 actually solve the problem.

Jan 16 2024, 2:19 PM · VyOS 1.4 Sagitta
GitHub <[email protected]> committed rVYOSONEXb45221162418: Merge pull request #2836 from vyos/mergify/bp/sagitta/pr-2833 (authored by jestabro).
Jan 16 2024, 2:11 PM
Viacheslav closed T5951: [1.4.0-RC2] show hardware dmi Operational Mode Command Broken as Resolved.
Jan 16 2024, 2:11 PM · VyOS 1.4 Sagitta
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX535228d888fe: T5889: Fix migration scripts nat 5-to-6 (authored by Viacheslav).
Jan 16 2024, 2:09 PM
GitHub <[email protected]> committed rVYOSONEXd6a33db00d11: Merge pull request #2831 from vyos/mergify/bp/sagitta/pr-2201 (authored by c-po).
Jan 16 2024, 2:08 PM
Viacheslav committed rVYOSONEX813237d9766f: T5889: Fix migration scripts nat 5-to-6.
Jan 16 2024, 2:08 PM
GitHub <[email protected]> committed rVYOSONEX1ced01d23177: Merge pull request #2833 from sever-sever/T5889 (authored by c-po).
Jan 16 2024, 2:08 PM
c-po closed T5937: [1.3.5 -> 1.4.0-RC1 Migration] IPv6 BGP Neighbor Peer Groups Missing / Not Migrated, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Jan 16 2024, 2:07 PM · VyOS Rolling, Restricted Project
c-po closed T5937: [1.3.5 -> 1.4.0-RC1 Migration] IPv6 BGP Neighbor Peer Groups Missing / Not Migrated as Resolved.
Jan 16 2024, 2:07 PM · VyOS 1.4 Sagitta
c-po added a comment to T5937: [1.3.5 -> 1.4.0-RC1 Migration] IPv6 BGP Neighbor Peer Groups Missing / Not Migrated.

https://github.com/vyos/vyos-1x/pull/2834

Jan 16 2024, 2:07 PM · VyOS 1.4 Sagitta
GitHub <[email protected]> committed rVYOSONEXdad5c1cd5115: Merge pull request #2835 from vyos/mergify/bp/sagitta/pr-2834 (authored by c-po).
Jan 16 2024, 2:07 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX93dc024fccd1: bgp: T5937: fix migration script for IPv6 AFI peer-group (authored by c-po).
Jan 16 2024, 2:06 PM
c-po committed rVYOSONEX9febed1344e9: bgp: T5937: fix migration script for IPv6 AFI peer-group.
Jan 16 2024, 2:05 PM
GitHub <[email protected]> committed rVYOSONEXc9b20f8884d8: Merge pull request #2834 from c-po/bgp-t5937 (authored by c-po).
Jan 16 2024, 2:05 PM
juanra added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

With 1.4.0-rc1 All OK, came up on reboot:

Jan 16 2024, 1:51 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav added a comment to T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.

Could you get the original 1.3.x config file copy to the 1.4 instance and load config? I tested 1.3.5 looks good

load path_to_config_1.3
Jan 16 2024, 1:38 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5889: Migration NAT 5-to-6 bug, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , from Open to In progress.
Jan 16 2024, 1:00 PM · VyOS Rolling
Viacheslav changed the status of T5889: Migration NAT 5-to-6 bug from Open to In progress.

PR https://github.com/vyos/vyos-1x/pull/2833

Jan 16 2024, 12:59 PM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4658: Rename DPD action `hold` to `trap` from Open to In progress.
Jan 16 2024, 12:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav renamed T5889: Migration NAT 5-to-6 bug from Cloud-Init not processing user data correctly NAT to Migration NAT 5-to-6 bug.
Jan 16 2024, 12:43 PM · VyOS 1.4 Sagitta
a.apostoliuk closed T5842: Rewrite PPTP service to get_config_dict, a subtask of T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict, as Resolved.
Jan 16 2024, 11:56 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk closed T5842: Rewrite PPTP service to get_config_dict as Resolved.
Jan 16 2024, 11:56 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk moved T5801: Rewrite L2TP service to get_config_dict from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 16 2024, 11:55 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk closed T5801: Rewrite L2TP service to get_config_dict, a subtask of T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict, as Resolved.
Jan 16 2024, 11:55 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk closed T5801: Rewrite L2TP service to get_config_dict as Resolved.
Jan 16 2024, 11:55 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk added a project to T5801: Rewrite L2TP service to get_config_dict: VyOS 1.4 Sagitta.
Jan 16 2024, 11:54 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus