Page MenuHomeVyOS Platform
Feed All Stories

Nov 18 2024

sskaje added a comment to T4930: Allow using domain names for WireGuard peer addresses.

Code commit here: https://github.com/sskaje/vyos-1x/tree/T4930

Nov 18 2024, 5:06 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling
syncer added a project to T6892: BGP configuration doesn't work with Vyos 1.4.x: Bugs.
Nov 18 2024, 4:39 PM · Bugs, VyOS Ansible Collection
gaige closed T6882: firewall global-options not parsed correctly on 1.4+ as Resolved.

This should be fixed by

Nov 18 2024, 4:33 PM · Bugs, VyOS Ansible Collection
gaige added a comment to T6706: Ansible impove support for new 1.4 Firewall Rules Syntax.

@sdwilsh Are you good to close this out? The change in ipv6 should be handled by the updated version now in main

Nov 18 2024, 4:31 PM · Bugs, VyOS Ansible Collection
natali-rs1985 updated the task description for T6895: Merge the hsflowd-based sFlow implementation into "set system flow-accouting".
Nov 18 2024, 3:14 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
natali-rs1985 created T6895: Merge the hsflowd-based sFlow implementation into "set system flow-accouting".
Nov 18 2024, 3:14 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
syncer added a project to T6894: Fix failing NTP network-integration Tests : Bugs.
Nov 18 2024, 2:57 PM · Bugs, VyOS Ansible Collection
dmbaturin triaged T6894: Fix failing NTP network-integration Tests as Normal priority.
Nov 18 2024, 2:56 PM · Bugs, VyOS Ansible Collection
natali-rs1985 changed the status of T2130: XML schema: add valueHelp support in op-mode definitions. from Open to On hold.

On hold befor the time we rework the op mode system not to use the old Vyatta's code at all

Nov 18 2024, 2:35 PM · VyOS Rolling, Restricted Project
natali-rs1985 changed the status of T4252: `show configuration json` (op mode) and `show | json` (conf mode) represent multi-value nodes differently from Open to On hold.

Tried to apply multi_to_list function to ConfigTree().to_json() but it works only for the full config or if pass the path.
The problem is described in the comment on closing the pull request: link. For now there is no way to pass the argument before the filter (json) to the function after the filter

Nov 18 2024, 2:14 PM · VyOS Rolling, Restricted Project
gaige created T6894: Fix failing NTP network-integration Tests .
Nov 18 2024, 12:18 PM · Bugs, VyOS Ansible Collection
nvollmar added a comment to T6884: Add mtu configuration for container network.

Yes, I linked the article for background why the MTU setting is helpful, this applies to Podman as well as Docker.

Nov 18 2024, 10:15 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
Viacheslav added a comment to T6884: Add mtu configuration for container network.

We use podman for containers.
Eq command for the podman:

vyos@r14:~$ sudo podman network create pod-net2 --opt mtu=1200
pod-net2
vyos@r14:~$

Check:

vyos@r14:~$ sudo podman network inspect pod-net2
[
     {
          "name": "pod-net2",
          "id": "f1ec367ee95ee0f5b644b7fb96faffa6cf499490e3ff5e8f3915182639302cc7",
          "driver": "bridge",
          "network_interface": "podman1",
          "created": "2024-11-18T10:08:28.26831792Z",
          "subnets": [
               {
                    "subnet": "10.89.0.0/24",
                    "gateway": "10.89.0.1"
               }
          ],
          "ipv6_enabled": false,
          "internal": false,
          "dns_enabled": true,
          "options": {
               "mtu": "1200"
          },
          "ipam_options": {
               "driver": "host-local"
          }
     }
]
vyos@r14:~$
Nov 18 2024, 10:11 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
Viacheslav triaged T6884: Add mtu configuration for container network as Wishlist priority.
Nov 18 2024, 10:00 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
marco_agostani added a comment to T264: Use base64 or hex format in ipsec.secrets to allow double quotes.

Since Ipsec secrets al already maintaned in Json config that handle correctly quoting
Is still possible relax the check on the " (double quotes) and let him be saved and commited.
The check is also in commiting phase
I.e.

Nov 18 2024, 7:55 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
HollyGurza updated the task description for T6893: DNS forwarding: problem with load root zone to cache.
Nov 18 2024, 6:07 AM · VyOS Rolling
HollyGurza changed the subtype of T6893: DNS forwarding: problem with load root zone to cache from "Task" to "Bug".
Nov 18 2024, 6:06 AM · VyOS Rolling
HollyGurza created T6893: DNS forwarding: problem with load root zone to cache.
Nov 18 2024, 6:06 AM · VyOS Rolling

Nov 17 2024

syncer renamed T6889: Update PR template for Ansible Repository from Update PR template to Update PR template for Ansible Repository.
Nov 17 2024, 2:48 PM · VyOS Ansible Collection, GitHub Infrastructure
syncer edited projects for T6889: Update PR template for Ansible Repository, added: GitHub Infrastructure, VyOS Ansible Collection; removed VyOS Rolling.
Nov 17 2024, 2:39 PM · VyOS Ansible Collection, GitHub Infrastructure
gaige changed the status of T6889: Update PR template for Ansible Repository from Open to In progress.
Nov 17 2024, 2:37 PM · VyOS Ansible Collection, GitHub Infrastructure
syncer triaged T6892: BGP configuration doesn't work with Vyos 1.4.x as Normal priority.
Nov 17 2024, 2:36 PM · Bugs, VyOS Ansible Collection
syncer created T6892: BGP configuration doesn't work with Vyos 1.4.x.
Nov 17 2024, 2:36 PM · Bugs, VyOS Ansible Collection
syncer triaged T6891: Move collection-level documentation into the collection as High priority.

@rob, we may need a bit of help with this from you

Nov 17 2024, 2:24 PM · VyOS Ansible Collection
syncer created T6891: Move collection-level documentation into the collection.
Nov 17 2024, 2:23 PM · VyOS Ansible Collection
syncer triaged T6890: Consider using true/false for all booleans in docs as Normal priority.
Nov 17 2024, 2:19 PM · VyOS Ansible Collection
syncer created T6890: Consider using true/false for all booleans in docs.
Nov 17 2024, 2:19 PM · VyOS Ansible Collection
gaige created T6889: Update PR template for Ansible Repository.
Nov 17 2024, 2:18 PM · VyOS Ansible Collection, GitHub Infrastructure
syncer triaged T6888: vyos_bgp_address_family doesn't implement config when omitting optional args as Normal priority.
Nov 17 2024, 2:02 PM · Bugs, VyOS Ansible Collection
syncer added a project to T6888: vyos_bgp_address_family doesn't implement config when omitting optional args: Bugs.
Nov 17 2024, 2:02 PM · Bugs, VyOS Ansible Collection
syncer created T6888: vyos_bgp_address_family doesn't implement config when omitting optional args.
Nov 17 2024, 2:02 PM · Bugs, VyOS Ansible Collection
syncer updated the task description for T6887: Document how to create new modules.
Nov 17 2024, 1:54 PM · VyOS Ansible Collection
syncer triaged T6887: Document how to create new modules as Normal priority.
Nov 17 2024, 1:53 PM · VyOS Ansible Collection
syncer created T6887: Document how to create new modules.
Nov 17 2024, 1:53 PM · VyOS Ansible Collection
syncer triaged T6886: Support VyOS 1.4 in vyos_bgp_global as Normal priority.
Nov 17 2024, 1:51 PM · VyOS Ansible Collection
syncer created T6886: Support VyOS 1.4 in vyos_bgp_global.
Nov 17 2024, 1:47 PM · VyOS Ansible Collection
Vijayakumar created T6885: add pr template and codeowners for vyos.vyos.
Nov 17 2024, 1:39 PM · GitHub Infrastructure
MrVantage added a comment to T6837: Add replace configuration for module vyos_config.

I was looking for this too, and actually started to play with the code of the module to get this feature in a few weeks ago. I've submitted my changes as a draft PR on Github. I've been playing with managing my VyOS config from SCM for my home lab. It's important when I for example remove a firewall rule, it is also deleted in the running config, instead of being orphaned. It seems to work pretty well in my setup, but I am uncertain if nothing breaks in other workflows.

Nov 17 2024, 11:58 AM · VyOS Ansible Collection
c-po moved T6866: babel: can not set IPv6 distribution-list in access-list6 format from Backlog - Bug to Backport Candidates on the VyOS Rolling board.
Nov 17 2024, 11:54 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
c-po closed T5367: Syslog doesn't send timezone information to the server as Resolved.
Nov 17 2024, 11:35 AM · Bugs, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.1)
c-po moved T5367: Syslog doesn't send timezone information to the server from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.1) board.
Nov 17 2024, 11:34 AM · Bugs, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.1)
nvollmar created T6884: Add mtu configuration for container network.
Nov 17 2024, 9:35 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
syncer added a project to T6882: firewall global-options not parsed correctly on 1.4+: Bugs.
Nov 17 2024, 1:37 AM · Bugs, VyOS Ansible Collection
syncer triaged T6882: firewall global-options not parsed correctly on 1.4+ as Normal priority.
Nov 17 2024, 1:37 AM · Bugs, VyOS Ansible Collection
gaige updated the task description for T6883: vyos_route_map doesn't support some additive route-map options.
Nov 17 2024, 1:03 AM · VyOS Ansible Collection
gaige triaged T6883: vyos_route_map doesn't support some additive route-map options as Normal priority.
Nov 17 2024, 12:36 AM · VyOS Ansible Collection
gaige created T6883: vyos_route_map doesn't support some additive route-map options.
Nov 17 2024, 12:35 AM · VyOS Ansible Collection

Nov 16 2024

gaige changed the status of T6882: firewall global-options not parsed correctly on 1.4+ from Open to In progress.

Ready for review.

Nov 16 2024, 11:04 PM · Bugs, VyOS Ansible Collection
gaige claimed T6882: firewall global-options not parsed correctly on 1.4+.

I've got a fix for this in the works.

Nov 16 2024, 10:26 PM · Bugs, VyOS Ansible Collection
gaige created T6882: firewall global-options not parsed correctly on 1.4+.
Nov 16 2024, 10:26 PM · Bugs, VyOS Ansible Collection
syncer closed T6880: IPsec establishing IKE_SA failed, giving up after 5 retransmits as Invalid.

For support requests, use forum.vyos.io

Nov 16 2024, 8:21 PM · Invalid
syncer changed the subtype of T6881: PPPoE client increase timeout from "Feature Request" to "Task".
Nov 16 2024, 8:20 PM · Invalid
syncer closed T6881: PPPoE client increase timeout as Invalid.

Use forum.vyos.io for support requests

Nov 16 2024, 8:20 PM · Invalid
Aleksei added a comment to T6880: IPsec establishing IKE_SA failed, giving up after 5 retransmits.

When trying to make a non-working peer via the command reset vpn ipsec site-to-site peer RIGHT
Gives an error

WARNING: Peer's RIGHT SAs are not initiated. Nothing to terminate
Nov 16 2024, 8:07 PM · Invalid
Aleksei created T6881: PPPoE client increase timeout.
Nov 16 2024, 7:41 PM · Invalid
Aleksei created T6880: IPsec establishing IKE_SA failed, giving up after 5 retransmits.
Nov 16 2024, 7:21 PM · Invalid
Viacheslav added a comment to T6879: Add a build procedure for amazon-cloudwatch-agent .

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

Nov 16 2024, 11:42 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling

Nov 15 2024

jestabro moved T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing from Open to Finished on the VyOS 1.5 Circinus board.
Nov 15 2024, 8:44 PM · Bugs, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro closed T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing as Resolved.

As covered in last comment, all matters have been addressed, but for (then) open question re firewall migration. If that recurs, or still present, we will open a specific task.

Nov 15 2024, 8:43 PM · Bugs, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro closed T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration, a subtask of T5611: Difference in config file after interface MAC changed, as Resolved.
Nov 15 2024, 8:40 PM · VyOS Rolling, Bugs
jestabro closed T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Nov 15 2024, 8:40 PM · VyOS Rolling, Bugs
jestabro closed T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration as Resolved.

As discussed a workaround is available, and preferable to the danger over usefulness of backporting to 1.3.x.

Nov 15 2024, 8:40 PM · Bugs, VyOS 1.4 Sagitta (1.4.1)
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Adding that the long standing issue in T6543 is being addressed in the work of T6718, which provides a replacement to legacy loadConfig; the legacy code will not be corrected.

Nov 15 2024, 8:35 PM · Bugs, VyOS 1.4 Sagitta (1.4.1)
jestabro added a comment to T6783: Update vyos-http-api-tools for package Starlette security advisory.

The only piece remaining here is a backport for Equuleus.

Nov 15 2024, 8:29 PM · Bugs, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
jestabro closed T5991: 1.4.0-RC3 deleting portions of config in error (migration script), a subtask of T6131: Disabling openvpn interface(s) causes OSPF to fail to load on reboot, as Resolved.
Nov 15 2024, 8:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5991: 1.4.0-RC3 deleting portions of config in error (migration script) as Resolved.

The specific high priority issue here was addressed in T6131; the general question of support for ZeroTier is in T6455. Closing this task as stated.

Nov 15 2024, 8:28 PM · Bugs, VyOS 1.4 Sagitta (1.4.1)
jestabro closed T5991: 1.4.0-RC3 deleting portions of config in error (migration script), a subtask of T6543: Legacy load config ignores validation errors on set, leading to removal of config sections under commit error, as Resolved.
Nov 15 2024, 8:28 PM · VyOS Rolling, Bugs
jestabro changed the status of T6531: Extend optimization of op_mode_config_dict to ConfigTreeQuery class, a subtask of T6471: Add an optimized get_config_dict for op-mode, from Open to On hold.
Nov 15 2024, 8:11 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro changed the status of T6531: Extend optimization of op_mode_config_dict to ConfigTreeQuery class from Open to On hold.

This will have a simple solution as a corollary of the work T6718: put on hold for now, pending restatement in terms of that work.

Nov 15 2024, 8:11 PM · VyOS Rolling
jestabro raised the priority of T6811: vyos-configd throws an exception during an image upgrade from Normal to High.
Nov 15 2024, 7:49 PM · VyOS Rolling, Bugs
dmbaturin moved T6853: VyOS' FRR is not linked against PCRE2, reducing BGP convergence performance from Need Triage to Backport Candidates on the VyOS Rolling board.
Nov 15 2024, 7:20 PM
dmbaturin moved T6860: Display the EULA in "run show license" from Backlog - Feature Requests to Backport Candidates on the VyOS Rolling board.
Nov 15 2024, 7:19 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
dmbaturin moved T6859: Include EULAs in build type definitions from Backlog - Feature Requests to Backport Candidates on the VyOS Rolling board.
Nov 15 2024, 7:19 PM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling
dmbaturin moved T6877: Add a script for merging flavor files from Backlog - Feature Requests to Backport Candidates on the VyOS Rolling board.
Nov 15 2024, 7:18 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1), VyOS Rolling
GitHub <[email protected]> committed rVYOSONEX99f414cc6973: Merge pull request #4190 from HollyGurza/6795 (authored by c-po).
Nov 15 2024, 7:17 PM
khramshinr <[email protected]> committed rVYOSONEX3fae9e812c21: T6795: Fix duplicate entries in class match filters.
Nov 15 2024, 7:17 PM
GitHub <[email protected]> committed rVYOSONEX89a7e176c1d3: Merge pull request #4191 from HollyGurza/T6801 (authored by c-po).
Nov 15 2024, 7:17 PM
khramshinr <[email protected]> committed rVYOSONEXe6558a535594: T6801: QoS: Policy rate-control is broken by default.
Nov 15 2024, 7:17 PM
dmbaturin created T6879: Add a build procedure for amazon-cloudwatch-agent .
Nov 15 2024, 6:54 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
Viacheslav changed the status of T6876: KEA DHCP-server sometimes could be in the race condition from Open to Needs testing.
Nov 15 2024, 6:40 PM · VyOS 1.5 Circinus, VyOS Rolling
GitHub <[email protected]> committed rVYOSONEXab470796af60: Merge pull request #4192 from sever-sever/T6876 (authored by dmbaturin).
Nov 15 2024, 5:56 PM
Viacheslav committed rVYOSONEX92631e7516bf: T6876: DHCP-server increase retries that Kea makes to open a socket.
Nov 15 2024, 5:56 PM
syncer changed the subtype of T6878: The conntrack logger daemon continues running after its configuration is deleted from "Task" to "Bug".
Nov 15 2024, 5:52 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
GitHub <[email protected]> committed rVYOSONEX4842a7034aad: Merge pull request #4193 from HollyGurza/T6878 (authored by dmbaturin).
Nov 15 2024, 5:51 PM
khramshinr <[email protected]> committed rVYOSONEX14fc23e43c59: T6878: Stop conntrack logging service.
Nov 15 2024, 5:51 PM
dmbaturin moved T6878: The conntrack logger daemon continues running after its configuration is deleted from Need Triage to Backport Candidates on the VyOS Rolling board.
Nov 15 2024, 5:50 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
dmbaturin renamed T6878: The conntrack logger daemon continues running after its configuration is deleted from Stop conntrack logging service to The conntrack logger daemon continues running after its configuration is deleted.
Nov 15 2024, 5:48 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus, VyOS Rolling
dmbaturin moved T6455: Add Support for ZeroTier from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:37 PM · VyOS Rolling
dmbaturin moved T6353: Add a warning when the user tries to set a password too simple from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:37 PM · VyOS 1.5 Circinus, Restricted Project, VyOS Rolling
dmbaturin moved T6414: Rename the "iso" flavor to "generic" from Need Triage to Completed on the VyOS Rolling board.
Nov 15 2024, 3:36 PM · VyOS Rolling
dmbaturin moved T5636: Add GeoIP matching support for policy route from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:36 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q2), VyOS Rolling
dmbaturin moved T5432: Add boot timeout option from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:35 PM · VyOS Rolling
dmbaturin moved T2697: MAC-Telnet Support from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:35 PM · VyOS Rolling
dmbaturin moved T6839: Implement IP SLA functionality with monit from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:33 PM · VyOS Rolling
dmbaturin moved T6838: Replace event handler with monit from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:33 PM · VyOS Rolling
dmbaturin moved T2472: Ability to configure EIGRP protocol from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:33 PM · VyOS Rolling
dmbaturin moved T2130: XML schema: add valueHelp support in op-mode definitions. from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:32 PM · VyOS Rolling, Restricted Project
dmbaturin moved T1942: hardware info collector from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:32 PM · VyOS Rolling
dmbaturin moved T1911: Completion helper list is not sorted from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:32 PM · VyOS Rolling, Bugs
dmbaturin moved T1848: Rework the handling of special characters inside node values from Need Triage to Backlog - Feature Requests on the VyOS Rolling board.
Nov 15 2024, 3:32 PM · VyOS Rolling