Page MenuHomeVyOS Platform
Feed Advanced Search

Sun, Apr 14

Viacheslav added a comment to T5986: Container: Error on commit when environment variable value contains \n line break.

The dictionaries process the \n different way
1.5

vyos@r4# commit
[ container ]
{'container_remove': ['c1', 'c2'],
 'name': {'test-postgres-master': {'allow_host_networks': {},
                                   'command': 'postgres -c wal_level=replica '
                                              '-c hot_standby=on -c '
                                              'max_wal_senders=10 -c '
                                              'max_replication_slots=10 -c '
                                              'hot_standby_feedback=on',
                                   'environment': {'POSTGRES_HOST_AUTH_METHOD': {'value': 'scram-sha-256\\nhost '
                                                                                          'replication '
                                                                                          'all '
                                                                                          '0.0.0.0/0 '
                                                                                          'md5'},
                                                   'POSTGRES_PASSWORD': {'value': 'password'}},
                                   'image': 'postgres:14-alpine',
                                   'memory': '512',
                                   'restart': 'always',
                                   'shared_memory': '64'}},
 'network': {'NET01': {'prefix': ['10.0.0.0/24']}},
 'registry': {'docker.io': {}, 'quay.io': {}}}
Sun, Apr 14, 11:29 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T5986: Container: Error on commit when environment variable value contains \n line break.

Diff
1.5

vyos@r4# cat /run/systemd/system/vyos-container-test-postgres-master.service | grep ExecStart -A2
ExecStartPre=/bin/rm -f %t/%n.pid %t/%n.cid
ExecStart=/usr/bin/podman run \
        --conmon-pidfile %t/%n.pid --cidfile %t/%n.cid --cgroups=no-conmon \
        --detach --interactive --tty --replace  --memory 512m --shm-size 64m --memory-swap 0 --restart always --name test-postgres-master      --env "POSTGRES_HOST_AUTH_METHOD=scram-sha-256\nhost replication all 0.0.0.0/0 md5" --env "POSTGRES_PASSWORD=password"   --net host  postgres:14-alpine postgres -c wal_level=replica -c hot_standby=on -c max_wal_senders=10 -c max_replication_slots=10 -c hot_standby_feedback=on
Sun, Apr 14, 11:10 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav removed a project from T5986: Container: Error on commit when environment variable value contains \n line break: VyOS 1.5 Circinus.

Try the latest version

vyos@r4# set container name test-postgres-master environment POSTGRES_HOST_AUTH_METHOD value 'scram-sha-256\nhost replication all 0.0.0.0/0 md5'
[edit]
vyos@r4# commit
[edit]
vyos@r4# run show container 
CONTAINER ID  IMAGE                                 COMMAND               CREATED         STATUS         PORTS       NAMES
75a7fb610b57  localhost/gobgp-new:1                                       3 weeks ago     Created                    new
fdb74e9700e5  docker.io/library/alpine:3.19         /bin/sh               47 minutes ago  Up 47 minutes              c1
c05806fdb92c  docker.io/library/busybox:latest      sh                    39 minutes ago  Up 39 minutes              c2
1b5fc3d4a07b  docker.io/library/postgres:14-alpine  postgres -c wal_l...  24 seconds ago  Up 25 seconds              test-postgres-master
[edit]
vyos@r4# run show ver
Version:          VyOS 1.5-rolling-202404140022
Release train:    current
Sun, Apr 14, 11:00 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez added a comment to T6123: Limit NTP allow-client config to internal addresses by default.

Will a migrationsscript be included so that users who used the default of:

Sun, Apr 14, 3:54 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sat, Apr 13

Viacheslav closed T6238: vyos-build Check pull request title requires the python script as Resolved.
Sat, Apr 13, 11:12 AM · VyOS 1.4 Sagitta
Viacheslav closed T6235: Git check PR status: conflicts and resolution as Resolved.
Sat, Apr 13, 11:09 AM · VyOS 1.4 Sagitta
c-po added a comment to T5369: System login timeout doesnt work as expected.

There is also an inactivity timer in systemd-logind, but this will log you out even while running e.g. htop and just watching - I wonder if that's the preferred way :/

Sat, Apr 13, 10:46 AM · VyOS 1.4 Sagitta
Viacheslav claimed T6238: vyos-build Check pull request title requires the python script.
Sat, Apr 13, 8:39 AM · VyOS 1.4 Sagitta
Viacheslav claimed T6235: Git check PR status: conflicts and resolution.

PR https://github.com/vyos/vyos-build/pull/561

Sat, Apr 13, 8:39 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T6238: vyos-build Check pull request title requires the python script.

PR https://github.com/vyos/vyos-build/pull/560

Sat, Apr 13, 8:23 AM · VyOS 1.4 Sagitta
Viacheslav created T6238: vyos-build Check pull request title requires the python script.
Sat, Apr 13, 8:13 AM · VyOS 1.4 Sagitta

Fri, Apr 12

n.fort moved T6213: Firewall group constraints from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Fri, Apr 12, 5:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort moved T6213: Firewall group constraints from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, Apr 12, 5:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort closed T6213: Firewall group constraints as Resolved.
Fri, Apr 12, 5:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
syncer assigned T5938: Migration fail root task for 1.4-rc to dmbaturin.
Fri, Apr 12, 4:00 PM · VyOS 1.4 Sagitta
syncer triaged T6236: Packet-Tracer Output as Normal priority.
Fri, Apr 12, 2:58 PM · VyOS 1.5 Circinus
L0crian claimed T6236: Packet-Tracer Output.
Fri, Apr 12, 2:52 PM · VyOS 1.5 Circinus
L0crian created T6236: Packet-Tracer Output.
Fri, Apr 12, 2:52 PM · VyOS 1.5 Circinus
dmbaturin closed T6216: Upgrade error from 1.3 to 1.4 - Firewall using character '+', a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Fri, Apr 12, 2:50 PM · VyOS 1.4 Sagitta
dmbaturin renamed T5631: Ability to export the current configuration in JSON format from Ability to have the current configuration in JSON format to Ability to export the current configuration in JSON format.
Fri, Apr 12, 2:34 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav closed T5447: Allow static MACsec keys with peers as Resolved.

Already implemented

vyos@r4# set interfaces macsec macsec0 security static 
Possible completions:
   key                  MACsec static key
+> peer                 MACsec peer name
Fri, Apr 12, 2:30 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T5986: Container: Error on commit when environment variable value contains \n line break: VyOS 1.5 Circinus.
Fri, Apr 12, 2:20 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a project to T6082: Commit failed when adding new bgp neighbor: VyOS 1.5 Circinus.
Fri, Apr 12, 2:10 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav updated subscribers of T6082: Commit failed when adding new bgp neighbor.
Fri, Apr 12, 2:10 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin merged task T5216: Add encrypting syslog traffic with TLS (SSL) into T4251: Add TLS functionality for rsyslog.
Fri, Apr 12, 2:01 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T6235: Git check PR status: conflicts and resolution.

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

Fri, Apr 12, 1:50 PM · VyOS 1.4 Sagitta
Viacheslav created T6235: Git check PR status: conflicts and resolution.
Fri, Apr 12, 1:31 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2288: Include iprange package in Vyos.

@tjh Do you still need this package? As it was relevant for ipset/iptables

Fri, Apr 12, 1:04 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav reopened T5872: ipsec remote access VPN: support dhcp-interface as "Open".
Fri, Apr 12, 12:41 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
hiddenman added a comment to T5872: ipsec remote access VPN: support dhcp-interface.
commit 40b0986d66c3a0891dedbedc273b5485e5a8ca3a
Author: Lucas Christian <[email protected]>
Date:   Sat Feb 10 11:26:47 2024 -0800
Fri, Apr 12, 12:25 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T5386: Execute VRRP transition script when `set high-availability disable` is commited.

It was implemented around a year ago https://github.com/vyos/vyos-1x/commit/e201454f073c9a92fb56b65f497eae55fc634521
Just need to check if it works as expected.

Fri, Apr 12, 8:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

Wouldn’t your suggested fix to https://vyos.dev/T6223 also apply here? If the plan is to validate interface name lengths and allow custom names this would be a non-issue.

Fri, Apr 12, 8:03 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk closed T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down as Resolved.
Fri, Apr 12, 7:57 AM · VyOS 1.4 Sagitta
a.apostoliuk added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

After considering, we decided that reset is the same as terminate.
If you want to add a feature start manual initialization please create a feature request.

Fri, Apr 12, 7:56 AM · VyOS 1.4 Sagitta
haakon.nore added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

Here is an example of a perferctly valid vyos vpn config that will never recover a child SA when resetting it.

Fri, Apr 12, 7:54 AM · VyOS 1.4 Sagitta
haakon.nore added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

In 1.4 and 1.5 command reset vpn ipsec has a termination meaning.

No, it says reset, both the command, and auto complete output. It does not say terminate or clear. If you run a reset you do expect it to restart or re-populate in one way or another, not just stop working completley.

Fri, Apr 12, 7:26 AM · VyOS 1.4 Sagitta
dex added a comment to T5386: Execute VRRP transition script when `set high-availability disable` is commited.

Just to make sure: This change is part of the current nightly build, right?

Fri, Apr 12, 7:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
HollyGurza claimed T6225: Problem in qos policy random-detect.
Fri, Apr 12, 5:56 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
HollyGurza edited projects for T6035: QoS policy shaper queue-type random-detect requires limit avpkt, added: VyOS 1.4 Sagitta; removed VyOS 1.4 Sagitta (1.4.0).
Fri, Apr 12, 5:50 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

In 1.4 and 1.5 command reset vpn ipsec has a termination meaning.

Fri, Apr 12, 5:37 AM · VyOS 1.4 Sagitta

Thu, Apr 11

jestabro closed T3474: Revisit storing syntax version of interface definitions in XML file as Resolved.
Thu, Apr 11, 7:26 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro closed T3474: Revisit storing syntax version of interface definitions in XML file, a subtask of T3475: XML dictionary cache unable to process syntaxVersion elements, as Resolved.
Thu, Apr 11, 7:26 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Chrisc-c-c added a comment to T6229: Unable to view transceiver information for Intel X710 interface.

Thanks Apachez, I’ve seen that. Unfortunately the NIC is OEM (part of a networking appliance) so no firmware available.

Thu, Apr 11, 6:55 PM · VyOS 1.4 Sagitta
Chrisc-c-c added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

Wouldn’t your suggested fix to https://vyos.dev/T6223 also apply here? If the plan is to validate interface lengths and allow custom names this would be a non-issue.

Thu, Apr 11, 6:44 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Apachez added a comment to T6229: Unable to view transceiver information for Intel X710 interface.

According to https://community.intel.com/t5/Ethernet-Products/XXV710-V2-NIC-doesn-t-support-quot-ethtool-m-quot-Is-this-a-bug/m-p/730841 you need to:

Thu, Apr 11, 6:26 PM · VyOS 1.4 Sagitta
Chrisc-c-c created T6229: Unable to view transceiver information for Intel X710 interface.
Thu, Apr 11, 5:54 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T6080: Default NTP server settings from Open to In progress.
Thu, Apr 11, 4:08 PM · Restricted Project, VyOS 1.4 Sagitta
Viacheslav changed the status of T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters from In progress to Needs testing.
Thu, Apr 11, 4:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Giggum added a comment to T6123: Limit NTP allow-client config to internal addresses by default.

Editing config.boot.default has addressed this. Pull request opened for comments/integration here: https://github.com/Giggum/vyos-build/pull/1

Thu, Apr 11, 3:34 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Giggum added a comment to T6080: Default NTP server settings.

Editing config.boot.default has addressed this. Pull request opened for comments/integration here: https://github.com/Giggum/vyos-build/pull/1

Thu, Apr 11, 3:33 PM · Restricted Project, VyOS 1.4 Sagitta
dmbaturin closed T4548: GRUB loader configuration rework as Resolved.
Thu, Apr 11, 2:20 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin removed a subtask for T5751: Adjust new image tools for non-interactive use: T5786: Add set/show system image to /image endpoint.
Thu, Apr 11, 2:17 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
dmbaturin removed a parent task for T5786: Add set/show system image to /image endpoint: T5751: Adjust new image tools for non-interactive use.
Thu, Apr 11, 2:17 PM · VyOS 1.5 Circinus
dmbaturin closed T4516: Rewrite system image manipulation tools in Python, a subtask of T4548: GRUB loader configuration rework, as Resolved.
Thu, Apr 11, 2:15 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin closed T4516: Rewrite system image manipulation tools in Python, a subtask of T4946: Rewrite "add system image" in the new op-mode, as Resolved.
Thu, Apr 11, 2:15 PM · VyOS 1.4 Sagitta
dmbaturin closed T4516: Rewrite system image manipulation tools in Python as Resolved.
Thu, Apr 11, 2:15 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5386: Execute VRRP transition script when `set high-availability disable` is commited from Open to Needs reporter action.

@dex can you re-check?
It should execute the stop script if disabled in config https://github.com/vyos/vyos-1x/blob/5d890037b177ce6971ac00f52e4cce2cac898f46/src/conf_mode/high-availability.py#L204-L206

Thu, Apr 11, 11:19 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5032: VRRP aware DHCP relay as Wontfix.

It can be working with set service dhcp-relay disable

Thu, Apr 11, 10:57 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T6226: add HAPROXY `tcp-request content accept` related block to load-balancing reverse proxy config : VyOS 1.5 Circinus.
Thu, Apr 11, 10:19 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav placed T5745: conntrack-sync: Multiprimary setups for HA/VRRP up for grabs.
Thu, Apr 11, 10:17 AM · VyOS 1.5 Circinus, vyatta-vrrp, vyatta-conntrack-sync
drw_08 raised the priority of T6226: add HAPROXY `tcp-request content accept` related block to load-balancing reverse proxy config from Low to Normal.
Thu, Apr 11, 10:14 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
drw_08 created T6226: add HAPROXY `tcp-request content accept` related block to load-balancing reverse proxy config .
Thu, Apr 11, 10:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
HollyGurza changed the subtype of T6225: Problem in qos policy random-detect from "Task" to "Bug".
Thu, Apr 11, 9:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

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

Thu, Apr 11, 9:22 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
HollyGurza added a project to T6225: Problem in qos policy random-detect: VyOS 1.5 Circinus.
Thu, Apr 11, 8:43 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters from Confirmed to In progress.
Thu, Apr 11, 8:36 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
HollyGurza created T6225: Problem in qos policy random-detect.
Thu, Apr 11, 8:34 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters from Open to Confirmed.
Thu, Apr 11, 8:14 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a project to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters: VyOS 1.5 Circinus.
Thu, Apr 11, 5:30 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus

Wed, Apr 10

runar created T6224: More easily produceable source builds.
Wed, Apr 10, 8:13 PM · VyOS 1.5 Circinus
jestabro closed T6207: image-tools: restore ability to copy config.boot.default on image install, a subtask of T4516: Rewrite system image manipulation tools in Python, as Resolved.
Wed, Apr 10, 3:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5359: VyOS user/pass remains in config.

@greywolfe, let us know if you have tested it.

Wed, Apr 10, 3:13 PM · VyOS 1.4 Sagitta
Viacheslav closed T5481: Upgrade bug as Resolved N/A.

Reopen if you still have the issue.
Close the task as there is no response from the author. And we don't have reports like this.

Wed, Apr 10, 3:09 PM · VyOS 1.4 Sagitta
Viacheslav triaged T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters as Normal priority.
Wed, Apr 10, 2:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
SrividyaA closed T4734: Feature Request: openvpn: add OTP 2FA support as Resolved.
Wed, Apr 10, 2:41 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T4734: Feature Request: openvpn: add OTP 2FA support.

The feature is present in 1.4 and 1.5:

Wed, Apr 10, 2:41 PM · VyOS 1.4 Sagitta
n.fort claimed T6216: Upgrade error from 1.3 to 1.4 - Firewall using character '+'.
Wed, Apr 10, 2:34 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort changed the status of T6216: Upgrade error from 1.3 to 1.4 - Firewall using character '+', a subtask of T5938: Migration fail root task for 1.4-rc, from Confirmed to In progress.
Wed, Apr 10, 2:01 PM · VyOS 1.4 Sagitta
n.fort changed the status of T6216: Upgrade error from 1.3 to 1.4 - Firewall using character '+' from Confirmed to In progress.
Wed, Apr 10, 2:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort added a comment to T6216: Upgrade error from 1.3 to 1.4 - Firewall using character '+'.

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

Wed, Apr 10, 2:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

It is another bug, should be a separate bug report

Wed, Apr 10, 1:38 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
natali-rs1985 added a comment to T5364: PPPOE - PADO Delay.

related to T6141

Wed, Apr 10, 1:09 PM · VyOS 1.4 Sagitta
Chrisc-c-c added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

After a bit more digging it looks like the 15 character limit is a kernel limitation, so the issue is more with how the interfaces are named when creating VRRP groups and no real handling of a scenario where the length is over 15 characters.

Wed, Apr 10, 12:56 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
d.shleg added a comment to T6082: Commit failed when adding new bgp neighbor.

Yes, this initial. I corrected config and received other error

Wed, Apr 10, 12:52 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Chrisc-c-c added a comment to T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.

Log output when starting keepalived:

Wed, Apr 10, 12:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Chrisc-c-c created T6222: VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters.
Wed, Apr 10, 12:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a comment to T6082: Commit failed when adding new bgp neighbor.

@d.shleg As I mentioned the config is not applied by FRR

r4# show run bgpd
Building configuration...
Wed, Apr 10, 11:55 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
d.shleg added a comment to T6082: Commit failed when adding new bgp neighbor.

Message at 6 March

Wed, Apr 10, 11:47 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
d.shleg added a comment to T6082: Commit failed when adding new bgp neighbor.

Initial not confirmed by FRR, but I provided configuration is accepted by FRR but not applied by vyos. Please look messages

Wed, Apr 10, 11:45 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T6082: Commit failed when adding new bgp neighbor.

Your initial configuration and adding a new peer is not acceptable by FRR

vyos@r4# run show ver
Version:          VyOS 1.5-rolling-202404090019
Release train:    current
vyos@r4# compare 
[protocols bgp neighbor]
+ 10.177.75.2 {
+     peer-group "OVERLAY"
+     remote-as "64542"
+ }
Wed, Apr 10, 11:20 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5750: Upgrade from 1.3.4 to 1.4 Rolling fails QoS, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Wed, Apr 10, 9:28 AM · VyOS 1.4 Sagitta
Viacheslav closed T5750: Upgrade from 1.3.4 to 1.4 Rolling fails QoS as Resolved.
Wed, Apr 10, 9:28 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T2801: conntrack-tools flooding logs as Resolved N/A.
Wed, Apr 10, 7:03 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez placed T5498: fsck during boot doesnt work up for grabs.

Removed assignee for now in case somebody else wants to fix this?

Wed, Apr 10, 5:52 AM · VyOS 1.4 Sagitta
Apachez placed T5522: Add logging for which mksquashfs syntax is being used up for grabs.

Removed assignee for now in case somebody else wants to fix this?

Wed, Apr 10, 5:46 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
tjh added a comment to T2801: conntrack-tools flooding logs.

Sorry guys - I'm on 1.4-epa2 these days but aren't doing VRRP/Conntrack sync anymore.

Wed, Apr 10, 5:27 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Tue, Apr 9

tgnthump added a comment to T6219: sysctl support for containers.

Started on a PR: https://github.com/vyos/vyos-1x/pull/3288

Tue, Apr 9, 7:45 PM · VyOS 1.4 Sagitta
tgnthump added a comment to T6219: sysctl support for containers.

My specific use case is a container that requires --sysctl=net.ipv4.conf.all.forwarding=1

Tue, Apr 9, 6:41 PM · VyOS 1.4 Sagitta
tgnthump created T6219: sysctl support for containers.
Tue, Apr 9, 6:30 PM · VyOS 1.4 Sagitta
Viacheslav closed T3409: Add back TCP-MSS Clamp to PMTU as Resolved.

Mark it as resolved, reopen the task if required.

Tue, Apr 9, 4:21 PM · VyOS 1.4 Sagitta