Page MenuHomeVyOS Platform
Feed Advanced Search

Nov 29 2023

n.fort changed the status of T5779: custom conntrack timeout rule not applicable from Confirmed to In progress.
Nov 29 2023, 10:15 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 28 2023

n.fort changed the status of T2737: DHCP Lease not displayed with a static map from In progress to Confirmed.
Nov 28 2023, 5:03 PM · Restricted Project, VyOS Rolling, VyOS 1.5 Circinus
n.fort added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

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

Nov 28 2023, 4:56 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort changed the status of T2737: DHCP Lease not displayed with a static map from Open to In progress.
Nov 28 2023, 2:51 PM · Restricted Project, VyOS Rolling, VyOS 1.5 Circinus
n.fort changed the status of T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config from Confirmed to In progress.
Nov 28 2023, 12:49 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.

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

Nov 28 2023, 12:49 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev closed T4276: IPsec peers dh-group negotiation issue with pfs enabled and multiple proposals configured with IKEv1 as Resolved.
Nov 28 2023, 8:50 AM · VyOS 1.4 Sagitta
a.hajiyev added a comment to T4276: IPsec peers dh-group negotiation issue with pfs enabled and multiple proposals configured with IKEv1.

Tested on VyOS 1.4-rolling-202311100309

  • IKEv1
  • 2 proposals
  • the pfs is enabled
Nov 28 2023, 8:48 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5785: API output of show container image broken.

You can use GraphQL query. It shows you what does container.py for raw format

set service https api graphql
set service https api keys id KID key 'foo'

Query

curl -k --raw 'https://localhost/graphql' \
    -H 'Content-Type: application/json' \
    -d '{"query":" { ShowImageContainer (data: {key: \"foo\"}) {\n  success\n  errors\n  data {\n    result\n  }\n}\n}\n"}'

For example

Nov 28 2023, 7:15 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro added a parent task for T5786: Add set/show system image to /image endpoint: T5751: Adjust new image tools for non-interactive use.
Nov 28 2023, 4:21 AM · VyOS 1.5 Circinus
jestabro added a subtask for T5751: Adjust new image tools for non-interactive use: T5786: Add set/show system image to /image endpoint.
Nov 28 2023, 4:21 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro triaged T5786: Add set/show system image to /image endpoint as Normal priority.
Nov 28 2023, 4:21 AM · VyOS 1.5 Circinus
jestabro added a comment to T5751: Adjust new image tools for non-interactive use.

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

Nov 28 2023, 4:15 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 27 2023

adestis added a comment to T5785: API output of show container image broken.

Seems like it's the same for the other functions
sudo podman ps --all vs. sudo podman ps --all --format='{{json .}}'
sudo podman network ls vs. sudo podman network ls --format='{{json .}}'

Nov 27 2023, 5:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
adestis added a comment to T5785: API output of show container image broken.

The implementation in file container.py has the command podman image ls which is ok when called from shell.
When called from API it should have been podman image ls --format='{{json .}}'

Nov 27 2023, 4:57 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro moved T5763: Fix imprecise check for remote file name in vyos-load-config.py from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.5) board.
Nov 27 2023, 4:49 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro moved T5763: Fix imprecise check for remote file name in vyos-load-config.py from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 27 2023, 4:49 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5763: Fix imprecise check for remote file name in vyos-load-config.py as Resolved.
Nov 27 2023, 4:49 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
adestis added a comment to T5785: API output of show container image broken.

Seems like I was wrong, the content is returned but not in structured json format.
For further automation it would be nice to have json objects instead of a string which needs to be parsed by the client.

Nov 27 2023, 4:41 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
adestis updated the task description for T5785: API output of show container image broken.
Nov 27 2023, 4:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
adestis created T5785: API output of show container image broken.
Nov 27 2023, 4:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a project to T5779: custom conntrack timeout rule not applicable: VyOS 1.4 Sagitta.
Nov 27 2023, 11:27 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5749: Show MAC address VRF and MTU by default for "show interfaces".

Great addition, it has one minor bug.

Nov 27 2023, 10:20 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5783: frr: smoketests must notice any daemon crash as Resolved.
Nov 27 2023, 10:12 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

The problem is that, comparing to command output on 1.3, it only show the leases granted by the router (and doesn't contain leases granted by the second router, regardless of states primary|secondary.
So user might think synchronization between routers defined in fail-over mode is broken.
But this is not the case. As explained in the description, all information about leases, granted by both routers, is present on lease files on both routers.

Nov 27 2023, 9:49 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 26 2023

c-po closed T2405: commit archive to GIT as Resolved.
Nov 26 2023, 8:11 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po closed T2405: commit archive to GIT, a subtask of T139: Commit archive backends, as Resolved.
Nov 26 2023, 8:11 PM · VyOS Rolling
c-po moved T2405: commit archive to GIT from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 26 2023, 8:11 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5783: frr: smoketests must notice any daemon crash from Open to Finished on the VyOS 1.5 Circinus board.
Nov 26 2023, 8:10 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5783: frr: smoketests must notice any daemon crash.

PR for 1.5 https://github.com/vyos/vyos-1x/pull/2544

Nov 26 2023, 8:10 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5783: frr: smoketests must notice any daemon crash from Open to In progress.
Nov 26 2023, 7:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5783: frr: smoketests must notice any daemon crash.
Nov 26 2023, 7:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5760: DHCP client custom dhcp-options as Resolved.
Nov 26 2023, 7:33 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro renamed T5782: Use a single config mode script for https and http-api from Ues a single config mode script for https and http-api to Use a single config mode script for https and http-api.
Nov 26 2023, 3:02 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a comment to T5782: Use a single config mode script for https and http-api.

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

Nov 26 2023, 2:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro renamed T5782: Use a single config mode script for https and http-api from Ues a single config mode script for node ['service', 'https'] to Ues a single config mode script for https and http-api.
Nov 26 2023, 2:06 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a parent task for T5766: http: rewrite conf-mode script to get_config_dict() : T5782: Use a single config mode script for https and http-api.
Nov 26 2023, 1:57 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro added a subtask for T5782: Use a single config mode script for https and http-api: T5766: http: rewrite conf-mode script to get_config_dict() .
Nov 26 2023, 1:57 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a subtask for T5768: Remove auxiliary http-api.conf for simplification of http-api config mode script: T5782: Use a single config mode script for https and http-api.
Nov 26 2023, 1:57 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a parent task for T5782: Use a single config mode script for https and http-api: T5768: Remove auxiliary http-api.conf for simplification of http-api config mode script.
Nov 26 2023, 1:57 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro triaged T5782: Use a single config mode script for https and http-api as Normal priority.
Nov 26 2023, 1:55 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 25 2023

erkin closed T4454: `install-image` should check free storage, a subtask of T4946: Rewrite "add system image" in the new op-mode, as Resolved.
Nov 25 2023, 12:58 PM · VyOS 1.4 Sagitta
erkin closed T4454: `install-image` should check free storage as Resolved.
Nov 25 2023, 12:58 PM · VyOS 1.4 Sagitta
erkin closed T4946: Rewrite "add system image" in the new op-mode, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, as Resolved.
Nov 25 2023, 12:58 PM · VyOS Rolling
erkin closed T4946: Rewrite "add system image" in the new op-mode as Resolved.
Nov 25 2023, 12:58 PM · VyOS 1.4 Sagitta
erkin added a subtask for T5773: Unable to load config via HTTP: T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling).
Nov 25 2023, 12:56 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
erkin closed T5655: commit-archive: Ctrl+C should not eror out with stack trace, signal should be cought as Resolved.

KeyboardInterrupt is caught with an appropriate error message now.

Nov 25 2023, 12:55 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
Viacheslav moved T5754: Update to StrongSwan 5.9.11 from Open to Backport Candidates on the VyOS 1.5 Circinus board.
Nov 25 2023, 8:29 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav added a project to T5754: Update to StrongSwan 5.9.11: VyOS 1.5 Circinus.
Nov 25 2023, 8:29 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

What is the difference between local router and failover router? It is not clear. My local router in failover mode ;) but state master.

Nov 25 2023, 2:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 24 2023

GurliGebis added a comment to T5754: Update to StrongSwan 5.9.11.

Backport to 1.4?

Nov 24 2023, 9:29 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
n.fort changed the status of T5778: The show dhcp server leases operation mode command does not work as expected from Open to Confirmed.
Nov 24 2023, 5:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

And going further, we may create an extra column, in order to print if the lease was granted by Local-Router or by fail-over router..
Example:

Nov 24 2023, 5:34 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

Changing this line: https://github.com/vyos/vyos-1x/blob/current/src/op_mode/dhcp.py#L117C9-L117C107

Nov 24 2023, 3:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5776: Enable VFIO support as Resolved.
Nov 24 2023, 3:05 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5778: The show dhcp server leases operation mode command does not work as expected.

Do you want to see leases state == backup?
What is the expected?

Nov 24 2023, 3:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev updated the task description for T5778: The show dhcp server leases operation mode command does not work as expected.
Nov 24 2023, 1:42 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev updated the task description for T5778: The show dhcp server leases operation mode command does not work as expected.
Nov 24 2023, 1:41 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev updated the task description for T5778: The show dhcp server leases operation mode command does not work as expected.
Nov 24 2023, 1:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev created T5778: The show dhcp server leases operation mode command does not work as expected.
Nov 24 2023, 1:17 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5776: Enable VFIO support from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 24 2023, 11:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po updated the task description for T3318: Update Linux Kernel to v5.4.208 / 5.10.142.
Nov 24 2023, 10:58 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
a.apostoliuk closed T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies as Resolved.
Nov 24 2023, 10:42 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
a.apostoliuk moved T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies from Open to Finished on the VyOS 1.5 Circinus board.
Nov 24 2023, 9:04 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
a.apostoliuk moved T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 24 2023, 9:04 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
indrajitr added a comment to T5612: Miscellaneous improvements and fixes for dynamic DNS configuration.

Pretty sure some preceding backports are pending. Please give me a couple of days. I plan to sync up 1.4 with 1.5 and update the docs.

Nov 24 2023, 8:39 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
anowak closed T3895: VYOS firewall rules do not adhere to time schedule unless placed in UTC mode. as Resolved.

Looks like this has been resolved using the latest 1.4 nftables. I am now able to specify local time without the use of UTC.

Nov 24 2023, 2:57 AM · VyOS 1.4 Sagitta
marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 24 2023, 2:20 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 23 2023

Viacheslav added a project to T5776: Enable VFIO support: VyOS 1.4 Sagitta.
Nov 23 2023, 7:42 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.

We'll discuss this internally, but for sure a fix should be applied.
Thanks for such a detailed bug-report.

Nov 23 2023, 12:49 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin added a comment to T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.

Agree with @Viacheslav and @GurliGebis comments above.

Nov 23 2023, 12:39 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
GurliGebis added a comment to T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.

I agree, without it, you end up repeating yourself alot, with the established, related and invalid rules.
As long as they are applied before the zone specific rules (which is how I guess it used to work), it makes sense.

Nov 23 2023, 11:15 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4867: "show bgp neighbors ... advertised-routes" and some other commands fail for IPv4 neighbors.

There are different commands

vyos@r1:~$ show bgp neighbors 192.168.122.14 advertised-routes 
% No such neighbor or address family
vyos@r1:~$ 
vyos@r1:~$ show ip  bgp neighbors 192.168.122.14 advertised-routes 
vyos@r1:~$
Nov 23 2023, 11:10 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.

Should we return global state policy?
It was useful.

Nov 23 2023, 11:04 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort changed the status of T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config from Open to Confirmed.
Nov 23 2023, 10:48 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort claimed T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 23 2023, 10:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.hajiyev closed T4891: BFD flapping loop as Resolved.
Nov 23 2023, 9:42 AM · VyOS 1.4 Sagitta
a.hajiyev added a comment to T4891: BFD flapping loop.

Tested in VyOS 1.4-rolling-202311100309:

Nov 23 2023, 9:42 AM · VyOS 1.4 Sagitta
a.hajiyev closed T4867: "show bgp neighbors ... advertised-routes" and some other commands fail for IPv4 neighbors, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, as Resolved.
Nov 23 2023, 8:01 AM · VyOS Rolling
a.hajiyev closed T4867: "show bgp neighbors ... advertised-routes" and some other commands fail for IPv4 neighbors as Resolved.
Nov 23 2023, 8:01 AM · VyOS 1.4 Sagitta
a.hajiyev added a comment to T4867: "show bgp neighbors ... advertised-routes" and some other commands fail for IPv4 neighbors.

Tested in VyOS 1.4-rolling-202311100309
Configs:
Node-1

Nov 23 2023, 8:01 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5612: Miscellaneous improvements and fixes for dynamic DNS configuration.

Backport to 1.4 has conflicts https://github.com/vyos/vyos-1x/pull/2533

Nov 23 2023, 7:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 22 2023

marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 10:09 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 9:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 9:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 9:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin updated the task description for T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 9:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marvin created T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config.
Nov 22 2023, 9:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro added a comment to T5768: Remove auxiliary http-api.conf for simplification of http-api config mode script.

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

Nov 22 2023, 7:37 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
gsggage added a comment to T5612: Miscellaneous improvements and fixes for dynamic DNS configuration.

@Viacheslav
I missed running git pull on my ansible execution node. Works as it should. Thank you!

Nov 22 2023, 7:35 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort closed T5590: Firewall "log enable" logs every packet as Resolved.
Nov 22 2023, 7:18 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort closed T5681: Interface match - Simplified and unified cli as Resolved.
Nov 22 2023, 7:14 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort closed T5729: Firewall, nat and policy route - Switch to valueless as Resolved.
Nov 22 2023, 7:11 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort changed the status of T5637: Firewall default-action log from Confirmed to Needs testing.
Nov 22 2023, 7:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5773: Unable to load config via HTTP: VyOS 1.5 Circinus.
Nov 22 2023, 4:52 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav updated the task description for T5773: Unable to load config via HTTP.
Nov 22 2023, 4:51 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
erkin claimed T5773: Unable to load config via HTTP.
Nov 22 2023, 4:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav triaged T5773: Unable to load config via HTTP as Urgent! priority.
Nov 22 2023, 4:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav created T5773: Unable to load config via HTTP.
Nov 22 2023, 4:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T5630: pppoe: allow to specify MRU in addition to already configurable MTU.

A fix that changes the behavior back to it was https://github.com/vyos/vyos-1x/pull/2527

Nov 22 2023, 12:22 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta