Page MenuHomeVyOS Platform
Feed Search

Feb 22 2023

Viacheslav created T5025: Time-zone validation failed.
Feb 22 2023, 3:42 PM · VyOS 1.4 Sagitta
Viacheslav closed T5024: check-qemu-install VM is not shutdown the first time as Resolved.
Feb 22 2023, 3:24 PM · VyOS 1.4 Sagitta
n.fort added a comment to T5022: VRRP add mail notification.

Yes @syncer . One option is for source and other for destination.

Feb 22 2023, 10:02 AM · VyOS Rolling, Restricted Project
Viacheslav added a comment to T5024: check-qemu-install VM is not shutdown the first time.

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

Feb 22 2023, 9:11 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5023: PKI commit fails to update dependents from In progress to Needs testing.

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

Feb 22 2023, 9:03 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5024: check-qemu-install VM is not shutdown the first time.
Feb 22 2023, 8:58 AM · VyOS 1.4 Sagitta
Viacheslav created T5024: check-qemu-install VM is not shutdown the first time.
Feb 22 2023, 8:57 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5023: PKI commit fails to update dependents from Open to In progress.
Feb 22 2023, 8:54 AM · VyOS 1.4 Sagitta
sarthurdev created T5023: PKI commit fails to update dependents.
Feb 22 2023, 8:54 AM · VyOS 1.4 Sagitta

Feb 21 2023

syncer added a comment to T5022: VRRP add mail notification.

@Viacheslav can you see what auth modes supported by keepalive
also I think we don't need to configure both

Feb 21 2023, 10:31 PM · VyOS Rolling, Restricted Project
sarthurdev changed the status of T5003: Upgrade base system to Debian 12 "Bookworm" from In progress to Needs testing.

Builds completing. ISO worker on Jenkins should be fixed and pushing new rolling images shortly.

Feb 21 2023, 8:43 PM · VyOS 1.4 Sagitta
Viacheslav closed T5020: Extend openvpn.py op-mode to get a list of configured clients, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, as Resolved.
Feb 21 2023, 4:52 PM · VyOS Rolling
Viacheslav closed T5020: Extend openvpn.py op-mode to get a list of configured clients as Resolved.
Feb 21 2023, 4:52 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5007: Interface multicast setting is invalid from Open to Needs testing.
Feb 21 2023, 2:40 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Charlie-Root added a comment to T3655: NAT doesn't work correctly with VRF.
Feb 21 2023, 1:45 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536 from Open to Finished on the VyOS 1.4 Sagitta board.
Feb 21 2023, 1:28 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav created T5022: VRRP add mail notification.
Feb 21 2023, 1:24 PM · VyOS Rolling, Restricted Project
marc_s added a comment to T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536.

Thanks @Viacheslav https://github.com/vyos/vyos-1x/pull/1838 fixed it for me.

Feb 21 2023, 1:17 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536.

Cherry-pick for 1.3.3 https://github.com/vyos/vyos-1x/pull/1838

Feb 21 2023, 1:04 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536.

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

Feb 21 2023, 12:30 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
krox2 closed T5021: IPsec SA is closed before negotiating a new one or it is negotiated on every second if big life-time is set in swanctl.conf as Resolved.

it's fixed already in vyos/vyos-build#293 (although in a different way), just downloaded the newest image and tested it. I'm closing this ticket, apologies for the noise.

Feb 21 2023, 9:48 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536.

The thing is we have default values (for example memory) only for the first container:

##################################################
{'name': {'multitool': {'description': 'Network multitool container',
                        'image': 'wbitt/network-multitool:fedora',
                        'memory': '512',
                        'network': {'cntr-net': {}},
                        'port': {'http': {'destination': '80',
                                          'protocol': 'tcp',
                                          'source': '80'}},
                        'restart': 'on-failure',
                        'shared_memory': '64'},
          'nrpe': {'allow_host_networks': {},
                   'image': 'incitem/almalinux9:nrpe',
                   'protocol': 'tcp'},
          'radius': {'allow_host_networks': {},
                     'image': 'dchidell/radius-web',
                     'protocol': 'tcp',
                     'volume': {'clients': {'destination': '/etc/raddb/clients.conf',
                                            'mode': 'rw',
                                            'source': '/config/containers/radius/clients'},
                                'users': {'destination': '/etc/raddb/users',
                                          'mode': 'rw',
                                          'source': '/config/containers/radius/users'}}}},
 'network': {'cntr-net': {'description': 'VyOS Container Network',
                          'prefix': ['172.253.253.0/24']}},
 'registry': ['docker.io', 'quay.io']}
##################################################
Feb 21 2023, 8:22 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added projects to T4978: KeyError: 'memory' container_config['memory'] on upgrading to 1.4-rolling-202302041536: VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3).
Feb 21 2023, 7:44 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
pratik.g added a comment to T4852: pppoe - static default route deleted automatically with default-route none option.

@Viacheslav Its working fine on latest vyos image. Thanks for support.

Feb 21 2023, 5:29 AM · VyOS 1.4 Sagitta

Feb 20 2023

krox2 added a comment to T5021: IPsec SA is closed before negotiating a new one or it is negotiated on every second if big life-time is set in swanctl.conf.

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

Feb 20 2023, 11:22 PM · VyOS 1.4 Sagitta
krox2 created T5021: IPsec SA is closed before negotiating a new one or it is negotiated on every second if big life-time is set in swanctl.conf.
Feb 20 2023, 10:57 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5020: Extend openvpn.py op-mode to get a list of configured clients.

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

Feb 20 2023, 3:42 PM · VyOS 1.4 Sagitta
Viacheslav renamed T5020: Extend openvpn.py op-mode to get a list of configured clients from Extend openvpn.py op-mode to get list of configured clients to Extend openvpn.py op-mode to get a list of configured clients.
Feb 20 2023, 3:19 PM · VyOS 1.4 Sagitta
Viacheslav changed Version from - to 1.4 on T5020: Extend openvpn.py op-mode to get a list of configured clients.
Feb 20 2023, 3:16 PM · VyOS 1.4 Sagitta
Viacheslav renamed T5020: Extend openvpn.py op-mode to get a list of configured clients from Extend openvpn.py op-mode to get number of configured clients to Extend openvpn.py op-mode to get list of configured clients.
Feb 20 2023, 3:16 PM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine from In progress to Needs testing.
Feb 20 2023, 1:45 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the status of T5020: Extend openvpn.py op-mode to get a list of configured clients, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, from Open to In progress.
Feb 20 2023, 1:29 PM · VyOS Rolling
Viacheslav changed the status of T5020: Extend openvpn.py op-mode to get a list of configured clients from Open to In progress.
Feb 20 2023, 1:29 PM · VyOS 1.4 Sagitta
Viacheslav created T5020: Extend openvpn.py op-mode to get a list of configured clients.
Feb 20 2023, 1:29 PM · VyOS 1.4 Sagitta
Viacheslav created T5019: Add tunnel type bareudp.
Feb 20 2023, 1:21 PM · VyOS Rolling
Viacheslav moved T5011: Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped from Open to Finished on the VyOS 1.4 Sagitta board.
Feb 20 2023, 11:23 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a project to T5011: Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped: VyOS 1.3 Equuleus (1.3.3).

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1833

Feb 20 2023, 11:23 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav closed T5005: Skip user authentication for PPPoE Server with noauth option as Resolved.
Feb 20 2023, 6:49 AM · VyOS 1.4 Sagitta

Feb 18 2023

rayzilt created T5018: Redirect to IFB removed after change in qos policy.
Feb 18 2023, 9:55 PM · VyOS 1.4 Sagitta
n.fort added a comment to T5016: Policy Route - Add load balancer capabilities.

A 2nd proposal could be:

Feb 18 2023, 1:38 PM · VyOS Rolling
n.fort updated the task description for T5016: Policy Route - Add load balancer capabilities.
Feb 18 2023, 1:03 PM · VyOS Rolling
n.fort added a comment to T5016: Policy Route - Add load balancer capabilities.
Feb 18 2023, 12:46 PM · VyOS Rolling
n.fort changed Version from - to vyos-1.4-rolling-202302150317 on T5016: Policy Route - Add load balancer capabilities.
Feb 18 2023, 12:32 PM · VyOS Rolling
n.fort created T5016: Policy Route - Add load balancer capabilities.
Feb 18 2023, 12:32 PM · VyOS Rolling
Viacheslav claimed T5011: Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped.

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

Feb 18 2023, 11:12 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
n.fort added a comment to T5014: Destination NAT - Add Load Balancing capabilities.

When internal hosts are behind NAT, this is working as expected, because of conntrack.

Feb 18 2023, 10:50 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5013: Extend accelppp.py op-mode to get subnet start stop info from config.

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

Feb 18 2023, 9:44 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5015: Invalid format character error at hfsc class settings help text from Open to Needs testing.
Feb 18 2023, 9:02 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5014: Destination NAT - Add Load Balancing capabilities.

Without a hash, it can be useless.
For example, the client initiates a TCP session:

  • SYN is forwarded from the client to 10.0.0.7
  • 10.0.0.7 responds with SYN/ACK to the client
  • client sends ACK, which is forwarded to 10.0.0.2
Feb 18 2023, 9:01 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5013: Extend accelppp.py op-mode to get subnet start stop info from config.
Feb 18 2023, 8:53 AM · VyOS 1.4 Sagitta

Feb 17 2023

rayzilt added a comment to T5015: Invalid format character error at hfsc class settings help text.

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

Feb 17 2023, 9:05 PM · VyOS 1.4 Sagitta
rayzilt updated the task description for T5015: Invalid format character error at hfsc class settings help text.
Feb 17 2023, 9:04 PM · VyOS 1.4 Sagitta
rayzilt created T5015: Invalid format character error at hfsc class settings help text.
Feb 17 2023, 8:51 PM · VyOS 1.4 Sagitta
n.fort renamed T4984: Firewall add mark for outgoing packets from Firewall add mark for ougoing packets to Firewall add mark for outgoing packets.
Feb 17 2023, 7:54 PM · VyOS Rolling
Viacheslav changed the status of T5005: Skip user authentication for PPPoE Server with noauth option from Open to Needs testing.
Feb 17 2023, 6:26 PM · VyOS 1.4 Sagitta
n.fort changed Version from - to vyos-1.4-rolling-202302150317 on T5014: Destination NAT - Add Load Balancing capabilities.
Feb 17 2023, 6:11 PM · VyOS 1.4 Sagitta
n.fort created T5014: Destination NAT - Add Load Balancing capabilities.
Feb 17 2023, 6:11 PM · VyOS 1.4 Sagitta
v.huti changed the status of T4180: Support for QoS Policy Propagation via BGP (QPPB) from Open to Needs testing.
Feb 17 2023, 4:56 PM · VyOS Rolling
v.huti added a comment to T4180: Support for QoS Policy Propagation via BGP (QPPB).

I cannot attach the rest of the artifacts due to size limits.
Publishing them on git instead: https://github.com/volodymyrhuti/QPPB_docs

Feb 17 2023, 4:55 PM · VyOS Rolling
v.huti added a comment to T4180: Support for QoS Policy Propagation via BGP (QPPB).
Intro
=========================================================================================================
The QoS Policy Propagation via BGP feature allows you to classify packets by IP precedence based on the
Border Gateway Protocol (BGP) community lists, BGP autonomous system paths, access lists, thus helping to
classify based on the destination instead of source address.
Feb 17 2023, 4:52 PM · VyOS Rolling
Viacheslav changed the status of T5013: Extend accelppp.py op-mode to get subnet start stop info from config, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, from Open to In progress.
Feb 17 2023, 2:57 PM · VyOS Rolling
Viacheslav changed the status of T5013: Extend accelppp.py op-mode to get subnet start stop info from config from Open to In progress.
Feb 17 2023, 2:57 PM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T4564: Root task for rewriting [op-mode] to vyos.opmode format: T5013: Extend accelppp.py op-mode to get subnet start stop info from config.
Feb 17 2023, 2:57 PM · VyOS Rolling
Viacheslav added a parent task for T5013: Extend accelppp.py op-mode to get subnet start stop info from config: T4564: Root task for rewriting [op-mode] to vyos.opmode format.
Feb 17 2023, 2:56 PM · VyOS 1.4 Sagitta
Viacheslav claimed T5013: Extend accelppp.py op-mode to get subnet start stop info from config.
Feb 17 2023, 2:56 PM · VyOS 1.4 Sagitta
Viacheslav created T5013: Extend accelppp.py op-mode to get subnet start stop info from config.
Feb 17 2023, 2:56 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5005: Skip user authentication for PPPoE Server with noauth option.

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

set service pppoe-server authentication mode 'noauth'
set service pppoe-server client-ip-pool name foo gateway-address '192.0.2.1'
set service pppoe-server client-ip-pool name foo subnet '192.0.2.0/24'
set service pppoe-server interface eth1

Check

vyos@r14# cat /run/accel-pppd/pppoe.conf | grep "\[auth" -A 2
[auth]
noauth=1
Feb 17 2023, 10:46 AM · VyOS 1.4 Sagitta
lue30499 added a comment to T2196: Dynamic ipv4 interface list hairpin.

Thanks for clarification @b-

Feb 17 2023, 2:03 AM · VyOS Rolling
b- added a comment to T2196: Dynamic ipv4 interface list hairpin.

This isn’t specific to WANs at all, no! I am using it for a WAN, so some of my comments reflect that, but really this is just a generic hook for any DHCP interface.

Feb 17 2023, 1:55 AM · VyOS Rolling
lue30499 added a comment to T2196: Dynamic ipv4 interface list hairpin.

@b- Im not sure 100% sure whats happening, as I am not a developer... I saw your code samples and PR in git...

Feb 17 2023, 1:46 AM · VyOS Rolling

Feb 16 2023

zsdc added a comment to T5012: Control network configuration from Cloud-Init config.

PRs:
1.3 - https://github.com/vyos/vyos-cloud-init/pull/62
1.4 - https://github.com/vyos/vyos-cloud-init/pull/61

Feb 16 2023, 5:22 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5011: Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped.
Feb 16 2023, 2:55 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
zsdc changed the status of T5012: Control network configuration from Cloud-Init config from Open to In progress.
Feb 16 2023, 1:41 PM · VyOS 1.4 Sagitta
zsdc created T5012: Control network configuration from Cloud-Init config.
Feb 16 2023, 1:39 PM · VyOS 1.4 Sagitta
Viacheslav closed T4971: Radius attribute "Framed-Pool" for PPPoE as Resolved.
Feb 16 2023, 12:32 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav created T5011: Some interface drivers don't support min_mtu and max_mtu and verify_mtu check should be skipped.
Feb 16 2023, 12:05 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T5002: Add uk (United Kingdom) keymap.

@mas90 Will be present in the next rolling release.
Could you check when it will available? After 20230215

Feb 16 2023, 7:57 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5002: Add uk (United Kingdom) keymap.

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

set system option keyboard-layout uk
Feb 16 2023, 6:52 AM · VyOS 1.4 Sagitta
ammmze added a comment to T5006: Http api segfault with concurrent requests.

Excellent! I'll check it out and report back. Thank you!

Feb 16 2023, 4:08 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta

Feb 15 2023

jestabro closed T4991: Restore path level information to compare output, a subtask of T4942: Rewrite vyatta-config-mgmt to Python/XML, as Resolved.
Feb 15 2023, 6:09 PM · VyOS 1.4 Sagitta
jestabro closed T4991: Restore path level information to compare output as Resolved.
Feb 15 2023, 6:09 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5006: Http api segfault with concurrent requests from In progress to Needs testing.
Feb 15 2023, 5:09 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
jestabro added a comment to T5006: Http api segfault with concurrent requests.

@ammmze That PR is merged, so will be in the next rolling. Kindly let me know of any remaining or other issues you see. I'll add autocannon to my common tests; thanks again for that tip.

Feb 15 2023, 5:09 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
jestabro added a comment to T5006: Http api segfault with concurrent requests.

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

Feb 15 2023, 4:36 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a comment to T4971: Radius attribute "Framed-Pool" for PPPoE.

Fix
PR 1.4 https://github.com/vyos/vyos-1x/pull/1822
PR 1.3 https://github.com/vyos/vyos-1x/pull/1824

Feb 15 2023, 3:55 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4971: Radius attribute "Framed-Pool" for PPPoE.
 service {
+    pppoe-server {
+        authentication {
+            mode radius
+            radius {
+                server 172.31.255.2 {
+                    key 123456
+                }
+            }
+        }
+        interface eth1 {
+        }
+    }
 }

when I commit, throws me:

Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/service_pppoe-server.py", line 114, in <module>
    verify(c)
  File "/usr/libexec/vyos/conf_mode/service_pppoe-server.py", line 60, in verify
    verify_accel_ppp_base_service(pppoe)
  File "/usr/lib/python3/dist-packages/vyos/configverify.py", line 424, in verify_accel_ppp_base_service
    for _, v in config['client_ip_pool']['name'].items():
KeyError: 'client_ip_pool'
Feb 15 2023, 3:19 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine from Open to In progress.
Feb 15 2023, 2:40 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
a.apostoliuk claimed T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine.
Feb 15 2023, 1:59 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4943: Radius SSH login displays "permission denied" on 1.4 rolling release.

Some debugging, the authentication with user vyosunpriv

Feb 15 2023, 1:44 PM · VyOS 1.4 Sagitta
tflabs-nl added a comment to T5010: bgp: EVPN route-target not honored.
set protocols bgp address-family l2vpn-evpn vni 100070 route-target both 70:100070

Should return an error, as this is not implemented.

Feb 15 2023, 1:28 PM · VyOS 1.4 Sagitta
tflabs-nl updated the task description for T5010: bgp: EVPN route-target not honored.
Feb 15 2023, 12:26 PM · VyOS 1.4 Sagitta
tflabs-nl updated the task description for T5010: bgp: EVPN route-target not honored.
Feb 15 2023, 12:26 PM · VyOS 1.4 Sagitta
tflabs-nl created T5010: bgp: EVPN route-target not honored.
Feb 15 2023, 12:24 PM · VyOS 1.4 Sagitta
a.apostoliuk added a comment to T4593: Upgrade strongswan to 5.9.8.

I was wrong. NOT 6 CHILSD_SAs on one tunnel.
6 IKE SAs on one configured tunnel.

Feb 15 2023, 11:50 AM · VyOS 1.4 Sagitta
Viacheslav claimed T5005: Skip user authentication for PPPoE Server with noauth option.
Feb 15 2023, 10:47 AM · VyOS 1.4 Sagitta
a.apostoliuk added a comment to T4593: Upgrade strongswan to 5.9.8.

I met 2 issues after the last commit.
My config:

Feb 15 2023, 10:11 AM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T4985: reset vpn ipsec-peer command with peer name does not work from In progress to Needs testing.
Feb 15 2023, 8:49 AM · VyOS 1.4 Sagitta
ammmze added a comment to T5006: Http api segfault with concurrent requests.

Awesome, I am glad to hear the provided info was helpful! Thank you for the quick investigation and explanation.

Feb 15 2023, 6:11 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta

Feb 14 2023

jestabro triaged T5006: Http api segfault with concurrent requests as High priority.
Feb 14 2023, 10:06 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
jestabro changed the status of T5006: Http api segfault with concurrent requests from Open to In progress.
Feb 14 2023, 10:05 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta