Page MenuHomeVyOS Platform
Feed Search

Jul 17 2021

tjjh89017 added a comment to T3655: NAT doesn't work correctly with VRF.

It seems 1.4-rolling has this bug also
i setup vrf wg with all wireguard clients (with private ip)
and setup vrf leak to vrf default
NAT didn't work on it.
it will send un-NAT packet to eth0

Jul 17 2021, 7:22 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

You can find the test here: https://github.com/vyos/vyos-1x/blob/current/smoketest/scripts/cli/test_interfaces_openvpn.py

Jul 17 2021, 6:50 PM · Invalid
yun added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

Hmm. Can you point me to the smoketest that failed? I will investigate. Maybe it actually tests if the strict check are in place, because now cert-file and key-file are optional, but it should keep working if you configure it.

Jul 17 2021, 5:56 PM · Invalid
c-po added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

Unfortunately I had to revert this PR as it broke the smoketests and also triggered the following OpenVPN error:

Jul 17 2021, 5:20 PM · Invalid
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.131 / 5.10.49 to Update Linux Kernel to v5.4.132 / 5.10.50.
Jul 17 2021, 7:16 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Scoopta added a comment to T3686: Bridging OpenVPN tap with no local-address breaks.

I'm not sure, I haven't tried it. Thing is if I add

set interfaces openvpn vtun2 local-address fe80::1

Jul 17 2021, 6:07 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav added a comment to T3686: Bridging OpenVPN tap with no local-address breaks.

My config which breaks

set interfaces openvpn vtun2 device-type tap
set interfaces openvpn vtun2 mode site-to-site
Jul 17 2021, 4:40 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Scoopta added a comment to T3686: Bridging OpenVPN tap with no local-address breaks.

My config which breaks

Jul 17 2021, 2:57 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta

Jul 16 2021

Viacheslav changed Version from VyOS 1.3.0-rc5 to VyOS 1.3.0-rc5, 1.2.8 on T3689: static ipv6 route doesn't deleted in some cases.
Jul 16 2021, 8:30 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav removed a subtask for T3182: Main blocker Task for FRR 7.4/7.5 series update: T3689: static ipv6 route doesn't deleted in some cases.
Jul 16 2021, 8:11 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav removed a parent task for T3689: static ipv6 route doesn't deleted in some cases: T3182: Main blocker Task for FRR 7.4/7.5 series update.
Jul 16 2021, 8:10 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav updated the task description for T3689: static ipv6 route doesn't deleted in some cases.
Jul 16 2021, 8:07 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav updated the task description for T3689: static ipv6 route doesn't deleted in some cases.
Jul 16 2021, 8:05 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T3685: IPv6 PBR doesn't allow setting of an egress interface.

For first we have to solve this bug T3689

Jul 16 2021, 7:55 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3689: static ipv6 route doesn't deleted in some cases.
Jul 16 2021, 7:53 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T3686: Bridging OpenVPN tap with no local-address breaks.

In my test configuration all works fine.

set interfaces bridge br0 address '10.0.0.1/30'
set interfaces bridge br0 member interface vtun0
set interfaces openvpn vtun0 device-type 'tap'
set interfaces openvpn vtun0 encryption cipher 'aes128'
set interfaces openvpn vtun0 mode 'server'
set interfaces openvpn vtun0 server subnet '192.168.1.0/24'
set interfaces openvpn vtun0 tls ca-cert-file '/config/auth/openvpn/ca.crt'
set interfaces openvpn vtun0 tls cert-file '/config/auth/openvpn/central.crt'
set interfaces openvpn vtun0 tls dh-file '/config/auth/openvpn/dh.pem'
set interfaces openvpn vtun0 tls key-file '/config/auth/openvpn/central.key'
Jul 16 2021, 5:43 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav added a comment to T3688: Fail to save configuration via scp/sftp.

It looks like was the same bug T1866
Try ssh keyscan
https://docs.vyos.io/en/latest/cli.html#remote-archive

Jul 16 2021, 4:26 PM · VyOS 1.3 Equuleus (1.3.6)
ramaxlo added a comment to T3688: Fail to save configuration via scp/sftp.

Have tried 1.3.0-rc5, the issue remains.

Jul 16 2021, 3:07 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a project to T3688: Fail to save configuration via scp/sftp: VyOS 1.3 Equuleus.
Jul 16 2021, 2:43 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T3686: Bridging OpenVPN tap with no local-address breaks.

@Scoopta Can you share commands on how to reproduce it?
It will be easier for developers to reproduce this bug.

Jul 16 2021, 9:23 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav changed the subtype of T3687: IS-IS is missing IPv6 support from "Bug" to "Feature Request".
Jul 16 2021, 9:20 AM · VyOS 1.3 Equuleus (1.3.0)
Scoopta created T3687: IS-IS is missing IPv6 support.
Jul 16 2021, 6:47 AM · VyOS 1.3 Equuleus (1.3.0)
Scoopta created T3686: Bridging OpenVPN tap with no local-address breaks.
Jul 16 2021, 6:03 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Scoopta updated the task description for T3685: IPv6 PBR doesn't allow setting of an egress interface.
Jul 16 2021, 5:04 AM · VyOS 1.3 Equuleus (1.3.0)
Scoopta updated the task description for T3685: IPv6 PBR doesn't allow setting of an egress interface.
Jul 16 2021, 5:02 AM · VyOS 1.3 Equuleus (1.3.0)
Scoopta created T3685: IPv6 PBR doesn't allow setting of an egress interface.
Jul 16 2021, 5:02 AM · VyOS 1.3 Equuleus (1.3.0)

Jul 15 2021

Viacheslav closed T3512: set protocols static table creates wrong frr config as Invalid.

I can't reproduce it.
Re-open the task if you get this issue again.

Jul 15 2021, 9:37 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a subtask for T3619: Performance Degradation 1.2 --> 1.3 | High ksoftirqd CPU usage: T2051: Throughput anomalies.
Jul 15 2021, 9:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a parent task for T2051: Throughput anomalies: T3619: Performance Degradation 1.2 --> 1.3 | High ksoftirqd CPU usage.
Jul 15 2021, 9:28 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav added a comment to T3017: bridge will lose the tuntap member after reboots.

@jingyun Can you describe more details?

Jul 15 2021, 8:50 PM · Invalid
Viacheslav added a comment to T3683: VXLAN not accept ipv6 and source-interface options and mtu bug.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/925
PR for 1.4 https://github.com/vyos/vyos-1x/pull/926

Jul 15 2021, 7:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav updated the task description for T3683: VXLAN not accept ipv6 and source-interface options and mtu bug.
Jul 15 2021, 7:06 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav updated the task description for T3683: VXLAN not accept ipv6 and source-interface options and mtu bug.
Jul 15 2021, 5:38 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav created T3683: VXLAN not accept ipv6 and source-interface options and mtu bug.
Jul 15 2021, 11:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jul 14 2021

yun added a comment to T3682: Remove running dhclient from ether-resume.py.

I submitted a PR for review: https://github.com/vyos/vyos-1x/pull/923

Jul 14 2021, 11:35 PM · VyOS 1.3 Equuleus (1.3.0)
yun added a comment to T3682: Remove running dhclient from ether-resume.py.

It's funny, I remember that dhcp was already removed from ether-resume.py. I checked the git history, and it was.
Related issue and discussion about netplug vs ether-resume dhclient (buried deep in the beginning) https://phabricator.vyos.net/T1028

Jul 14 2021, 10:59 PM · VyOS 1.3 Equuleus (1.3.0)
yun added a comment to T3681: Stray compiled Python objects break the VMware virtual machine resume script.

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

Jul 14 2021, 4:08 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling
yun created T3682: Remove running dhclient from ether-resume.py.
Jul 14 2021, 4:02 PM · VyOS 1.3 Equuleus (1.3.0)
yun triaged T3681: Stray compiled Python objects break the VMware virtual machine resume script as Normal priority.
Jul 14 2021, 3:21 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS 1.4 Sagitta (1.4.3), VyOS Rolling

Jul 13 2021

erkin closed T3679: Point the unexpected exception message link to the new rolling release location as Resolved.
Jul 13 2021, 5:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin changed the status of T3679: Point the unexpected exception message link to the new rolling release location from Open to In progress.
Jul 13 2021, 4:27 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin created T3679: Point the unexpected exception message link to the new rolling release location.
Jul 13 2021, 4:11 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin added a comment to T3663: Use inotify file watching where applicable.

Other instances:

Jul 13 2021, 1:30 PM · VyOS 1.4 Sagitta
olofl created T3677: "sipcalc" not included in 1.3.
Jul 13 2021, 8:08 AM · VyOS 1.3 Equuleus (1.3.0), test

Jul 12 2021

yun added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

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

Jul 12 2021, 10:50 PM · Invalid
c-po added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

thanks for your detailed bisection of this issue. You mind submitting a GitHub PullRequest as per https://docs.vyos.io/en/equuleus/contributing/development.html?

Jul 12 2021, 6:56 PM · Invalid
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.129 / 5.10.47 to Update Linux Kernel to v5.4.131 / 5.10.49.
Jul 12 2021, 4:45 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T3661: [vrf} route-leaking missing command as Invalid.
Jul 12 2021, 4:41 PM · VyOS 1.3 Equuleus (1.3.0)
yun added a comment to T56: Add pkcs11 support to OpenVPN interfaces.

The workaround stopped working after the OpenVPN configuration checks moved from Perl to Python. As this still applies to VyOS 1.3 this issue should be reopened, I can also create a new issue if that is preferred.

Jul 12 2021, 3:20 PM · Invalid
fernando added a comment to T3661: [vrf} route-leaking missing command.

good lab, thanks for your time! I want to leave a comment , I used the syntax that you recommend and it worked well ( VyOS 1.3.0-rc5):

Jul 12 2021, 1:55 PM · VyOS 1.3 Equuleus (1.3.0)
fernando added a comment to T3661: [vrf} route-leaking missing command.
Jul 12 2021, 1:34 PM · VyOS 1.3 Equuleus (1.3.0)

Jul 11 2021

c-po added a comment to T3661: [vrf} route-leaking missing command.

I did a short lab test using the following topology based on my assumptions what you wan't to do using VyOS 1.3.0-rc5:

Jul 11 2021, 1:54 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2773: EIGRP support for VRF.

@Viacheslav but that sounds more of a decent FRR bug. We could still consider adding EIGRP support for 1.4

Jul 11 2021, 1:13 PM · VyOS 1.4 Sagitta
c-po moved T3663: Use inotify file watching where applicable from Open to In Progress on the VyOS 1.4 Sagitta board.
Jul 11 2021, 1:12 PM · VyOS 1.4 Sagitta
c-po closed T3665: Missing VRF support for VxLAN but already documented as Resolved.
Jul 11 2021, 1:09 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a project to T3637: vrf: bind-to-all didn't work properly: VyOS 1.3 Equuleus.
Jul 11 2021, 12:33 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
c-po added a comment to T3666: VRF bind-to-all - it doesn't apply the settings ..

Backported fix from T3637

Jul 11 2021, 12:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po merged task T3666: VRF bind-to-all - it doesn't apply the settings . into T3637: vrf: bind-to-all didn't work properly.
Jul 11 2021, 12:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T3661: [vrf} route-leaking missing command.
Jul 11 2021, 11:39 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T3666: VRF bind-to-all - it doesn't apply the settings . from Open to In progress.
Jul 11 2021, 11:36 AM · VyOS 1.3 Equuleus (1.3.0)

Jul 10 2021

joelc added a comment to T3672: DHCP-FO with multiple subnets results in invalid/non-functioning dhcpd.conf configuration file output .

oh good grief this is an old problem.. Just found a reference here while researching: https://community.ui.com/questions/DHCP-Failover-Configuration-Multiple-VLAN-interfaces/da7a0f03-2c4e-4d9f-9924-c2297db177db

Jul 10 2021, 6:58 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jul 9 2021

Viacheslav added a comment to T3537: Unable to override the default OSPFv3 link cost for wireguard interface.

I can't reproduce it in 1.3-rc5

set interfaces wireguard wg0 address '10.1.0.3/24'
set interfaces wireguard wg0 address 'cafe:c01d:c01a::2/64'
set interfaces wireguard wg0 description 'VPN-to-wg-PEER01-192.0.2.1'
set interfaces wireguard wg0 ipv6 ospfv3 cost '24'
set interfaces wireguard wg0 ipv6 ospfv3 dead-interval '40'
set interfaces wireguard wg0 ipv6 ospfv3 hello-interval '10'
set interfaces wireguard wg0 ipv6 ospfv3 instance-id '0'
set interfaces wireguard wg0 ipv6 ospfv3 priority '1'
set interfaces wireguard wg0 ipv6 ospfv3 retransmit-interval '5'
set interfaces wireguard wg0 ipv6 ospfv3 transmit-delay '1'
set interfaces wireguard wg0 peer PEER01 address '192.0.2.1'
set interfaces wireguard wg0 peer PEER01 allowed-ips '0.0.0.0/0'
set interfaces wireguard wg0 peer PEER01 allowed-ips '10.0.3.0/24'
set interfaces wireguard wg0 peer PEER01 allowed-ips '::/0'
set interfaces wireguard wg0 peer PEER01 port '12345'
set interfaces wireguard wg0 peer PEER01 pubkey 'Cpqy8='
set interfaces wireguard wg0 port '54321'
set protocols ospf area 0 network '10.1.0.0/24'
set protocols ospf passive-interface 'default'
set protocols ospf passive-interface-exclude 'wg0'
set protocols ospfv3 area 0 interface 'wg0'
Jul 9 2021, 9:31 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
dtoux changed Version from VyOS 1.3-rolling-202105011026 to VyOS 1.3-rolling-202105011026, VyOS 1.3.0-rc5 on T3537: Unable to override the default OSPFv3 link cost for wireguard interface.
Jul 9 2021, 4:47 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
dtoux added a comment to T3537: Unable to override the default OSPFv3 link cost for wireguard interface.

The issue seems still present in Vyos 1.3.0-rc5

Jul 9 2021, 4:46 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
joelc created T3672: DHCP-FO with multiple subnets results in invalid/non-functioning dhcpd.conf configuration file output .
Jul 9 2021, 12:58 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jul 8 2021

RyVolodya added a comment to T3494: DHCPv6 leases traceback when PD using.

Please backport this to 1.3. Thanks.

Jul 8 2021, 11:40 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jul 7 2021

fernando created T3666: VRF bind-to-all - it doesn't apply the settings ..
Jul 7 2021, 4:24 PM · VyOS 1.3 Equuleus (1.3.0)

Jul 6 2021

dmbaturin created T3664: Build flavor system redesign.
Jul 6 2021, 1:47 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po closed T3660: Conntrack-Sync configuration command to specify destination udp port for peer as Resolved.
Jul 6 2021, 5:33 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

Thanks for the confirmation

Jul 6 2021, 5:33 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jul 5 2021

m1nus added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

Hi @c-po i've been testing the added command.

Jul 5 2021, 2:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
fernando added a comment to T3661: [vrf} route-leaking missing command.

yes , but when you use 'set protocols static route 10.0.0.0/8 next-hop 1.1.1.1 next-hop-vrf red' it doesn't install the prefix in the default table :

Jul 5 2021, 1:25 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3076: Router reboot adds unwanted 'conntrack-sync mcast-group '225.0.0.50'' line to configuration.

@tjh If you have a test lab, can you check conntrack-sync in the latest 1.3?

Jul 5 2021, 10:48 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jul 4 2021

dmbaturin created T3663: Use inotify file watching where applicable.
Jul 4 2021, 7:15 PM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T2216: Containerized third-party applications for VyOS: T3499: Podman is not compatible with nat rules.
Jul 4 2021, 3:08 PM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T2216: Containerized third-party applications for VyOS: T3662: Container configuration upgrade destroys system.
Jul 4 2021, 3:07 PM · VyOS 1.4 Sagitta
c-po added a comment to T1251: IKEv2 Agile VPN Support.

@dongjunbo this is a very very basic PR for VyOS 1.4 with the goal to implement this into the main VyOS release.

Jul 4 2021, 10:03 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1251: IKEv2 Agile VPN Support.

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

Jul 4 2021, 10:00 AM · VyOS 1.3 Equuleus (1.3.0)

Jul 3 2021

c-po merged task T1251: IKEv2 Agile VPN Support into T1210: About IKEv2 IPSec VPN remote access.
Jul 3 2021, 5:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po merged T1251: IKEv2 Agile VPN Support into T1210: About IKEv2 IPSec VPN remote access.
Jul 3 2021, 5:20 PM · VyOS 1.4 Sagitta
c-po added a comment to T3661: [vrf} route-leaking missing command.

Commands are implemented.

Jul 3 2021, 12:07 PM · VyOS 1.3 Equuleus (1.3.0)

Jul 2 2021

fernando created T3661: [vrf} route-leaking missing command.
Jul 2 2021, 10:57 PM · VyOS 1.3 Equuleus (1.3.0)
m1nus added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

Thanks Chris I'll test it once available and let you know!!

Jul 2 2021, 8:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

Added command set service conntrack-sync interface <intrerface> port <port>

Jul 2 2021, 8:26 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po changed the status of T3660: Conntrack-Sync configuration command to specify destination udp port for peer from Confirmed to Needs testing.
Jul 2 2021, 8:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav moved T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jul 2 2021, 5:45 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a project to T3535: Rewrite vyatta-conntrack-sync in new XML and Python flavor: VyOS 1.3 Equuleus.
Jul 2 2021, 5:45 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3045: Changes to Conntrack-Sync don't apply correctly (Mutlicast->UDP).

Fixed for 1.3 in commit https://github.com/vyos/vyos-1x/commit/21527ef4551613fe9b7eed9e4b2ce33ad46fe540

Jul 2 2021, 5:37 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T3076: Router reboot adds unwanted 'conntrack-sync mcast-group '225.0.0.50'' line to configuration.

Fixed for 1.3 in commit https://github.com/vyos/vyos-1x/commit/21527ef4551613fe9b7eed9e4b2ce33ad46fe540 and T3535

Jul 2 2021, 5:37 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav moved T3045: Changes to Conntrack-Sync don't apply correctly (Mutlicast->UDP) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jul 2 2021, 5:35 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav moved T3076: Router reboot adds unwanted 'conntrack-sync mcast-group '225.0.0.50'' line to configuration from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jul 2 2021, 5:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
cohn added a comment to T109: VyOS Can Lose Parts Of Its Config On Reboot - In Certain Situations.

I'm seeing the same behavior for the OSPF v2 configuration on the 1.4 train for an image built on April 26th 2021. Just a heads up.

Jul 2 2021, 3:19 PM · VyOS 1.3 Equuleus (1.3.3)
m1nus added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

Hi @c-po I hope you're doing great!

Jul 2 2021, 12:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jul 1 2021

c-po changed the status of T3660: Conntrack-Sync configuration command to specify destination udp port for peer from Open to Confirmed.
Jul 1 2021, 7:50 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a project to T3660: Conntrack-Sync configuration command to specify destination udp port for peer: VyOS 1.4 Sagitta.
Jul 1 2021, 7:50 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3660: Conntrack-Sync configuration command to specify destination udp port for peer.

conntrack implementation changed form 1.3 -> 1.4 by a rewrite. Can you please tell us which version of VyOS you are using?

Jul 1 2021, 7:46 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.128 / 5.10.46 to Update Linux Kernel to v5.4.129 / 5.10.47.
Jul 1 2021, 7:43 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
m1nus created T3660: Conntrack-Sync configuration command to specify destination udp port for peer.
Jul 1 2021, 7:17 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
stepler closed T3658: Add support for dhcpdv6 fixed-prefix6 as Resolved.

Looks good on 1.4-rolling-202107010537 and 1.3-beta-202106301443:

Jul 1 2021, 2:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro moved T3651: Move certbot request to op-mode from Backlog to In Progress on the VyOS 1.4 Sagitta board.
Jul 1 2021, 1:23 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta