Page MenuHomeVyOS Platform
Feed All Stories

Yesterday

nvollmar added a comment to T6304: Rewrite commit-archive to more structured CLI format.

The format I started playing with looks like this:

set system config-management commit-archive 1 username 'xxx'
set system config-management commit-archive 1 password 'xxx'
set system config-management commit-archive 1 scheme 'scp'
set system config-management commit-archive 1 location '192.0.2.1/backup'
Sat, May 4, 8:29 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T6287: Config-Sync - add API destination port number for secondary firewall from In progress to Needs testing.
Sat, May 4, 7:42 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando changed the status of T6306: EVPN-MH - missing options in uplink ports from Open to Confirmed.
Sat, May 4, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando created T6306: EVPN-MH - missing options in uplink ports .
Sat, May 4, 7:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6185: Simplify marshalling of section and config data for config-sync, a subtask of T6121: Extend service config-sync for sections vpn, policy, vrf, as Resolved.
Sat, May 4, 6:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6185: Simplify marshalling of section and config data for config-sync as Resolved.
Sat, May 4, 6:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro added a project to T6185: Simplify marshalling of section and config data for config-sync: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6180: Add application of mask to configtree as Resolved.
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6180: Add application of mask to configtree, a subtask of T6185: Simplify marshalling of section and config data for config-sync, as Resolved.
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro added a project to T6180: Add application of mask to configtree: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6146: Add python script to get all priorities of service or section from XML as Resolved.
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6146: Add python script to get all priorities of service or section from XML, a subtask of T6145: Service config-sync does not rely on priorities but must, as Resolved.
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro added a project to T6146: Add python script to get all priorities of service or section from XML: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando added a comment to T6303: bond interfaces - allow to configure the system-mac address on LACP channel.

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

Sat, May 4, 5:36 PM · VyOS 1.5 Circinus
L0crian added a comment to T6291: Add LACP related op commands.

Adding additional PR to add bonding.py to op-mode-standardized.json: https://github.com/vyos/vyos-1x/pull/3408

Sat, May 4, 4:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po closed T6283: Cannot delete as-path prepend from policy when it contains more than one AS as Resolved.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po closed T6250: Policy route-map set table cannot be deleted from the rule as Resolved.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6250: Policy route-map set table cannot be deleted from the rule from In Progress to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6283: Cannot delete as-path prepend from policy when it contains more than one AS from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6250: Policy route-map set table cannot be deleted from the rule from Need Triage to Finished on the VyOS 1.5 Circinus board.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6283: Cannot delete as-path prepend from policy when it contains more than one AS from Need Triage to Finished on the VyOS 1.5 Circinus board.
Sat, May 4, 4:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a comment to T6304: Rewrite commit-archive to more structured CLI format.

What about this format?
We still have named/predefined targets (scp|ftp|sftp|http|https) and <name> as tag

set system config-management commit-archive target scp <name> authentication username 'xxx'
set system config-management commit-archive target scp <name> authentication password 'xxx'
set system config-management commit-archive target scp <name> server '192.0.2.1'
set system config-management commit-archive target scp <name> path '/'
Sat, May 4, 3:23 PM · VyOS 1.5 Circinus
c-po added a comment to T6250: Policy route-map set table cannot be deleted from the rule.

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

Sat, May 4, 2:38 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po added a comment to T6283: Cannot delete as-path prepend from policy when it contains more than one AS.

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

Sat, May 4, 2:37 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po added a comment to T6250: Policy route-map set table cannot be deleted from the rule.

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

Sat, May 4, 2:19 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po added a comment to T6283: Cannot delete as-path prepend from policy when it contains more than one AS.

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

Sat, May 4, 2:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
syncer added a comment to T6304: Rewrite commit-archive to more structured CLI format.

need configuration index too or maybe name
so we can have several destinations for same protocol

Sat, May 4, 12:10 PM · VyOS 1.5 Circinus
nvollmar added a comment to T6304: Rewrite commit-archive to more structured CLI format.

I already looked a bit into it. What complicates it is the old location is a multi and one can add a list of locations.

Sat, May 4, 11:28 AM · VyOS 1.5 Circinus
Viacheslav triaged T6305: Firewall interface wildcard validation error as Normal priority.
Sat, May 4, 10:49 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T6305: Firewall interface wildcard validation error.
Sat, May 4, 10:49 AM · Restricted Project, VyOS 1.5 Circinus
syncer assigned T6172: Static routes not working with PPPoE and VyOS 1.4.0-epa2 to Viacheslav.
Sat, May 4, 10:38 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyConf
syncer assigned T6253: no-default-route not being honoured to Viacheslav.
Sat, May 4, 10:31 AM · VyOS 1.4 Sagitta
Viacheslav triaged T6304: Rewrite commit-archive to more structured CLI format as Wishlist priority.
Sat, May 4, 8:22 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T2468: Passwords with special characters fail in commit-archive.

Should be fixed after rewriting commit-archive T6304

Sat, May 4, 8:22 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav created T6304: Rewrite commit-archive to more structured CLI format.
Sat, May 4, 8:14 AM · VyOS 1.5 Circinus
Apachez added a comment to T6281: Wireguard does not pass traffic if VRFs are used.

NETNS was removed from the 1.4 series the other day so hopefully that feature can be worked on for 1.5 since its needed:

Sat, May 4, 7:18 AM · VyOS 1.5 Circinus

Fri, May 3

c-po added a comment to T6281: Wireguard does not pass traffic if VRFs are used.

What you're trying to achieve seems to be a derivate of https://www.wireguard.com/netns/

Fri, May 3, 6:24 PM · VyOS 1.5 Circinus
c-po added a comment to T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.

How was this configuration achieved? Or is it manually crafted?

Fri, May 3, 4:08 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po closed T6295: netns: disable incomplete support in VyOS 1.4 sagitta as Resolved.
Fri, May 3, 4:08 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po changed the status of 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, from Open to In progress.
Fri, May 3, 4:08 PM · VyOS 1.4 Sagitta
c-po changed the status of T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration from Open to In progress.
Fri, May 3, 4:08 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po claimed T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.
Fri, May 3, 4:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6250: Policy route-map set table cannot be deleted from the rule from Need Triage to In Progress on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Fri, May 3, 4:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6295: netns: disable incomplete support in VyOS 1.4 sagitta from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Fri, May 3, 4:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6299: Building VyOS (Dockerized) current ISO fails dues to unmet dependencies podman : Depends: libgpgme11t64 (>= 1.4.1) but it is not installable from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Fri, May 3, 2:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a project to T6299: Building VyOS (Dockerized) current ISO fails dues to unmet dependencies podman : Depends: libgpgme11t64 (>= 1.4.1) but it is not installable: VyOS 1.4 Sagitta (1.4.0-epa3).
Fri, May 3, 2:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando changed the status of T6303: bond interfaces - allow to configure the system-mac address on LACP channel from Open to In progress.
Fri, May 3, 2:04 PM · VyOS 1.5 Circinus
fernando claimed T6303: bond interfaces - allow to configure the system-mac address on LACP channel.
Fri, May 3, 2:04 PM · VyOS 1.5 Circinus
fernando created T6303: bond interfaces - allow to configure the system-mac address on LACP channel.
Fri, May 3, 2:03 PM · VyOS 1.5 Circinus
0xThiebaut closed T6299: Building VyOS (Dockerized) current ISO fails dues to unmet dependencies podman : Depends: libgpgme11t64 (>= 1.4.1) but it is not installable as Resolved.
Fri, May 3, 1:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
0xThiebaut added a comment to T6299: Building VyOS (Dockerized) current ISO fails dues to unmet dependencies podman : Depends: libgpgme11t64 (>= 1.4.1) but it is not installable.

Closed in https://github.com/vyos/vyos-build/pull/586

Fri, May 3, 1:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav edited projects for T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Fri, May 3, 1:28 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5386: Execute VRRP transition script when `set high-availability disable` is commited.

It is probably a commit in progress during this time of execution, so the file is locked by another commit.
@dex Can you send to syslog anu message or do any other commands not related to configure?

Fri, May 3, 1:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T4017: Adding firewall port ranges makes commit/boot MASSIVELY slow as Resolved.

There were some improvements for 1.3 related ipset checks and implemented in T2189, but due to the old backend it is impossible to do anything else.
The 1.5/1.4 do not have this issue
Close the task

Fri, May 3, 1:00 PM
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T6122: Protocols under VRF config run in a single pass against their conf_mode scripts.
Fri, May 3, 12:52 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T6122: Protocols under VRF config run in a single pass against their conf_mode scripts: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:52 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T4394: Improve VYOS_DEBUG profiling support.
Fri, May 3, 12:44 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T4394: Improve VYOS_DEBUG profiling support: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:44 PM · VyOS 1.5 Circinus, vyatta-cfg
Viacheslav added a project to T4816: IPv4-mapped and IPv4-compatible IPv6 addresses not valid anymore: VyOS 1.5 Circinus.
Fri, May 3, 12:40 PM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T6293: add Mediatek MT7921 to defconfig.

Will be available in the next rolling release.

Fri, May 3, 12:30 PM · VyOS 1.5 Circinus
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T6301: DHCPv6 client address causes long commits.
Fri, May 3, 12:17 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T6301: DHCPv6 client address causes long commits: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav renamed T6302: The root task for bugs and improvements related to commit time and boot from The root task for bugs and improvements related to commit time to The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:15 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T1395: Improve boot time for instances with a big count of DHCP servers: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:15 PM · VyOS 1.3 Equuleus (1.3.7)
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T1395: Improve boot time for instances with a big count of DHCP servers.
Fri, May 3, 12:15 PM · VyOS 1.5 Circinus
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Fri, May 3, 12:14 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:14 PM · VyOS 1.5 Circinus
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.
Fri, May 3, 12:13 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used: T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:13 PM · VyOS 1.5 Circinus
Viacheslav triaged T6302: The root task for bugs and improvements related to commit time and boot as Normal priority.
Fri, May 3, 12:12 PM · VyOS 1.5 Circinus
Viacheslav created T6302: The root task for bugs and improvements related to commit time and boot.
Fri, May 3, 12:12 PM · VyOS 1.5 Circinus
Viacheslav added a project to T6301: DHCPv6 client address causes long commits: VyOS 1.4 Sagitta (1.4.0-epa3).
Fri, May 3, 11:50 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav triaged T6301: DHCPv6 client address causes long commits as Normal priority.
Fri, May 3, 11:48 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav created T6301: DHCPv6 client address causes long commits.
Fri, May 3, 11:47 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk added a subtask for T5938: Migration fail root task for 1.4-rc: T5611: Difference in config file after interface MAC changed.
Fri, May 3, 11:22 AM · VyOS 1.4 Sagitta
a.apostoliuk added a parent task for T5611: Difference in config file after interface MAC changed: T5938: Migration fail root task for 1.4-rc.
Fri, May 3, 11:22 AM · VyOS 1.3 Equuleus (1.3.7)
a.apostoliuk added a comment to T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.

I think the problem is similar to https://vyos.dev/T5611

Fri, May 3, 11:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po changed the status of T6250: Policy route-map set table cannot be deleted from the rule from Open to In progress.
Fri, May 3, 11:10 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po added a comment to T6250: Policy route-map set table cannot be deleted from the rule.

Upstream bug https://github.com/FRRouting/frr/issues/15912 fixed in https://github.com/FRRouting/frr/pull/15913

Fri, May 3, 11:09 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk added a subtask for T5938: Migration fail root task for 1.4-rc: T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.
Fri, May 3, 11:05 AM · VyOS 1.4 Sagitta
a.apostoliuk added a parent task for T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration: T5938: Migration fail root task for 1.4-rc.
Fri, May 3, 11:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk triaged T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration as High priority.
Fri, May 3, 11:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk created T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.
Fri, May 3, 11:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
syncer assigned T6298: TPM incorrect path import for rc_cmd to sarthurdev.
Fri, May 3, 10:34 AM · Restricted Project, VyOS 1.5 Circinus
0xThiebaut created T6299: Building VyOS (Dockerized) current ISO fails dues to unmet dependencies podman : Depends: libgpgme11t64 (>= 1.4.1) but it is not installable.
Fri, May 3, 9:43 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav changed Difficulty level from unknown to easy on T6298: TPM incorrect path import for rc_cmd.
Fri, May 3, 9:35 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a project to T6298: TPM incorrect path import for rc_cmd: Restricted Project.
Fri, May 3, 9:35 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav updated the task description for T6298: TPM incorrect path import for rc_cmd.
Fri, May 3, 9:34 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T6298: TPM incorrect path import for rc_cmd as Normal priority.
Fri, May 3, 9:33 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T6298: TPM incorrect path import for rc_cmd.
Fri, May 3, 9:33 AM · Restricted Project, VyOS 1.5 Circinus
HollyGurza updated the task description for T6297: Implement behavior like in VyOS 1.3 for qos random detect policy.
Fri, May 3, 9:19 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
HollyGurza updated the task description for T6297: Implement behavior like in VyOS 1.3 for qos random detect policy.
Fri, May 3, 9:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
HollyGurza claimed T6297: Implement behavior like in VyOS 1.3 for qos random detect policy.
Fri, May 3, 9:10 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
HollyGurza created T6297: Implement behavior like in VyOS 1.3 for qos random detect policy.
Fri, May 3, 9:09 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
natali-rs1985 changed the status of T6284: IPoE-server op-mode does not show IPv6 address field from Open to In progress.
Fri, May 3, 9:08 AM · VyOS 1.5 Circinus
natali-rs1985 closed T6141: PPPoE-server add pado-delay without sessions fails as Resolved.

Checked. Runs without errors

Fri, May 3, 9:06 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav triaged T6296: Publish a port with a specific address belonging to a VRF in a container as Normal priority.
Fri, May 3, 8:13 AM · VyOS 1.5 Circinus
ZettaiNonSugar created T6296: Publish a port with a specific address belonging to a VRF in a container.
Fri, May 3, 7:32 AM · VyOS 1.5 Circinus
a.apostoliuk moved T6272: PPPoE configuration does not load after deleting pppoe interface from the system from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, May 3, 6:50 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
a.apostoliuk closed T6272: PPPoE configuration does not load after deleting pppoe interface from the system as Resolved.
Fri, May 3, 6:49 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus