Page MenuHomeVyOS Platform
Feed All Stories

Apr 15 2024

jestabro moved T3574: Add constraintGroup for combining validators with logical AND from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa1) board.
Apr 15 2024, 12:10 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro moved T3474: Revisit storing syntax version of interface definitions in XML file from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa1) board.
Apr 15 2024, 12:10 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

Apr 14 2024

lucasec created T6241: Updating CRL in "pki" config does not update OpenVPN.
Apr 14 2024, 11:55 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
lucasec renamed T6177: Intel QAT causes CPU runaway/stall with ipsec VPN from CPU runaway/stall possibly related to Strongswan to Intel QAT causes CPU runaway/stall with ipsec VPN.
Apr 14 2024, 11:36 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
lucasec added a comment to T6177: Intel QAT causes CPU runaway/stall with ipsec VPN.

My system finally crashed again today. I found a workload that generates enough traffic over the VPN to reliably re-produce.

Apr 14 2024, 7:20 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Arc771 closed T5155: restart bgp daemon throws route-map error as Invalid.

Seems like its either fixed or was a quirk in that specific version.

Apr 14 2024, 3:54 PM · VyOS 1.4 Sagitta
garconklin created T6240: Set interface ethernet eth1 bridge-group command missing.
Apr 14 2024, 2:04 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf from Open to Needs reporter action.
Apr 14 2024, 1:38 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .

I don't see those logs:

set service monitoring telegraf influxdb authentication organization 'vyos'
set service monitoring telegraf influxdb authentication token 'lxxx='
set service monitoring telegraf influxdb bucket 'vyos'
set service monitoring telegraf influxdb url 'http://192.168.122.14'
Apr 14 2024, 1:38 PM · VyOS 1.5 Circinus
Viacheslav reassigned T6210: Support configuring sys-nice capability for containers from Viacheslav to theflakes.
Apr 14 2024, 12:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav closed T6210: Support configuring sys-nice capability for containers as Resolved.
Apr 14 2024, 12:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav edited projects for T3968: Add network type ptp (veth) for containers, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 14 2024, 12:14 PM · Restricted Project, VyOS 1.5 Circinus
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
environment.POSTGRES_HOST_AUTH_METHOD.value.
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': {}}}
Apr 14 2024, 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
check --env "POSTGRES_HOST_AUTH_METHOD=. options
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
Apr 14 2024, 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
Apr 14 2024, 11:00 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav lowered the priority of T6233: Container configurations on VyOS 1.5 prevent containers from starting from Urgent! to Normal.
Apr 14 2024, 10:13 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T6233: Container configurations on VyOS 1.5 prevent containers from starting.

Did you try another image (not hello-world)?
Tested on VyOS 1.5-rolling-202404140022

Apr 14 2024, 10:11 AM · Restricted Project, VyOS 1.5 Circinus
rleinfelder added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

Apachez, the QOS-MAPPING is FROM:TO, which means egress-priority 0 will be mapped to 2, egress-priority 2 will be mapped to 3. In my case i need only 0:3 or 0:5 on vif-s or vif-c because priority 0 is used by default for iperf application. Hope this helps for your understanding...

Apr 14 2024, 9:53 AM · Restricted Project, VyOS 1.5 Circinus
Apachez added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

How is this supposed to work?

Apr 14 2024, 9:41 AM · Restricted Project, VyOS 1.5 Circinus
rleinfelder added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

Viacheslav, YES it works, THANK YOU so much, now it's possible to set the priority on vif-c and vif-s. This is a great step forward to have this opportunity in my lab.
Now i have two questions:
-Is there a possibility to make the setting permanent ?
-And do you think, someone in the community is willing to implement a command/parameter to configure the priority on vif-c and vif-s also CLI ?. As i wrote I would pay for this implementation so everyone in the community can use this feature in VyOS.

Apr 14 2024, 8:56 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

Does it work?

vyos@r4:~$ sudo cat /proc/net/vlan/eth2.100.200 
eth2.100.200  VID: 200	 REORDER_HDR: 1  dev->priv_flags: 81121
         total frames received            0
          total bytes received            0
      Broadcast/Multicast Rcvd            0
Apr 14 2024, 7:50 AM · Restricted Project, VyOS 1.5 Circinus
Giggum added a comment to T4909: Rewrite the NTP op mode in the new format.

@dmbaturin PR is here https://github.com/vyos/vyos-1x/pull/3307

Apr 14 2024, 7:39 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
Giggum added a comment to T4909: Rewrite the NTP op mode in the new format.

@dmbaturin hope you don't mind but this looked like a good task for a beginner and with it being low priority thought I'd give it a go.

Apr 14 2024, 7:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
drw_08 added a comment to T6226: Add "tcp-requece inspect-delay" to reverse proxy.

can we also include this change into sagitta epa3?

Apr 14 2024, 4:37 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
drw_08 added a comment to T6226: Add "tcp-requece inspect-delay" to reverse proxy.

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

Apr 14 2024, 4:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez added a comment to T5694: NTP should always be allowed from localhost and bindaddress/binddevice can only exist once.

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

Apr 14 2024, 3:54 AM · VyOS 1.5 Circinus
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:

Apr 14 2024, 3:54 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Apr 13 2024

rleinfelder added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

The priorisation for data traffic on our DSLAM access network is based on 802.1q because this are mainly Layer2 devices. The network between the DSLAMs prioritize also the data traffic based on 802.1q header. At the moment we need Layer2 ethernet tester which allow us to set the COS bit (0-7) on vif and vif-c+vif-s to measure the QoS through the network. The reason for my request was, to ask some VyOS community member, if this would be possible with VyOS + iperf like we do it today with the Layer2 ethernet tester.

Apr 13 2024, 6:34 PM · Restricted Project, VyOS 1.5 Circinus
chenxiaolong added a comment to T6163: kea-dhcp4-server crashes due to incorrect lease file permissions after 1.5-rolling-202403120022 -> 1.5-rolling-202403230018 upgrade.

Thanks for the quick fix! I intentionally messed with the file ownership and can confirm that VyOS 1.5-rolling-202404130016 will correct them to the proper values.

Apr 13 2024, 6:06 PM · VyOS 1.5 Circinus
Apachez added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

You can do the QoS priority on the VyOS by matching the traffic based on VLAN ID and then set the DSCP (TOS) using "set-dscp" according to the manuals below:

Apr 13 2024, 6:04 PM · Restricted Project, VyOS 1.5 Circinus
rleinfelder added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

Yes, we want to configure the QoS priority "three bits" of the 802.1p field. In our lab the packet forwarding is based on 802.1q priority.
https://en.wikipedia.org/wiki/IEEE_802.1Q

Apr 13 2024, 4:39 PM · Restricted Project, VyOS 1.5 Circinus
Apachez added a comment to T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s.

You mean you want QoS based on VLAN which is named 802.1p ?

Apr 13 2024, 4:23 PM · Restricted Project, VyOS 1.5 Circinus
rleinfelder triaged T6239: Would it be possible to implement an additional command/parameter to configure the vlan priority 0-7 on vif or vif-c+vif-s as Wishlist priority.
Apr 13 2024, 2:36 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T6238: vyos-build Check pull request title requires the python script as Resolved.
Apr 13 2024, 11:12 AM · VyOS 1.4 Sagitta
Viacheslav closed T6235: Git check PR status: conflicts and resolution as Resolved.
Apr 13 2024, 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 :/

Apr 13 2024, 10:46 AM · Restricted Project, VyOS 1.5 Circinus
c-po moved T2518: Add support for IPv6 NAT (NPTv6) from Need Triage to Finished on the VyOS 1.5 Circinus board.
Apr 13 2024, 10:39 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T2518: Add support for IPv6 NAT (NPTv6) from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0) board.
Apr 13 2024, 10:39 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po closed T2518: Add support for IPv6 NAT (NPTv6) as Resolved.
Apr 13 2024, 10:38 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po edited projects for T2518: Add support for IPv6 NAT (NPTv6), added: VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 13 2024, 10:38 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Restricted Repository Identity closed T6173: Build Causes Errors When "--version" Contains Slashes ("/") as Resolved by committing Restricted Diffusion Commit.
Apr 13 2024, 10:37 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
marc_s added a comment to T6236: Packet-Tracer Output.

Link to forum thread: https://forum.vyos.io/t/output-similar-to-packet-tracer/

Apr 13 2024, 8:51 AM · VyOS 1.5 Circinus
Viacheslav claimed T6238: vyos-build Check pull request title requires the python script.
Apr 13 2024, 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

Apr 13 2024, 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

Apr 13 2024, 8:23 AM · VyOS 1.4 Sagitta
Viacheslav created T6238: vyos-build Check pull request title requires the python script.
Apr 13 2024, 8:13 AM · VyOS 1.4 Sagitta
Viacheslav closed T2288: Include iprange package in Vyos as Wontfix.
Apr 13 2024, 3:30 AM · Restricted Project, VyOS 1.5 Circinus

Apr 12 2024

tjh added a comment to T2288: Include iprange package in Vyos.

No, this isn't required in 1.4, the script I was using isn't compatible with nftables and the built in support for GeoLocation enabled services is a better solution.
This one can be closed as well, thanks.

Apr 12 2024, 9:17 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T344: Software basesd FastPath as Resolved.

Close it as we have nftables flowtable fastpath which works pretty good.
Reopen if required or if you have other ideas.
Thanks

Apr 12 2024, 7:00 PM · VyOS 1.5 Circinus
Restricted Repository Identity closed T5872: ipsec remote access VPN: support dhcp-interface as Resolved by committing Restricted Diffusion Commit.
Apr 12 2024, 6:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin edited projects for T4091: Progress bar support for HTTP uploads, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 6:18 PM · VyOS 1.5 Circinus
n.fort closed T6214: Error when using some constraints as Resolved.
Apr 12 2024, 5:29 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
n.fort moved T6213: Validations in firewall groups mistakenly reject correct configurations from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 12 2024, 5:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort moved T6213: Validations in firewall groups mistakenly reject correct configurations from Need Triage to Finished on the VyOS 1.5 Circinus board.
Apr 12 2024, 5:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort closed T6213: Validations in firewall groups mistakenly reject correct configurations as Resolved.
Apr 12 2024, 5:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6218: Container network interface in VRF fails to generate IPv6 link-local address from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Apr 12 2024, 4:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav closed T6218: Container network interface in VRF fails to generate IPv6 link-local address as Resolved.

Looks working

Apr 12 2024, 4:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the subtype of T260: Redirect traffict between two L3 interfaces from "Task" to "Bug".
Apr 12 2024, 4:10 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
syncer assigned T5938: Migration fail root task for 1.4-rc to dmbaturin.
Apr 12 2024, 4:00 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
dmbaturin edited projects for T5: command logging (local and remote), added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:43 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T94: commit archive to AWS S3 , added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:41 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T89: Dynamic DNS support for AWS Route53 and other cloud providers, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:41 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin removed a project from T1942: hardware info collector : VyOS 1.4 Sagitta.
Apr 12 2024, 3:39 PM · VyOS 1.5 Circinus
dmbaturin closed T1871: Add MTU option to "traffic-policy limiter" as Resolved.
Apr 12 2024, 3:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin edited projects for T1797: Implement DPDK Fast-Path using FRR's Alternate Forwarding Planes and VPP, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:39 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin removed a project from T1674: Support [virtual] dvd device in add system image: VyOS 1.4 Sagitta.
Apr 12 2024, 3:39 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T1599: Convert 'connect', 'disconnect' and 'clear' ppp interface operations from vyatta-op to new syntax, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta (1.4.0).
Apr 12 2024, 3:38 PM · Restricted Project, VyOS 1.5 Circinus, Restricted Project
dmbaturin edited projects for T1522: If a config session is not close cleanly, the unionfs-mount is not cleaned up, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta, VyOS 1.2 Crux.
Apr 12 2024, 3:36 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin closed T1487: DNS (pdns_recursor) stats logs not saved to disk as Resolved.
Apr 12 2024, 3:36 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
dmbaturin removed a project from T1229: Add support for unencrypted L2TPv2 client connections: VyOS 1.4 Sagitta.
Apr 12 2024, 3:35 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T1161: Does Vyos take advantage of linux's improved security features?, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta.
Apr 12 2024, 3:35 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T1002: install image - fast install, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:34 PM · VyOS 1.5 Circinus
dmbaturin removed a project from T876: L2TP/IPSEC Client: VyOS 1.4 Sagitta.
Apr 12 2024, 3:34 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin renamed T874: Support for Two Factor Authentication for CLI access via Google Authenticator/OTP from Support for Two Factor Authentication for CLI access via Google Authenticator to Support for Two Factor Authentication for CLI access via Google Authenticator/OTP.
Apr 12 2024, 3:33 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
dmbaturin edited projects for T861: add secure boot support, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.

We'll backport it to 1.4 when it's done.

Apr 12 2024, 3:30 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T807: Integrate monit , added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:29 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T751: IDS and IPS (suricata), added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:29 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T741: move user home to persistent storage, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:29 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T694: netboot PXE/gPXE/iPXE support, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:29 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav reopened T5872: ipsec remote access VPN: support dhcp-interface as "Open".
Apr 12 2024, 3:26 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin edited projects for T621: Allow image pruning by list index., added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:26 PM · Restricted Project, VyOS 1.5 Circinus, Restricted Project
dmbaturin edited projects for T474: Monitoring of plain-ipsec tunnels, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:25 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T461: Central user/key management through JumpCloud, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:25 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T418: Add html entities encoding for options field, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:25 PM · VyOS 1.5 Circinus, vyatta-cfg-system
Viacheslav changed the subtype of T5657: Add VRF support for zabbix-agent from "Task" to "Feature Request".
Apr 12 2024, 3:23 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T375: WAN failover, not to balance the load, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:18 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T344: Software basesd FastPath, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:18 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T268: Add support for multiple ospv/ospfv3 routing processes, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:18 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T264: Use base64 or hex format in ipsec.secrets to allow double quotes, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:17 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T260: Redirect traffict between two L3 interfaces, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project.
Apr 12 2024, 3:17 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T237: Configuration Archival Periodic, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:17 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T200: Automated config deployment from a removable drive at installation time, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:17 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T139: Commit archive backends, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:16 PM · VyOS 1.5 Circinus
dmbaturin edited projects for T114: Allow wan load-balancing rules to match against groups, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Apr 12 2024, 3:16 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin edited projects for T6116: VyOS can't work as expected at k8s platform, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta (1.4.0-epa1).
Apr 12 2024, 3:16 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin removed a project from T6236: Packet-Tracer Output: VyOS 1.4 Sagitta.
Apr 12 2024, 3:15 PM · VyOS 1.5 Circinus
dmbaturin closed T6062: container: add support for image manipulation based on tag name, a subtask of T6060: op-mode: container: support removing all container images at once, as Resolved.
Apr 12 2024, 3:15 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
dmbaturin closed T6062: container: add support for image manipulation based on tag name as Resolved.
Apr 12 2024, 3:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin closed T5959: Streamline dns forwarding service as Resolved.
Apr 12 2024, 3:14 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
dmbaturin removed a project from T5745: conntrack-sync: Multiprimary setups for HA/VRRP: VyOS 1.4 Sagitta.
Apr 12 2024, 3:14 PM · VyOS 1.5 Circinus, vyatta-vrrp, vyatta-conntrack-sync