Page MenuHomeVyOS Platform
Feed All Stories

Aug 1 2024

c-po added projects to T6617: ipsec: remote access VPN: "generate ipsec profile ios-remote-access" wrong profile for x509 auth: Restricted Project, VyOS 1.4 Sagitta (1.4.1).
Aug 1 2024, 5:52 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po added projects to T6618: ipsec: remote access VPN: "generate ipsec profile windows-remote-access" broken: Restricted Project, VyOS 1.4 Sagitta (1.4.1).
Aug 1 2024, 5:51 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus

Jul 31 2024

tiberiuv created T6625: Firewall group size limit API.
Jul 31 2024, 8:47 PM · Restricted Project, VyOS 1.5 Circinus
fernando changed the status of T6555: OpenVPN - mode server-bridge interfaces TAP from Confirmed to In progress.
Jul 31 2024, 7:24 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T6555: OpenVPN - mode server-bridge interfaces TAP .

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

Jul 31 2024, 7:24 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando claimed T6555: OpenVPN - mode server-bridge interfaces TAP .
Jul 31 2024, 5:37 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5657: Add VRF support for zabbix-agent.

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

Jul 31 2024, 3:34 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5657: Add VRF support for zabbix-agent.

There are issues with cgroups when enabling VRF

$ git diff
diff --git a/data/templates/zabbix-agent/10-override.conf.j2 b/data/templates/zabbix-agent/10-override.conf.j2
index 7c296e8fd..0acf775be 100644
--- a/data/templates/zabbix-agent/10-override.conf.j2
+++ b/data/templates/zabbix-agent/10-override.conf.j2
@@ -1,3 +1,4 @@
+{% set zabbix_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
 [Unit]
 After=
 After=vyos-router.service
@@ -7,7 +8,9 @@ ConditionPathExists=/run/zabbix/zabbix-agent2.conf
 [Service]
 EnvironmentFile=
 ExecStart=
-ExecStart=/usr/sbin/zabbix_agent2 --config /run/zabbix/zabbix-agent2.conf --foreground
+ExecStart={{ zabbix_command }}/usr/sbin/zabbix_agent2 --config /run/zabbix/zabbix-agent2.conf --foreground
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_RESOURCE CAP_BPF CAP_DAC_OVERRIDE CAP_FOWNER
+AmbientCapabilities=CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_RESOURCE CAP_BPF CAP_DAC_OVERRIDE CAP_FOWNER
 WorkingDirectory=
 WorkingDirectory=/run/zabbix
 Restart=always
diff --git a/interface-definitions/service_monitoring_zabbix-agent.xml.in b/interface-definitions/service_monitoring_zabbix-agent.xml.in
index 3754e9145..e44b31312 100644
--- a/interface-definitions/service_monitoring_zabbix-agent.xml.in
+++ b/interface-definitions/service_monitoring_zabbix-agent.xml.in
@@ -185,6 +185,7 @@
                 </properties>
                 <defaultValue>3</defaultValue>
               </leafNode>
+              #include <include/interface/vrf.xml.i>
             </children>
           </node>
         </children>
Jul 31 2024, 1:48 PM · VyOS 1.5 Circinus
Viacheslav claimed T5657: Add VRF support for zabbix-agent.
Jul 31 2024, 11:48 AM · VyOS 1.5 Circinus
HollyGurza added a comment to T6619: Remove the remaining uses of per-protocol FRR configs.

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

Jul 31 2024, 11:43 AM · VyOS 1.4 Sagitta (1.4.0), Restricted Project, VyOS 1.5 Circinus
HollyGurza added a comment to T6623: Command `protocols static multicast` does not affect to frr config.

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

Jul 31 2024, 11:43 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T6539: Add logging options to load-balancer reverse-proxy as Resolved.
Jul 31 2024, 9:30 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T6624: service suricata address-groups cannot be used in each other as Low priority.
Jul 31 2024, 9:29 AM · Restricted Project, VyOS 1.5 Circinus
lucasec added a comment to T6177: Intel QAT causes CPU runaway/stall with ipsec VPN.

I was hoping some combination of the newer QAT driver 4.24 and newer kernel in the latest rolling releases might fix this... but seemingly not.

Jul 31 2024, 6:20 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fsbof added a comment to T5653: Command to display fingerprint.

I finally managed to give 1.5 a run and the first thing I did was check this. Perfect! Thank you everyone,

Jul 31 2024, 5:48 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Jul 30 2024

ruffy91 created T6624: service suricata address-groups cannot be used in each other.
Jul 30 2024, 7:56 PM · Restricted Project, VyOS 1.5 Circinus
c-po reopened T6539: Add logging options to load-balancer reverse-proxy as "In progress".
Jul 30 2024, 3:17 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po closed T6610: Missing minisign pub key from image as Resolved.
Jul 30 2024, 2:04 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6610: Missing minisign pub key from image from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 30 2024, 2:04 PM · VyOS 1.4 Sagitta (1.4.1)
c-po moved T6603: vrf: nftables conntrack ct_iface_map contains multiple identical entries from Need Triage to Finished on the VyOS 1.5 Circinus board.
Jul 30 2024, 1:16 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
Viacheslav edited projects for T5153: OpenConnect route restriction via iptables is ignored, added: Restricted Project; removed VyOS 1.3 Equuleus (1.3.8).
Jul 30 2024, 1:08 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
Viacheslav changed the status of T6231: Vendor Drivers for NVidia (Mellanox) Adapters from Open to Needs testing.

Can someone test/check if it works as expected?

Jul 30 2024, 12:52 PM · VyOS 1.5 Circinus
a.apostoliuk moved T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down from Need Triage to Finished on the VyOS 1.5 Circinus board.
Jul 30 2024, 12:18 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav placed T741: move user home to persistent storage up for grabs.
Jul 30 2024, 12:15 PM · Restricted Project, VyOS 1.5 Circinus
n.fort added a comment to T6570: Firewall bridge allways passes traffic to IP layer.

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

Jul 30 2024, 12:08 PM · Restricted Project, VyOS 1.5 Circinus
n.fort changed the status of T5680: Allow selecting mac-groups in bridge firewall from Confirmed to In progress.

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

Jul 30 2024, 12:08 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav moved T6313: Add "NAT" to "generate" command for rule resequence from Need Triage to Finished on the VyOS 1.5 Circinus board.
Jul 30 2024, 12:03 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a project to T6313: Add "NAT" to "generate" command for rule resequence: VyOS 1.4 Sagitta (1.4.1).
Jul 30 2024, 12:03 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav changed the status of T6313: Add "NAT" to "generate" command for rule resequence from Open to Needs testing.
Jul 30 2024, 12:00 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav assigned T6313: Add "NAT" to "generate" command for rule resequence to HollyGurza.
Jul 30 2024, 11:58 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav reassigned T6406: Add config option for container cpu limit from Viacheslav to nvollmar.
Jul 30 2024, 11:47 AM · VyOS 1.5 Circinus
Viacheslav closed T6406: Add config option for container cpu limit as Resolved.
Jul 30 2024, 11:46 AM · VyOS 1.5 Circinus
talmakion added a comment to T6622: Add support for non-decimal numbers to the numeric validator.

My opinion is largely based on my recent use-case for this, the GRE-match ethertype fields. I remember grumbling a couple of times about needing to convert bases to decimal in the past, but it's been too long to remember specifically what I was configuring at the time.

Jul 30 2024, 11:34 AM · Restricted Project
HollyGurza created T6623: Command `protocols static multicast` does not affect to frr config.
Jul 30 2024, 10:25 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin created T6622: Add support for non-decimal numbers to the numeric validator.
Jul 30 2024, 9:54 AM · Restricted Project
csszep added a comment to T6362: Create a conntrack/translations logger daemon.

I have a related question too.

Jul 30 2024, 8:38 AM · VyOS 1.5 Circinus
HollyGurza claimed T6619: Remove the remaining uses of per-protocol FRR configs.
Jul 30 2024, 8:21 AM · VyOS 1.4 Sagitta (1.4.0), Restricted Project, VyOS 1.5 Circinus
HollyGurza renamed T6619: Remove the remaining uses of per-protocol FRR configs from Use only a unified configuration file for FRR to Remove the remaining uses of per-protocol FRR configs.
Jul 30 2024, 8:15 AM · VyOS 1.4 Sagitta (1.4.0), Restricted Project, VyOS 1.5 Circinus
csszep added a comment to T6362: Create a conntrack/translations logger daemon.

I am not against the Python implementation, but why isn't ulogd2 simply used for this?

Jul 30 2024, 8:14 AM · VyOS 1.5 Circinus
Apachez created T6621: Workflow action in github spams forks.
Jul 30 2024, 8:11 AM · VyOS 1.5 Circinus
HollyGurza changed the status of T6362: Create a conntrack/translations logger daemon from Open to Needs testing.
Jul 30 2024, 8:01 AM · VyOS 1.5 Circinus
HollyGurza changed the status of T6362: Create a conntrack/translations logger daemon, a subtask of T5169: Add CGNAT Carrier-Grade NAT based on nftables, from Open to Needs testing.
Jul 30 2024, 8:01 AM · Restricted Project, VyOS 1.5 Circinus
lucasec changed the status of T6618: ipsec: remote access VPN: "generate ipsec profile windows-remote-access" broken from Open to In progress.

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

Jul 30 2024, 7:29 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
lucasec changed the status of T6617: ipsec: remote access VPN: "generate ipsec profile ios-remote-access" wrong profile for x509 auth from Open to In progress.

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

Jul 30 2024, 7:29 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po closed T6614: Initial support for smoketesting op-mode commands as Resolved.
Jul 30 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po moved T6614: Initial support for smoketesting op-mode commands from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 30 2024, 6:25 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po closed T6601: op-mode: Move "reset ip arp" -> "clear ip arp" and "reset ipv6 neighbors" -> "clear ipv6 neighbors" as Invalid.
Jul 30 2024, 6:11 AM · Restricted Project, VyOS 1.5 Circinus
c-po updated subscribers of T6601: op-mode: Move "reset ip arp" -> "clear ip arp" and "reset ipv6 neighbors" -> "clear ipv6 neighbors".

Top level op mode words have specific meanings in VyOS. clear is reserved for completely non-disruptive operations: clearing the screen, clearing rule counters... reset is for locally-disruptive operations.
Since removing a neighbor table entry can lead to lost packets or increased latencies for new connections, it doesn't qualify for clear, which is why it was called reset.
I'd prefer to keep that terminology consistent. BGP neighbors in Cisco IOS are also under clear, but we don't plan to mimic that, do we? ;)

Jul 30 2024, 6:11 AM · Restricted Project, VyOS 1.5 Circinus

Jul 29 2024

dmbaturin created T6620: Allow using list_nodes on paths that do not exist.
Jul 29 2024, 5:24 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin assigned T5367: Syslog doesn't send timezone information to the server to c-po.
Jul 29 2024, 2:57 PM · Restricted Project, VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
HollyGurza created T6619: Remove the remaining uses of per-protocol FRR configs.
Jul 29 2024, 1:48 PM · VyOS 1.4 Sagitta (1.4.0), Restricted Project, VyOS 1.5 Circinus
n.fort closed T6607: Error when deleting VLAN-VNI mapping as Invalid.
Jul 29 2024, 1:31 PM · VyOS 1.5 Circinus
c-po moved T6614: Initial support for smoketesting op-mode commands from Need Triage to Finished on the VyOS 1.5 Circinus board.
Jul 29 2024, 10:34 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po added a project to T6614: Initial support for smoketesting op-mode commands: VyOS 1.4 Sagitta (1.4.1).
Jul 29 2024, 10:34 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
tjjh89017 added a comment to T6607: Error when deleting VLAN-VNI mapping.

I think this issue is duplicated to T6401.
Please close it thank you
https://vyos.dev/T6401

Jul 29 2024, 10:24 AM · VyOS 1.5 Circinus
HollyGurza added a comment to T6294: Service dns forwarding add the ability to configure ZonetoCache.

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

Jul 29 2024, 9:56 AM · Restricted Project, VyOS 1.5 Circinus
lucasec created T6618: ipsec: remote access VPN: "generate ipsec profile windows-remote-access" broken.
Jul 29 2024, 8:31 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
lucasec created T6617: ipsec: remote access VPN: "generate ipsec profile ios-remote-access" wrong profile for x509 auth.
Jul 29 2024, 8:27 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
natali-rs1985 closed T6277: 'protocols ospf interface ... passive disable' should be renamed as Wontfix.
Jul 29 2024, 8:13 AM · VyOS 1.5 Circinus
natali-rs1985 closed T6593: Release DHCP interface does not work as Resolved.
Jul 29 2024, 8:09 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
natali-rs1985 moved T6593: Release DHCP interface does not work from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 29 2024, 8:08 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
natali-rs1985 moved T6593: Release DHCP interface does not work from In Progress to Finished on the VyOS 1.5 Circinus board.
Jul 29 2024, 8:07 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
natali-rs1985 closed T6596: pppoe: operation command connect/disconnect failed as Resolved.
Jul 29 2024, 8:05 AM · Restricted Project, VyOS 1.5 Circinus
natali-rs1985 moved T6596: pppoe: operation command connect/disconnect failed from In Progress to Finished on the VyOS 1.5 Circinus board.
Jul 29 2024, 8:04 AM · Restricted Project, VyOS 1.5 Circinus
natali-rs1985 closed T5552: 'set system option performance throughput' enables IPv6 forwarding even if it's explicitly disabled with 'set system ipv6 disable-forwarding' as Resolved.
Jul 29 2024, 8:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
natali-rs1985 moved T5552: 'set system option performance throughput' enables IPv6 forwarding even if it's explicitly disabled with 'set system ipv6 disable-forwarding' from In Progress to Finished on the VyOS 1.5 Circinus board.
Jul 29 2024, 8:02 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
natali-rs1985 moved T5552: 'set system option performance throughput' enables IPv6 forwarding even if it's explicitly disabled with 'set system ipv6 disable-forwarding' from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 29 2024, 8:02 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
natali-rs1985 closed T6505: Support VXLAN VLAN-VNI range mapping in CLI as Resolved.
Jul 29 2024, 8:01 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
natali-rs1985 moved T6505: Support VXLAN VLAN-VNI range mapping in CLI from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 29 2024, 8:01 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
natali-rs1985 moved T6505: Support VXLAN VLAN-VNI range mapping in CLI from In Progress to Finished on the VyOS 1.5 Circinus board.
Jul 29 2024, 8:00 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
zsdc changed the status of T5367: Syslog doesn't send timezone information to the server from Needs reporter action to Confirmed.

I agree, the logic in a template seems to be wrong.

Jul 29 2024, 7:09 AM · Restricted Project, VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
vyosbot placed T110: Ability to store SSH keys out of the config up for grabs.
Jul 29 2024, 6:02 AM · Restricted Project, VyOS 1.5 Circinus
lucasec changed Version from - to dates all the way back to 1.3.5 on T6616: vyos-hostsd reloads pdns-recursor frequently, even when no config change.
Jul 29 2024, 5:34 AM · VyOS 1.5 Circinus
lucasec updated the task description for T6616: vyos-hostsd reloads pdns-recursor frequently, even when no config change.
Jul 29 2024, 5:34 AM · VyOS 1.5 Circinus
lucasec created T6616: vyos-hostsd reloads pdns-recursor frequently, even when no config change.
Jul 29 2024, 5:32 AM · VyOS 1.5 Circinus
Unknown Object (User) added a comment to T6181: A feature for checking popular ports..

show ports local <--- show opened ports on a local host

Jul 29 2024, 5:12 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)

Jul 28 2024

jestabro moved T6605: `ConfigError()` behavior is wrong with running `vyos-configd` from Backport Candidates to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 28 2024, 11:16 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
jestabro closed T6605: `ConfigError()` behavior is wrong with running `vyos-configd` as Resolved.
Jul 28 2024, 11:16 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
Vijayakumar closed T6606: duplicate conflict labels to be fixed, a subtask of T6309: Check code quality with CodeQL, as Resolved.
Jul 28 2024, 8:14 PM · GitHub Infrastructure
Vijayakumar closed T6606: duplicate conflict labels to be fixed as Resolved.
Jul 28 2024, 8:14 PM · GitHub Infrastructure
Vijayakumar closed T6565: Use bullfrog action to get the outbound info audit - vyos-1x current, a subtask of T6309: Check code quality with CodeQL, as Resolved.
Jul 28 2024, 7:59 PM · GitHub Infrastructure
Vijayakumar renamed T6565: Use bullfrog action to get the outbound info audit - vyos-1x current from Use bullfrog action to get the outbound info audit to Use bullfrog action to get the outbound info audit - vyos-1x current.
Jul 28 2024, 7:59 PM · GitHub Infrastructure
Viacheslav changed the status of T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down from In progress to Needs testing.
Jul 28 2024, 12:54 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav changed the status of T4694: Allow VyOS Firewall to Match Outbound IPSec Traffic from In progress to Needs testing.
Jul 28 2024, 11:47 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
Viacheslav triaged T6613: VyOS local system users TACACS+ authorization requests as Normal priority.
Jul 28 2024, 10:56 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T6614: Initial support for smoketesting op-mode commands as Normal priority.
Jul 28 2024, 10:53 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T6615: Update build documentation to include infomation & reference to the closer of LTS package repos. as Invalid.

Tasks are not required for the documentation changes.

Jul 28 2024, 10:48 AM · Restricted Project

Jul 27 2024

laikulo created T6615: Update build documentation to include infomation & reference to the closer of LTS package repos..
Jul 27 2024, 8:27 PM · Restricted Project
laikulo added a comment to T6557: Cloudflare is restricting sagitta-packages.vyos.net.

Can we possibly give a more informative message, or a link to that announcement?

Jul 27 2024, 8:19 PM · VyOS 1.4 Sagitta
c-po added a comment to T6614: Initial support for smoketesting op-mode commands.

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

Jul 27 2024, 7:15 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po changed the status of T6614: Initial support for smoketesting op-mode commands from Open to In progress.
Jul 27 2024, 7:12 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po created T6614: Initial support for smoketesting op-mode commands.
Jul 27 2024, 7:12 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
dmbaturin added a project to T6613: VyOS local system users TACACS+ authorization requests : Restricted Project.
Jul 27 2024, 9:41 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
needless created T6613: VyOS local system users TACACS+ authorization requests .
Jul 27 2024, 9:29 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
c-po closed T6598: Unexpected podman version 4.3.1 as Resolved.
Jul 27 2024, 8:18 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po moved T6598: Unexpected podman version 4.3.1 from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 27 2024, 8:18 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
c-po added a comment to T6601: op-mode: Move "reset ip arp" -> "clear ip arp" and "reset ipv6 neighbors" -> "clear ipv6 neighbors".

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

Jul 27 2024, 8:04 AM · Restricted Project, VyOS 1.5 Circinus
c-po updated the task description for T6601: op-mode: Move "reset ip arp" -> "clear ip arp" and "reset ipv6 neighbors" -> "clear ipv6 neighbors".
Jul 27 2024, 8:04 AM · Restricted Project, VyOS 1.5 Circinus
c-po updated the task description for T6601: op-mode: Move "reset ip arp" -> "clear ip arp" and "reset ipv6 neighbors" -> "clear ipv6 neighbors".
Jul 27 2024, 8:01 AM · Restricted Project, VyOS 1.5 Circinus
c-po placed T3195: Add support for cisco style GRE keepalives up for grabs.
Jul 27 2024, 7:37 AM · Restricted Project