Page MenuHomeVyOS Platform
Feed Search

Jul 11 2024

zsdc moved T6568: SSH keys with the same name replace each other during system initialization by Cloud-init from Open to In Progress on the VyOS 1.5 Circinus board.
Jul 11 2024, 11:49 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc changed the status of T6568: SSH keys with the same name replace each other during system initialization by Cloud-init from Open to In progress.
Jul 11 2024, 11:49 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc created T6568: SSH keys with the same name replace each other during system initialization by Cloud-init.
Jul 11 2024, 11:48 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc added a comment to T6544: `vyos_net_name` locking logic is broken.

PR for 1.4: https://github.com/vyos/vyos-1x/pull/3806

Jul 11 2024, 11:38 AM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, Bugs, VyOS 1.5 Circinus
Viacheslav triaged T6567: Allow passing attribute 'home' to IP address as Wishlist priority.
Jul 11 2024, 7:08 AM · VyOS Rolling
Viacheslav added a comment to T6545: OpenVPN CLI mistakenly has "none" as an ncp-cipher option.

@Viacheslav, For site-to-site or server/client mode, when used cipher option as none then also issue is noticed. When you commit, it gives this warning:

vyos@vyos# set int openvpn vtun1 encryption cipher none
[edit]
vyos@vyos# commit
Warning: "encryption none" was specified!
No encryption will be performed and data is transmitted in plain text over the network!

Logs:

Jul 10 14:51:39 openvpn-vtun1[12357]: Cipher NONE not supported
Jul 11 2024, 7:04 AM · Restricted Project, VyOS Rolling, Bugs
vyosbot placed T3909: Add ability to upload scripts via API up for grabs.
Jul 11 2024, 6:02 AM · VyOS Rolling
vyosbot placed T3957: Attach "origin labels" to IP addresses up for grabs.
Jul 11 2024, 6:02 AM · VyOS Rolling
vyosbot placed T3955: Allow commit-confirm through http API up for grabs.
Jul 11 2024, 6:02 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling
vyosbot placed T3721: ARM64: 1.4: Fastnetmon in current is a precompiled custom "blob" and amd64 only. (blocks all arm64 builds) up for grabs.
Jul 11 2024, 6:02 AM

Jul 10 2024

ordex created T6567: Allow passing attribute 'home' to IP address.
Jul 10 2024, 10:44 PM · VyOS Rolling
c-po changed the status of T6566: op-mode: "monitor bandwidth" add support for listing all interfaces concurrently from Open to In progress.
Jul 10 2024, 6:37 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po added a comment to T6566: op-mode: "monitor bandwidth" add support for listing all interfaces concurrently.

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

Jul 10 2024, 6:37 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po created T6566: op-mode: "monitor bandwidth" add support for listing all interfaces concurrently.
Jul 10 2024, 6:35 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
SrividyaA added a comment to T6545: OpenVPN CLI mistakenly has "none" as an ncp-cipher option.

@Viacheslav, For site-to-site or server/client mode, when used cipher option as none then also issue is noticed. When you commit, it gives this warning:

Jul 10 2024, 3:15 PM · Restricted Project, VyOS Rolling, Bugs
MPStudyly added a comment to T6563: Expose Jool's stateless NAT46 feature (SIIT-DC).

Any idea for CLI?

Jul 10 2024, 1:02 PM · VyOS Rolling

Jul 9 2024

Viacheslav triaged T6563: Expose Jool's stateless NAT46 feature (SIIT-DC) as Wishlist priority.

Any idea for CLI?

Jul 9 2024, 7:29 AM · VyOS Rolling

Jul 8 2024

dmbaturin closed T1467: Loopback interface naming and dummy devices as Wontfix.

Since loopback and dummy are fundamentally different in Linux, trying to pretend they are not would be misleading rather than helpful. Unless anything changes in the kernel, we should keep things as is.

Jul 8 2024, 2:54 PM
MPStudyly created T6563: Expose Jool's stateless NAT46 feature (SIIT-DC).
Jul 8 2024, 10:24 AM · VyOS Rolling
Viacheslav triaged T6558: VRF removals are not validated against VRF usage as Wishlist priority.
Jul 8 2024, 8:12 AM · VyOS Rolling, Bugs
Viacheslav changed the subtype of T6562: VRF support for config-sync from "Task" to "Feature Request".
Jul 8 2024, 7:32 AM · VyOS Rolling
Giggum added a comment to T6371: Show nat source rules shows unexpected dictionary.

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

Jul 8 2024, 12:53 AM · VyOS Rolling, Bugs
jestabro added a subtask for T5731: Add ability to call config dependencies by canonical function instead of whole script: T6559: vyos-configd should return commit error on config dependency error.
Jul 8 2024, 12:38 AM · VyOS Rolling
jestabro added a parent task for T6559: vyos-configd should return commit error on config dependency error: T5731: Add ability to call config dependencies by canonical function instead of whole script.
Jul 8 2024, 12:38 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro added a comment to T6559: vyos-configd should return commit error on config dependency error.

Recovering gracefully and logging an error is a simple fix, and will be committed in the interim while the larger issue is addressed: namely, when running under vyos-configd, a ConfigError in a called dependency script should elicit a commit error in the originating config session. Here, however, we confront again the constraints of operating under the legacy commit algorithm. To address the matter, we will implement a partial solution to T5731 so as to catch verification errors in the (first instance of) sequential processing of the priority queue and cache the data for final processing of the activation stages (generate/apply); errors in the latter stages, as less common, will be logged. The sketch provided summarizes a design that balances the needs of early and correct (verify stage) error reporting with removing redundancy overhead when running under configd.

Jul 8 2024, 12:38 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus

Jul 7 2024

danhusan changed Version from - to 1.4.0 on T6562: VRF support for config-sync.
Jul 7 2024, 7:59 PM · VyOS Rolling
danhusan created T6562: VRF support for config-sync.
Jul 7 2024, 7:57 PM · VyOS Rolling
theotherdave added a watcher for VyOS 1.5 Circinus: theotherdave.
Jul 7 2024, 3:20 PM

Jul 6 2024

vyosbot closed T6496: Add support for WPA-Enterprise client-mode as Resolved.
Jul 6 2024, 6:02 AM · VyOS 1.5 Circinus
vyosbot closed T6539: Add logging options to load-balancer reverse-proxy as Resolved.
Jul 6 2024, 6:02 AM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, VyOS 1.5 Circinus
stephenmcmahon added a comment to T6211: VRF support for Kea-based DHCP server.

After spending more time handling VRFs within VyOS the answer from @Viacheslav is best

Jul 6 2024, 2:30 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling

Jul 5 2024

fernando added a comment to T6211: VRF support for Kea-based DHCP server.

Probably the best way will be moving the config to the vrf section (not implemented)
For example:

set vrf name foo service dhcp-server shared-network-name eth1 option default-router '192.168.1.1'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 lease '300'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default start '192.168.1.10'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default stop '192.168.1.100'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 subnet-id '1'
Jul 5 2024, 7:42 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
jestabro created T6559: vyos-configd should return commit error on config dependency error.
Jul 5 2024, 5:44 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
talmakion created T6558: VRF removals are not validated against VRF usage.
Jul 5 2024, 9:45 AM · VyOS Rolling, Bugs
stephenmcmahon added a comment to T6211: VRF support for Kea-based DHCP server.

Probably the best way will be moving the config to the vrf section (not implemented)
For example:

set vrf name foo service dhcp-server shared-network-name eth1 option default-router '192.168.1.1'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 lease '300'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default start '192.168.1.10'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default stop '192.168.1.100'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 subnet-id '1'

And start several instances, each with its configuration.

Jul 5 2024, 9:27 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
c-po moved T6496: Add support for WPA-Enterprise client-mode from Open to Finished on the VyOS 1.5 Circinus board.
Jul 5 2024, 7:00 AM · VyOS 1.5 Circinus
c-po changed the status of T6539: Add logging options to load-balancer reverse-proxy from In progress to Needs testing.
Jul 5 2024, 6:39 AM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, VyOS 1.5 Circinus
c-po moved T6539: Add logging options to load-balancer reverse-proxy from Open to Finished on the VyOS 1.5 Circinus board.
Jul 5 2024, 6:39 AM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, VyOS 1.5 Circinus
c-po added a comment to T6539: Add logging options to load-balancer reverse-proxy.

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

Jul 5 2024, 6:39 AM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, VyOS 1.5 Circinus
c-po closed T6290: SNMPD show logs systemstats_linux: unexpected header length as Resolved.
Jul 5 2024, 6:31 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po moved T6290: SNMPD show logs systemstats_linux: unexpected header length from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 5 2024, 6:30 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po closed T4287: wireless: cannot set regulatory domain as Resolved.
Jul 5 2024, 6:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po moved T4287: wireless: cannot set regulatory domain from In Progress to Finished on the VyOS 1.5 Circinus board.
Jul 5 2024, 6:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po moved T4287: wireless: cannot set regulatory domain from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 5 2024, 6:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
jestabro added a comment to T6007: Improvements to migration system.

Bug fix in case of config file without component version string:
https://github.com/vyos/vyos-1x/pull/3788

Jul 5 2024, 1:01 AM · VyOS 1.5 Circinus

Jul 4 2024

n.fort added a comment to T5654: Migrate policy local-route.

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

Jul 4 2024, 5:07 PM · VyOS Rolling
natali-rs1985 moved T5710: PPPoE-server add option permit any-login from Open to In Progress on the VyOS 1.5 Circinus board.
Jul 4 2024, 2:55 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q4), VyOS Rolling, Restricted Project
c-po moved T6290: SNMPD show logs systemstats_linux: unexpected header length from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 4 2024, 2:39 PM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
fernando changed the status of T6555: Add server-bridge options to OpenVPN server from Open to Confirmed.
Jul 4 2024, 2:35 PM · VyOS Rolling, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav triaged T6555: Add server-bridge options to OpenVPN server as Normal priority.
Jul 4 2024, 1:37 PM · VyOS Rolling, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fernando added a comment to T6555: Add server-bridge options to OpenVPN server.

task related : https://vyos.dev/T4025

Jul 4 2024, 1:35 PM · VyOS Rolling, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fernando created T6555: Add server-bridge options to OpenVPN server.
Jul 4 2024, 1:34 PM · VyOS Rolling, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
a.apostoliuk added a parent task for T6554: Add CLI command to enable esp-hw-offload if a NIC supports it.: T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 12:10 PM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6554: Add CLI command to enable esp-hw-offload if a NIC supports it..
Jul 4 2024, 12:10 PM · VyOS Rolling
a.apostoliuk triaged T6554: Add CLI command to enable esp-hw-offload if a NIC supports it. as Normal priority.
Jul 4 2024, 12:10 PM · VyOS Rolling
a.apostoliuk created T6554: Add CLI command to enable esp-hw-offload if a NIC supports it..
Jul 4 2024, 12:10 PM · VyOS Rolling
a.apostoliuk updated the task description for T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 12:09 PM · VyOS Rolling
a.apostoliuk renamed T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) from Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) netdev_budget to Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ).
Jul 4 2024, 12:08 PM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6553: Add CLI command to configure, show, and monitor Network device backlog queue.
Jul 4 2024, 12:07 PM · VyOS Rolling
a.apostoliuk added a parent task for T6553: Add CLI command to configure, show, and monitor Network device backlog queue: T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 12:07 PM · VyOS Rolling
a.apostoliuk triaged T6553: Add CLI command to configure, show, and monitor Network device backlog queue as Normal priority.
Jul 4 2024, 12:07 PM · VyOS Rolling
a.apostoliuk created T6553: Add CLI command to configure, show, and monitor Network device backlog queue.
Jul 4 2024, 12:07 PM · VyOS Rolling
a.apostoliuk renamed T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) from Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) to Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) netdev_budget.
Jul 4 2024, 12:04 PM · VyOS Rolling
a.apostoliuk added a parent task for T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ): T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 12:03 PM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ).
Jul 4 2024, 12:03 PM · VyOS Rolling
a.apostoliuk triaged T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) as Normal priority.
Jul 4 2024, 12:03 PM · VyOS Rolling
a.apostoliuk created T6552: Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ).
Jul 4 2024, 12:03 PM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6551: Add CLI command to configure and show Interrupt Coalescence (IC) - rx-usecs, tx-usecs, rx-frames, tx-frames (hardware IRQ).
Jul 4 2024, 11:51 AM · VyOS Rolling
a.apostoliuk added a parent task for T6551: Add CLI command to configure and show Interrupt Coalescence (IC) - rx-usecs, tx-usecs, rx-frames, tx-frames (hardware IRQ): T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 11:51 AM · VyOS Rolling
a.apostoliuk triaged T6551: Add CLI command to configure and show Interrupt Coalescence (IC) - rx-usecs, tx-usecs, rx-frames, tx-frames (hardware IRQ) as Normal priority.
Jul 4 2024, 11:51 AM · VyOS Rolling
a.apostoliuk created T6551: Add CLI command to configure and show Interrupt Coalescence (IC) - rx-usecs, tx-usecs, rx-frames, tx-frames (hardware IRQ).
Jul 4 2024, 11:51 AM · VyOS Rolling
a.apostoliuk updated the task description for T6549: Set by default CPU in performance mode..
Jul 4 2024, 11:49 AM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6550: Adding the possibility to configure RSS under the interface.
Jul 4 2024, 11:39 AM · VyOS Rolling
a.apostoliuk added a parent task for T6550: Adding the possibility to configure RSS under the interface: T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 11:39 AM · VyOS Rolling
a.apostoliuk triaged T6550: Adding the possibility to configure RSS under the interface as Normal priority.
Jul 4 2024, 11:38 AM · VyOS Rolling
a.apostoliuk created T6550: Adding the possibility to configure RSS under the interface.
Jul 4 2024, 11:38 AM · VyOS Rolling
a.apostoliuk added a parent task for T6549: Set by default CPU in performance mode.: T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 11:05 AM · VyOS Rolling
a.apostoliuk added a subtask for T6548: Adding CLI commands to tune NIC performance.: T6549: Set by default CPU in performance mode..
Jul 4 2024, 11:05 AM · VyOS Rolling
a.apostoliuk triaged T6549: Set by default CPU in performance mode. as Normal priority.
Jul 4 2024, 11:05 AM · VyOS Rolling
a.apostoliuk created T6549: Set by default CPU in performance mode..
Jul 4 2024, 11:04 AM · VyOS Rolling
a.apostoliuk triaged T6548: Adding CLI commands to tune NIC performance. as Normal priority.
Jul 4 2024, 11:03 AM · VyOS Rolling
a.apostoliuk created T6548: Adding CLI commands to tune NIC performance..
Jul 4 2024, 11:02 AM · VyOS Rolling
n.fort closed T6488: Firewall op mode output incomplete as Resolved.
Jul 4 2024, 11:01 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling
c-po moved T6290: SNMPD show logs systemstats_linux: unexpected header length from Open to Finished on the VyOS 1.5 Circinus board.
Jul 4 2024, 10:56 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po added a comment to T6290: SNMPD show logs systemstats_linux: unexpected header length.

https://github.com/vyos/vyos-build/pull/686

Jul 4 2024, 10:51 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po added a comment to T6290: SNMPD show logs systemstats_linux: unexpected header length.

We should backport https://github.com/net-snmp/net-snmp/pull/785/commits/f5ae6baf0018abda9dedc368fe6d52c0d7a8ab8f to our net-snmp version

Jul 4 2024, 10:32 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po changed the status of T6290: SNMPD show logs systemstats_linux: unexpected header length from Open to In progress.
Jul 4 2024, 10:32 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T6538: Allow adding a geneve interface to the vrf. as Resolved.
Jul 4 2024, 8:56 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po closed T6183: OpenVPN IPv6 server: Unable to establish connection without local-host parameter as Invalid.
Jul 4 2024, 7:26 AM · VyOS 1.5 Circinus
c-po added a comment to T6183: OpenVPN IPv6 server: Unable to establish connection without local-host parameter.

Upstream issue/bug

Jul 4 2024, 7:25 AM · VyOS 1.5 Circinus
c-po added a comment to T6545: OpenVPN CLI mistakenly has "none" as an ncp-cipher option.

@SrividyaA what cipher should be selected instead if none is removed and migrated away?

Jul 4 2024, 7:23 AM · Restricted Project, VyOS Rolling, Bugs
Viacheslav added a comment to T6545: OpenVPN CLI mistakenly has "none" as an ncp-cipher option.

@SrividyaA Does it work for site-to-site ciphers option?

Jul 4 2024, 7:02 AM · Restricted Project, VyOS Rolling, Bugs
vyosbot placed T1855: Clean up the reboot/poweroff CLI and script up for grabs.
Jul 4 2024, 6:02 AM · VyOS Rolling, Restricted Project

Jul 3 2024

syncer assigned T6545: OpenVPN CLI mistakenly has "none" as an ncp-cipher option to c-po.
Jul 3 2024, 9:47 PM · Restricted Project, VyOS Rolling, Bugs
c-po added a comment to T6547: op-mode: add CLI command to restart OpenVPN.

CLI nodes already present under reset tree

Jul 3 2024, 8:43 PM · Invalid
c-po closed T6547: op-mode: add CLI command to restart OpenVPN as Invalid.
Jul 3 2024, 8:43 PM · Invalid
c-po changed the status of T6547: op-mode: add CLI command to restart OpenVPN from Open to In progress.
Jul 3 2024, 8:40 PM · Invalid
c-po created T6547: op-mode: add CLI command to restart OpenVPN.
Jul 3 2024, 8:40 PM · Invalid
c-po moved T4287: wireless: cannot set regulatory domain from Backlog to In Progress on the VyOS 1.4 Sagitta (1.4.1) board.
Jul 3 2024, 8:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po moved T4287: wireless: cannot set regulatory domain from Open to In Progress on the VyOS 1.5 Circinus board.
Jul 3 2024, 8:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)