Page MenuHomeVyOS Platform
Feed Search

Jun 10 2024

c-po moved T6463: reverse-proxy: service not reloaded when updating SSL certificate via PKI from Open to Finished on the VyOS 1.5 Circinus board.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1)
c-po closed T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate as Resolved.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1)
c-po closed T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate, a subtask of T6407: ipsec profile generation error, as Resolved.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po closed T6454: Explicitly set the default reverse proxy mode to HTTP as Resolved.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po closed T6423: Require command definition nodes that have an owner to also have a priority as Resolved.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1)
c-po closed T6464: sstpc: interface not restarted when updating SSL certificate via PKI as Resolved.
Jun 10 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6462: wireless: add op-mode command for hostapd and wpa_supplicant logs from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po moved T6463: reverse-proxy: service not reloaded when updating SSL certificate via PKI from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6454: Explicitly set the default reverse proxy mode to HTTP from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po moved T6423: Require command definition nodes that have an owner to also have a priority from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po closed T6453: GRUB variables with `=` in a value are parsed improperly as Resolved.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6401: Attempts to delete vlan-to-vni option causes an unhandled exception from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6453: GRUB variables with `=` in a value are parsed improperly from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6464: sstpc: interface not restarted when updating SSL certificate via PKI from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 10 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6464: sstpc: interface not restarted when updating SSL certificate via PKI from Open to Finished on the VyOS 1.5 Circinus board.
Jun 10 2024, 12:17 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T6442: CGNAT add address allocation logs to syslog during commit, a subtask of T5169: Add CGNAT Carrier-Grade NAT based on nftables, from Open to In progress.
Jun 10 2024, 11:29 AM · VyOS Rolling, VyOS 1.5 Circinus
Viacheslav changed the status of T6442: CGNAT add address allocation logs to syslog during commit from Open to In progress.
Jun 10 2024, 11:29 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T6442: CGNAT add address allocation logs to syslog during commit.

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

set nat cgnat log-allocation
set nat cgnat pool external ext-01 external-port-range '1024-65535'
set nat cgnat pool external ext-01 per-user-limit port '2000'
set nat cgnat pool external ext-01 range 192.168.122.222/32
set nat cgnat pool internal int-01 range '100.64.0.0/28'
set nat cgnat rule 10 source pool 'int-01'
set nat cgnat rule 10 translation pool 'ext-01'

check logs:

Jun 10 14:10:02 r4 sudo[9057]:     vyos : TTY=pts/0 ; PWD=/home/vyos ; USER=root ; COMMAND=/usr/bin/sh -c ' /usr/libexec/vyos/conf_mode/nat_cgnat.py'
Jun 10 14:10:02 r4 sudo[9057]: pam_unix(sudo:session): session opened for user root(uid=0) by vyos(uid=1003)
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.0, external host: 192.168.122.222, Port range: 1024-3023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.1, external host: 192.168.122.222, Port range: 3024-5023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.2, external host: 192.168.122.222, Port range: 5024-7023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.3, external host: 192.168.122.222, Port range: 7024-9023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.4, external host: 192.168.122.222, Port range: 9024-11023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.5, external host: 192.168.122.222, Port range: 11024-13023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.6, external host: 192.168.122.222, Port range: 13024-15023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.7, external host: 192.168.122.222, Port range: 15024-17023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.8, external host: 192.168.122.222, Port range: 17024-19023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.9, external host: 192.168.122.222, Port range: 19024-21023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.10, external host: 192.168.122.222, Port range: 21024-23023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.11, external host: 192.168.122.222, Port range: 23024-25023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.12, external host: 192.168.122.222, Port range: 25024-27023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.13, external host: 192.168.122.222, Port range: 27024-29023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.14, external host: 192.168.122.222, Port range: 29024-31023
Jun 10 14:10:03 r4 cgnat[9059]: Internal host: 100.64.0.15, external host: 192.168.122.222, Port range: 31024-33023
Jun 10 14:10:03 r4 sudo[9057]: pam_unix(sudo:session): session closed for user root
Jun 10 2024, 11:21 AM · VyOS 1.5 Circinus
Viacheslav triaged T6468: Error setting Receive Packet Steering as Normal priority.
Jun 10 2024, 9:13 AM
Charlie-Root created T6468: Error setting Receive Packet Steering.
Jun 10 2024, 8:33 AM
dmbaturin triaged T6455: Add Support for ZeroTier as Wishlist priority.
Jun 10 2024, 7:57 AM · VyOS Rolling
dmbaturin triaged T6463: reverse-proxy: service not reloaded when updating SSL certificate via PKI as High priority.
Jun 10 2024, 7:55 AM · VyOS 1.4 Sagitta (1.4.1)
dmbaturin triaged T6464: sstpc: interface not restarted when updating SSL certificate via PKI as High priority.
Jun 10 2024, 7:55 AM · VyOS 1.4 Sagitta (1.4.1)
dmbaturin triaged T6457: Update strip-private function to improve op command output for IPs as Low priority.
Jun 10 2024, 7:53 AM · VyOS Rolling, Bugs
Viacheslav added a comment to T5169: Add CGNAT Carrier-Grade NAT based on nftables.

Accel-ppp does not work with VPP

Jun 10 2024, 7:48 AM · VyOS Rolling, VyOS 1.5 Circinus
pavel-altair added a comment to T6407: ipsec profile generation error.
vyos@vyos:~$ dpkg -l | grep vyos-1x
ii  vyos-1x                              1.5dev0-1669-g77cb661d8          amd64        VyOS configuration scripts and data
ii  vyos-1x-vmware                       1.5dev0-1669-g77cb661d8          amd64        VyOS configuration scripts and data for VMware
vyos@vyos:~$
Jun 10 2024, 6:35 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
drw_08 updated subscribers of T6405: Add disk_setup and mounts in vyos cloud-init config under cloud_init_modules .
Jun 10 2024, 5:57 AM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Giggum created T6465: op-cmd: tech-support report reporting invalid command for Show System Image Storage/Version.
Jun 10 2024, 4:32 AM
Giggum added a comment to T5633: op-cmd: Interrupting the "tech-support report" command generates error.

Updated task description to denote two issues (Bug 1 and Bug 2) with show tech-support report.

Jun 10 2024, 4:24 AM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
Giggum updated the task description for T5633: op-cmd: Interrupting the "tech-support report" command generates error.
Jun 10 2024, 4:23 AM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus

Jun 9 2024

c-po added a comment to T6407: ipsec profile generation error.

Please share the output of dpkg -l | grep vyos-1x

Jun 9 2024, 9:05 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po added a comment to T6464: sstpc: interface not restarted when updating SSL certificate via PKI.

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

Jun 9 2024, 7:00 PM · VyOS 1.4 Sagitta (1.4.1)
c-po changed the status of T6464: sstpc: interface not restarted when updating SSL certificate via PKI from Open to In progress.
Jun 9 2024, 6:49 PM · VyOS 1.4 Sagitta (1.4.1)
c-po created T6464: sstpc: interface not restarted when updating SSL certificate via PKI.
Jun 9 2024, 6:48 PM · VyOS 1.4 Sagitta (1.4.1)
c-po updated the task description for T6462: wireless: add op-mode command for hostapd and wpa_supplicant logs.
Jun 9 2024, 6:14 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po added a comment to T6462: wireless: add op-mode command for hostapd and wpa_supplicant logs.

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

Jun 9 2024, 6:13 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
pavel-altair added a comment to T6407: ipsec profile generation error.
vyos@vyos# show vpn ipsec | commands 
set esp-group vpn lifetime '3600'
set esp-group vpn pfs 'enable'
set esp-group vpn proposal 10 encryption 'aes128gcm128'
set esp-group vpn proposal 10 hash 'sha256'
set ike-group vpn key-exchange 'ikev2'
set ike-group vpn lifetime '7200'
set ike-group vpn proposal 10 dh-group '14'
set ike-group vpn proposal 10 encryption 'aes128gcm128'
set ike-group vpn proposal 10 hash 'sha256'
set interface 'eth0'
set options virtual-ip
set remote-access connection support authentication client-mode 'eap-mschapv2'
set remote-access connection support authentication local-id 'ipsec.somedomain'
set remote-access connection support authentication local-users username test password 'test'
set remote-access connection support authentication server-mode 'x509'
set remote-access connection support authentication x509 ca-certificate 'isrgrootx1'
set remote-access connection support authentication x509 ca-certificate 'lets-encrypt-r3'
set remote-access connection support authentication x509 certificate 'vpn2'
set remote-access connection support description 'support remote access'
set remote-access connection support esp-group 'vpn'
set remote-access connection support ike-group 'vpn'
set remote-access connection support local-address 'ip on eth0'
set remote-access connection support pool 'support'
set remote-access pool support name-server '1.1.1.1'
set remote-access pool support name-server '9.9.9.9'
set remote-access pool support prefix '192.168.120.64/27'
[edit]
vyos@vyos#
Jun 9 2024, 6:12 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po added a comment to T6407: ipsec profile generation error.

Please share your full ipsec configuration

Jun 9 2024, 6:02 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po claimed T6463: reverse-proxy: service not reloaded when updating SSL certificate via PKI.
Jun 9 2024, 6:01 PM · VyOS 1.4 Sagitta (1.4.1)
c-po created T6463: reverse-proxy: service not reloaded when updating SSL certificate via PKI.
Jun 9 2024, 6:01 PM · VyOS 1.4 Sagitta (1.4.1)
pavel-altair added a comment to T6407: ipsec profile generation error.
vyos@vyos:~$ generate ipsec profile windows-remote-access support remote ipsec.somedomain 
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/ikev2_profile_generator.py", line 154, in <module>
    cert = load_certificate(pki['certificate'][cert_name]['certificate'])
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'certificate'
vyos@vyos:~$ show ver
Version:          VyOS 1.5-rolling-202406060020
Release train:    current
Release flavor:   generic
Jun 9 2024, 6:01 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po closed T6281: Wireguard does not pass traffic if VRFs are used as Invalid.
Jun 9 2024, 5:43 PM · VyOS 1.5 Circinus
c-po added a comment to T6281: Wireguard does not pass traffic if VRFs are used.

Reporter action missing - running this setup in production so does not feel like a bug.

Jun 9 2024, 5:43 PM · VyOS 1.5 Circinus
c-po changed the status of T6462: wireless: add op-mode command for hostapd and wpa_supplicant logs from Open to In progress.
Jun 9 2024, 5:29 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po created T6462: wireless: add op-mode command for hostapd and wpa_supplicant logs.
Jun 9 2024, 5:29 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po moved T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 12:47 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate from Open to Finished on the VyOS 1.5 Circinus board.
Jun 9 2024, 12:47 PM · VyOS 1.4 Sagitta (1.4.1)
c-po edited projects for T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate, added: VyOS 1.4 Sagitta (1.4.1); removed VyOS 1.4 Sagitta (1.4.0).
Jun 9 2024, 12:47 PM · VyOS 1.4 Sagitta (1.4.1)
c-po added a comment to T6424: ipsec: op-mode command to generate client profiles should honor common name of the CA node that signed the server certificate.

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

Jun 9 2024, 12:47 PM · VyOS 1.4 Sagitta (1.4.1)
c-po added a comment to T6407: ipsec profile generation error.

This was merged Thu May 30 16:35:43 2024 +0200 and your image is from 2024-05-30.

Jun 9 2024, 11:21 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
aztec102 added a comment to T5169: Add CGNAT Carrier-Grade NAT based on nftables.

Good afternoon I heard that the solution based on nftables is no longer new, but you took it as a basis.
At the same time, I heard that VyOS added support for VPP. Maybe it makes sense to use two implementations?
I don’t want to offend you in any way, I appreciate everything you do.
https://s3-docs.fd.io/vpp/22.06/cli-reference/clis/clicmd_src_plugins_nat_det44.html

Jun 9 2024, 9:57 AM · VyOS Rolling, VyOS 1.5 Circinus
Embezzle changed the status of T6454: Explicitly set the default reverse proxy mode to HTTP from In progress to Needs testing.
Jun 9 2024, 9:51 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
talmakion added a comment to T4694: Allow VyOS Firewall to Match Outbound IPSec Traffic.

It looks like outbound encap can be matched via routing expressions:

Jun 9 2024, 9:39 AM · VyOS 1.4 Sagitta (1.4.0-GA)
c-po moved T6454: Explicitly set the default reverse proxy mode to HTTP from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 7:17 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po moved T6454: Explicitly set the default reverse proxy mode to HTTP from Open to Finished on the VyOS 1.5 Circinus board.
Jun 9 2024, 7:17 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po added a project to T6454: Explicitly set the default reverse proxy mode to HTTP: VyOS 1.4 Sagitta (1.4.1).
Jun 9 2024, 7:17 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po moved T6423: Require command definition nodes that have an owner to also have a priority from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 6:29 AM · VyOS 1.4 Sagitta (1.4.1)
c-po added a project to T6423: Require command definition nodes that have an owner to also have a priority: VyOS 1.5 Circinus.
Jun 9 2024, 6:29 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6423: Require command definition nodes that have an owner to also have a priority from Open to Finished on the VyOS 1.5 Circinus board.
Jun 9 2024, 6:29 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6453: GRUB variables with `=` in a value are parsed improperly from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 6:28 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6453: GRUB variables with `=` in a value are parsed improperly from In Progress to Finished on the VyOS 1.5 Circinus board.
Jun 9 2024, 6:28 AM · VyOS 1.4 Sagitta (1.4.1)
c-po edited projects for T6453: GRUB variables with `=` in a value are parsed improperly, added: VyOS 1.4 Sagitta (1.4.1); removed VyOS 1.4 Sagitta.
Jun 9 2024, 6:28 AM · VyOS 1.4 Sagitta (1.4.1)
c-po assigned T6401: Attempts to delete vlan-to-vni option causes an unhandled exception to talmakion.
Jun 9 2024, 6:26 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6401: Attempts to delete vlan-to-vni option causes an unhandled exception from Finished to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6401: Attempts to delete vlan-to-vni option causes an unhandled exception from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jun 9 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1)
c-po edited projects for T6401: Attempts to delete vlan-to-vni option causes an unhandled exception, added: VyOS 1.4 Sagitta (1.4.1); removed VyOS 1.4 Sagitta.
Jun 9 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6401: Attempts to delete vlan-to-vni option causes an unhandled exception from Open to Finished on the VyOS 1.5 Circinus board.
Jun 9 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1)
talmakion added a comment to T6456: "monitor traffic" incorrectly consumes some arguments.

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

Jun 9 2024, 2:07 AM · VyOS 1.5 Circinus

Jun 8 2024

Apachez added a comment to T6457: Update strip-private function to improve op command output for IPs.

The suggested change as in matching number of "x" with number of characters in each octet/hextet in the IPv4/IPv6 address will be less anonymizing than todays method.

Jun 8 2024, 7:17 PM · VyOS Rolling, Bugs
L0crian updated the task description for T6457: Update strip-private function to improve op command output for IPs.
Jun 8 2024, 6:39 PM · VyOS Rolling, Bugs
L0crian created T6457: Update strip-private function to improve op command output for IPs.
Jun 8 2024, 6:37 PM · VyOS Rolling, Bugs
L0crian added a comment to T6455: Add Support for ZeroTier.

Draft PR Added: https://github.com/vyos/vyos-1x/pull/3599

Jun 8 2024, 5:42 PM · VyOS Rolling
talmakion created T6456: "monitor traffic" incorrectly consumes some arguments.
Jun 8 2024, 3:23 PM · VyOS 1.5 Circinus
L0crian claimed T6455: Add Support for ZeroTier.
Jun 8 2024, 2:18 PM · VyOS Rolling
L0crian created T6455: Add Support for ZeroTier.
Jun 8 2024, 2:17 PM · VyOS Rolling
syncer set Forum thread to https://forum.vyos.io/t/thinking-about-system-name-server-and-vrfs/14656 on T5371: "system name-server" is not vrf aware.
Jun 8 2024, 10:25 AM · VyOS Rolling, Bugs

Jun 7 2024

syncer moved T5633: op-cmd: Interrupting the "tech-support report" command generates error from Open to Backlog on the VyOS 1.5 Circinus board.
Jun 7 2024, 8:16 PM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
Viacheslav assigned T5633: op-cmd: Interrupting the "tech-support report" command generates error to Giggum.
Jun 7 2024, 7:33 PM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
Giggum added a comment to T5633: op-cmd: Interrupting the "tech-support report" command generates error.

Can this be assigned to me please, will give it a go.

Jun 7 2024, 5:45 PM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
L0crian added a comment to T6452: Add missing QoS Op Mode Commands.

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

Jun 7 2024, 3:05 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1), VyOS Rolling
syncer closed T6446: Display the support URL from image build data in LTS builds as Resolved.
Jun 7 2024, 2:51 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
HollyGurza moved T5756: L2TP RADIUS backup and weight settings from Open to Finished on the VyOS 1.5 Circinus board.
Jun 7 2024, 1:48 PM · Restricted Project, VyOS 1.5 Circinus
HollyGurza closed T5756: L2TP RADIUS backup and weight settings as Resolved.
Jun 7 2024, 1:48 PM · Restricted Project, VyOS 1.5 Circinus
fatred added a comment to T6403: nat64 input validation required.

Will pull that on Sunday and give it a try, thanks!

Jun 7 2024, 1:47 PM · VyOS 1.5 Circinus
HollyGurza moved T6354: Get rid of the custom boot type check in version.py from Open to Finished on the VyOS 1.5 Circinus board.
Jun 7 2024, 1:46 PM · VyOS 1.5 Circinus
HollyGurza closed T6354: Get rid of the custom boot type check in version.py as Resolved.
Jun 7 2024, 1:46 PM · VyOS 1.5 Circinus
HollyGurza moved T4576: vpn l2tp logging level configuration from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-GA) board.
Jun 7 2024, 1:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
HollyGurza moved T4576: vpn l2tp logging level configuration from In Progress to Finished on the VyOS 1.5 Circinus board.
Jun 7 2024, 1:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
HollyGurza closed T4576: vpn l2tp logging level configuration as Resolved.
Jun 7 2024, 1:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
HollyGurza moved T5786: Add set/show system image to /image endpoint from Open to Finished on the VyOS 1.5 Circinus board.
Jun 7 2024, 1:42 PM · VyOS 1.5 Circinus
HollyGurza closed T5786: Add set/show system image to /image endpoint as Resolved.
Jun 7 2024, 1:42 PM · VyOS 1.5 Circinus
Embezzle added a comment to T6454: Explicitly set the default reverse proxy mode to HTTP.

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

Jun 7 2024, 11:02 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
HollyGurza added a comment to T5742: Define port-group as a oneliner instead of multiline.

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

Jun 7 2024, 10:39 AM · VyOS 1.5 Circinus
Embezzle created T6454: Explicitly set the default reverse proxy mode to HTTP.
Jun 7 2024, 10:24 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
HappyShr00m added a comment to T6448: Remove all unused container images that has been downloaded.

I have not used it since I thought it would delete even running instances or stop them. if it doesn't, then may I suggest adding a description to the command to indicate that it will not impact the running containers. thanks

It should not affect running container images.
Try it on some test instance.

Jun 7 2024, 7:50 AM
HollyGurza claimed T5742: Define port-group as a oneliner instead of multiline.
Jun 7 2024, 6:04 AM · VyOS 1.5 Circinus
Thunderstorm added a comment to T6444: "config-sync section service dhcp-server" should swap remote/source-address during sync.

what about moving the dhcp high-availability configuration under the existing high-availability node? that would allow the entire dhcp section to be synced.

Jun 7 2024, 2:06 AM · VyOS Rolling

Jun 6 2024

talmakion added a comment to T6403: nat64 input validation required.

@fatred fix should be in the latest rolling, if you'd like to give it a go?

Jun 6 2024, 11:29 PM · VyOS 1.5 Circinus
syncer triaged T6451: Please consider removing trademarked logo/artwork in public build scripts as Wishlist priority.
Jun 6 2024, 9:43 PM · VyOS 1.5 Circinus