Page MenuHomeVyOS Platform
Feed All Stories

Aug 23 2024

artooro added a comment to T6458: Extend support for Lanner appliances with serial LCDs.

I messed around with it today, and made some progress!

Aug 23 2024, 9:02 PM · VyOS 1.2 Crux (VyOS 1.2.7)
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit, a subtask of T5492: CLI node priority is not inversed on node deletion, from On hold to In progress.
Aug 23 2024, 7:35 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit, a subtask of T5660: Remove redundant calls to config dependency scripts, from On hold to In progress.
Aug 23 2024, 7:35 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit from On hold to In progress.

A simple version of get_commit_scripts (nee get_commit_schedule) has been added to the resolution of T6671. After that PR is merged, this task will be closed, as that version suffices for current needs.

Aug 23 2024, 7:35 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit, a subtask of T6671: Confid dependency works incorrectly conntrack conntrack-sync, from On hold to In progress.
Aug 23 2024, 7:35 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro added a parent task for T5666: Provide list of config-mode scripts scheduled for proposed commit: T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 23 2024, 7:32 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro added a subtask for T6671: Confid dependency works incorrectly conntrack conntrack-sync: T5666: Provide list of config-mode scripts scheduled for proposed commit.
Aug 23 2024, 7:32 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX0e77effa7a75: Merge pull request #4012 from vyos/mergify/bp/circinus/pr-3656 (authored by c-po).
Aug 23 2024, 7:19 PM
c-po committed rVYOSONEX2947e7f2a5a4: T6672: Fix system option ssh-client source-interface (authored by Viacheslav).
Aug 23 2024, 7:18 PM
jestabro added a comment to T6671: Confid dependency works incorrectly conntrack conntrack-sync.

The following simple commit will need to be backported to sagitta so that a PR for the above will backport cleanly:
https://github.com/vyos/vyos-1x/pull/4013

Aug 23 2024, 7:14 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3ff2f3204aba: xml: T6319: add util for ancestor owner/priority (authored by jestabro).
Aug 23 2024, 7:11 PM
GitHub <[email protected]> committed rVYOSONEX94908b75bbce: Merge pull request #4010 from vyos/mergify/bp/sagitta/pr-3945 (authored by dmbaturin).
Aug 23 2024, 6:58 PM
Viacheslav closed T5546: Failed upgrade from 1.4-rolling-202212310809 to 1.4-rolling-202309030023 as Not Applicable.
Aug 23 2024, 3:10 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav moved T6561: show ntp is not vrf aware from Open to Finished on the VyOS 1.5 Circinus board.
Aug 23 2024, 2:27 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
n.fort added a comment to T5177: Make the chain policy configurable.

I think we can close this one

Aug 23 2024, 12:20 PM · VyOS 1.5 Circinus
n.fort closed T6646: 1.3.8 to 1.4.0 config migration fails due to conntrack ignore rule, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Aug 23 2024, 12:16 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
n.fort closed T6646: 1.3.8 to 1.4.0 config migration fails due to conntrack ignore rule as Resolved.
Aug 23 2024, 12:16 PM · VyOS 1.4 Sagitta (1.4.0)
n.fort closed T5794: Flowtable with Bond Race as Resolved.
Aug 23 2024, 12:15 PM · VyOS 1.5 Circinus
n.fort closed T6636: Show log firewall not printing logs for default-actions for custom ruleset as Resolved.
Aug 23 2024, 12:15 PM · VyOS Rolling, VyOS 1.5 Circinus
a.hajiyev added a comment to T6673: Unexpected error when restart container via native Podman command.

Only worked:

  1. Reboot instance
  2. load /config/config.boot
  3. sudo podman rm suricata
  4. commit

Then it works

vyos@VyOS-Test01#
[edit]
vyos@VyOS-Test01# load /config/config.boot
[edit]
vyos@VyOS-Test01#
[edit]
vyos@VyOS-Test01# compare
+ container {
+     name suricata {
+         allow-host-networks
+         arguments "-q 1"
+         capability "net-admin"
+         capability "sys-admin"
+         capability "sys-nice"
+         image "jasonish/suricata:6.0.14"
+         memory "1024"
+         volume ETC {
+             destination "/etc/suricata"
+             source "/config/suricata/etc"
+         }
+         volume LOGS {
+             destination "/var/log/suricata"
+             source "/config/suricata/logs"
+         }
+         volume RULES {
+             destination "/var/lib/suricata/rules/"
+             source "/config/suricata/rules"
+         }
+     }
+ }
Aug 23 2024, 10:55 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
a.hajiyev reopened T6673: Unexpected error when restart container via native Podman command as "Open".
Aug 23 2024, 10:42 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
a.hajiyev added a comment to T6673: Unexpected error when restart container via native Podman command.

If service is 'failed' state

vyos@VyOS-Test01:~$ systemctl status vyos-container-suricata.service
× vyos-container-suricata.service - VyOS Container suricata
     Loaded: loaded (/run/systemd/system/vyos-container-suricata.service; static)
     Active: failed (Result: exit-code) since Fri 2024-08-23 10:32:44 UTC; 43s ago
   Duration: 4min 55.702s
    Process: 2855 ExecStartPre=/bin/rm -f /run/vyos-container-suricata.service.pid /run/vyos-container-suricata.service.cid (code=exited, sta>
    Process: 2856 ExecStart=/usr/bin/podman run --conmon-pidfile /run/vyos-container-suricata.service.pid --cidfile /run/vyos-container-suric>
    Process: 2867 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile /run/vyos-container-suricata.service.cid (code=exited, status=0/SUCCE>
    Process: 2873 ExecStopPost=/bin/rm -f /run/vyos-container-suricata.service.cid (code=exited, status=0/SUCCESS)
        CPU: 129ms
Aug 23 2024, 10:42 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
Viacheslav closed T6673: Unexpected error when restart container via native Podman command as Invalid.
Aug 23 2024, 9:53 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
Viacheslav added a comment to T6673: Unexpected error when restart container via native Podman command.

You are right there is an op-mode command to restart the container

restart container suricata

But I think there needs to be some checks/changes at least someone will execute the native Podman command to restart the container.

Aug 23 2024, 8:18 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
a.hajiyev added a comment to T6673: Unexpected error when restart container via native Podman command.

You are right there is an op-mode command to restart the container

restart container suricata

But I think there needs to be some checks/changes at least someone will execute the native Podman command to restart the container.

Aug 23 2024, 8:01 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
Viacheslav added a project to T6655: udp-broadcast-relay has incorrect tag: VyOS 1.4 Sagitta (1.4.1).
Aug 23 2024, 7:57 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Loremo closed T6669: rpki connection not working as Resolved.

Sorry, but that was my own mistake. When I checked again today, I noticed that the connections were not allowed in the firewall.

Aug 23 2024, 7:51 AM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
Viacheslav created T6674: Add build packages without Jenkins.
Aug 23 2024, 7:47 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T6673: Unexpected error when restart container via native Podman command.

It fails because you do it in the wrong way

Aug 23 2024, 6:52 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
Loremo updated the task description for T6669: rpki connection not working.
Aug 23 2024, 6:39 AM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
c-po committed rVYOSONEX549a16f5b143: wireless: T6318: move country-code to a system wide configuration.
Aug 23 2024, 6:18 AM
GitHub <[email protected]> committed rVYOSONEX92c261ecfe9a: T6561: Add vrf aware for show ntp (#4009) (authored by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>).
Aug 23 2024, 6:11 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX6e43e6e12aab: wireless: T6318: move country-code to a system wide configuration (authored by c-po).
Aug 23 2024, 6:10 AM
c-po committed rVYOSONEXe6d4da891be8: sysctl: T3204: restore sysctl setttings overwritten by tuned.
Aug 23 2024, 6:10 AM
c-po committed rVYOSONEXb393899709d0: sysctl: T3204: restore sysctl setttings overwritten by tuned.
Aug 23 2024, 6:06 AM
a.hajiyev created T6673: Unexpected error when restart container via native Podman command.
Aug 23 2024, 6:01 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX578738f59bc4: sysctl: T3204: restore sysctl setttings overwritten by tuned (authored by c-po).
Aug 23 2024, 6:00 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa518ba91fb3d: sysctl: T3204: restore sysctl setttings overwritten by tuned (authored by c-po).
Aug 23 2024, 6:00 AM
GitHub <[email protected]> committed rVYOSONEXde2bdd189ef3: Merge pull request #4007 from vyos/mergify/bp/circinus/pr-4001 (authored by c-po).
Aug 23 2024, 5:53 AM
jestabro added a comment to T6671: Confid dependency works incorrectly conntrack conntrack-sync.

PR to follow smoketests and cosmetic changes:
https://github.com/vyos/vyos-1x/compare/current...jestabro:configdep-prio

Aug 23 2024, 3:23 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus

Aug 22 2024

Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXfd57f3e37313: T6561: Add vrf aware for show ntp (authored by Viacheslav).
Aug 22 2024, 7:51 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX31aa181d8935: T6561: Add vrf aware for show ntp (authored by Viacheslav).
Aug 22 2024, 7:51 PM
sever committed rVYOSONEX5f780ebb7f17: T6561: Add vrf aware for show ntp (authored by Viacheslav).
Aug 22 2024, 7:50 PM
fernando closed T6668: op-cmd: show mac-sec details encrytion info as Resolved.
Aug 22 2024, 7:49 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
fernando added a project to T6668: op-cmd: show mac-sec details encrytion info: VyOS 1.4 Sagitta (1.4.0).
Aug 22 2024, 7:39 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3a2bb7aac2b6: op_mode: T6668: Add detailed statistics infomartion about MACsec interfaces (authored by fett0 <[email protected]>).
Aug 22 2024, 4:11 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXde7651af6cb5: op_mode: T6668: Add detailed statistics infomartion about MACsec interfaces (authored by fett0 <[email protected]>).
Aug 22 2024, 4:11 PM
fett0 <[email protected]> committed rVYOSONEXb7e7619636c3: op_mode: T6668: Add detailed statistics infomartion about MACsec interfaces.
Aug 22 2024, 4:11 PM
GitHub <[email protected]> committed rVYOSONEX4b9318de1987: Merge pull request #4001 from fett0/T6668 (authored by c-po).
Aug 22 2024, 4:11 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX69c051bb9c07: T6672: Fix system option ssh-client source-interface (authored by Viacheslav).
Aug 22 2024, 4:10 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe7d1805e4a77: T6672: Fix system option ssh-client source-interface (authored by Viacheslav).
Aug 22 2024, 4:10 PM
GitHub <[email protected]> committed rVYOSONEX322dc0f0ba4f: Merge pull request #4000 from sever-sever/T6672 (authored by c-po).
Aug 22 2024, 4:09 PM
Viacheslav committed rVYOSONEXf453b33a6056: T6672: Fix system option ssh-client source-interface.
Aug 22 2024, 4:09 PM
Viacheslav edited projects for T6561: show ntp is not vrf aware, added: VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1); removed VyOS 1.4 Sagitta (1.4.0).
Aug 22 2024, 1:22 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a comment to T6561: show ntp is not vrf aware.

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

vyos@r14:~$ show ntp
.- Number of sample points in measurement set.
                            /    .- Number of residual runs with same sign.
                           |    /    .- Length of measurement set (time).
                           |   |    /      .- Est. clock freq error (ppm).
                           |   |   |      /           .- Est. error in freq.
                           |   |   |     |           /         .- Est. offset.
                           |   |   |     |          |          |   On the -.
                           |   |   |     |          |          |   samples. \
                           |   |   |     |          |          |             |
Name/IP Address            NP  NR  Span  Frequency  Freq Skew  Offset  Std Dev
==============================================================================
ec2-34-206-168-146.compu>  31  15   70m     +0.225      0.056  +1295us   112us
ec2-18-193-41-138.eu-cen>  31  13   70m     -0.305      0.070   -968us   119us
ec2-122-248-201-177.ap-s>   6   3   52m     -2.587      0.901   +109us   252us
vyos@r14:~$
Aug 22 2024, 1:17 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav changed the status of T6561: show ntp is not vrf aware, a subtask of T5116: Better VRF support, from Open to In progress.
Aug 22 2024, 1:09 PM · VyOS Rolling, VyOS 1.5 Circinus
Viacheslav changed the status of T6561: show ntp is not vrf aware from Open to In progress.
Aug 22 2024, 1:09 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fernando changed the status of T6668: op-cmd: show mac-sec details encrytion info from Open to In progress.

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

Aug 22 2024, 11:58 AM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Viacheslav updated the task description for T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 22 2024, 6:47 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav renamed T6671: Confid dependency works incorrectly conntrack conntrack-sync from Confid dependency works incorrectly conntrack connntrack-sync to Confid dependency works incorrectly conntrack conntrack-sync.
Aug 22 2024, 6:47 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus

Aug 21 2024

JeffWDH added a comment to T5647: Extend failover route functionality to use dynamically assigned interface next hops.

Is there any way to incentivize the addition of this?

Aug 21 2024, 7:27 PM · VyOS 1.5 Circinus
zsdc added a comment to T6667: Problems with simultaneous usage of multiple `vtysh` processes.

A workaround doe DHCP client to make it work again: https://github.com/vyos/vyos-1x/pull/4002

Aug 21 2024, 7:09 PM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
jestabro added a comment to T6671: Confid dependency works incorrectly conntrack conntrack-sync.

A few immediate notes, before preparing the solution:
(1) this is independent of whether one is running under configd or not
(2) this is more easily triggered under 1.4/1.5, which has default ['system', 'conntrack', 'modules'] entries (fixed in current), though can be reproduced in current with the above and 'set ... conntrack modules ..'
(3) this was avoided in 1.4.0 by the global dependency pruning; that raised other serious issues, however (T6559), due to constraints of the legacy commit algorithm.

Aug 21 2024, 5:15 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav changed the status of T6672: ssh-client source-interface CLI option failing with traceback from Open to In progress.

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

Aug 21 2024, 4:36 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro updated the task description for T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 21 2024, 4:29 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fmertz added a comment to T6458: Extend support for Lanner appliances with serial LCDs.

It looks like you are already running this with a high reporting level. Are you seeing any/all the messages on stderr? I would try all of this on the command line first, and do the VyOS cli later.

Aug 21 2024, 4:18 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav triaged T6672: ssh-client source-interface CLI option failing with traceback as Normal priority.
Aug 21 2024, 3:27 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
SrividyaA created T6672: ssh-client source-interface CLI option failing with traceback.
Aug 21 2024, 3:23 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro claimed T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 21 2024, 1:02 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a comment to T4922: Add ssh-client source-interface CLI option.

possible fix

if 'source_interface' in config:
    # my code here
    config['ifname'] = config['source_interface']
Aug 21 2024, 12:42 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
Viacheslav changed the status of T6671: Confid dependency works incorrectly conntrack conntrack-sync from Open to Confirmed.
Aug 21 2024, 11:46 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav updated the task description for T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 21 2024, 11:46 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a project to T6671: Confid dependency works incorrectly conntrack conntrack-sync: VyOS 1.4 Sagitta (1.4.1).
Aug 21 2024, 11:44 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav triaged T6671: Confid dependency works incorrectly conntrack conntrack-sync as High priority.
Aug 21 2024, 11:44 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav created T6671: Confid dependency works incorrectly conntrack conntrack-sync.
Aug 21 2024, 11:44 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
SrividyaA added a comment to T4922: Add ssh-client source-interface CLI option.

The issue is not found in 1.3.8 version but found in 1.4.0 and latest 1.5 rolling release.

Aug 21 2024, 10:02 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
c-po closed T6670: Table number for VRF creation is artificially limited as Wontfix.
Aug 21 2024, 6:02 AM · VyOS 1.5 Circinus
c-po added projects to T6669: rpki connection not working: VyOS Rolling, VyOS 1.5 Circinus.
Aug 21 2024, 6:02 AM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
c-po claimed T6669: rpki connection not working.
Aug 21 2024, 6:02 AM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
vyosbot placed T6380: Reorganize the directory structure in vyos-utils up for grabs.
Aug 21 2024, 6:01 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po merged task T6254: Extend VRF table number into T6670: Table number for VRF creation is artificially limited.
Aug 21 2024, 6:01 AM · Restricted Project, VyOS 1.5 Circinus
c-po merged T6254: Extend VRF table number into T6670: Table number for VRF creation is artificially limited.
Aug 21 2024, 6:01 AM · VyOS 1.5 Circinus
c-po added a comment to T6670: Table number for VRF creation is artificially limited.

@shaneshort this might look like a trivial one but we've already checked it out

Aug 21 2024, 6:01 AM · VyOS 1.5 Circinus
shaneshort created T6670: Table number for VRF creation is artificially limited.
Aug 21 2024, 1:48 AM · VyOS 1.5 Circinus

Aug 20 2024

Loremo created T6669: rpki connection not working.
Aug 20 2024, 8:31 PM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
c-po changed the status of T6660: Mirror PR: Remove temp feature branch after merge from In progress to Needs testing.
Aug 20 2024, 5:33 PM · GitHub Infrastructure
c-po changed the status of T6660: Mirror PR: Remove temp feature branch after merge, a subtask of T6309: Check code quality with CodeQL, from In progress to Needs testing.
Aug 20 2024, 5:33 PM · GitHub Infrastructure
c-po triaged T6665: Option to trigger commit-archive on save instead of commit as Wishlist priority.
Aug 20 2024, 5:33 PM · VyOS Rolling
c-po triaged T6666: image_format is image_formatS in some build-flavor files as Normal priority.
Aug 20 2024, 5:32 PM · VyOS 1.5 Circinus
c-po changed the status of T6666: image_format is image_formatS in some build-flavor files from Open to In progress.
Aug 20 2024, 5:32 PM · VyOS 1.5 Circinus
natali-rs1985 claimed T6652: OpenFabric Support.
Aug 20 2024, 2:58 PM · VyOS 1.5 Circinus
Viacheslav triaged T6668: op-cmd: show mac-sec details encrytion info as Wishlist priority.
Aug 20 2024, 2:51 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Viacheslav triaged T6667: Problems with simultaneous usage of multiple `vtysh` processes as High priority.
Aug 20 2024, 2:48 PM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
fernando claimed T6668: op-cmd: show mac-sec details encrytion info.
Aug 20 2024, 2:46 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
fernando created T6668: op-cmd: show mac-sec details encrytion info.
Aug 20 2024, 2:46 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
zsdc changed the status of T6667: Problems with simultaneous usage of multiple `vtysh` processes from Open to Confirmed.
Aug 20 2024, 1:55 PM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
zsdc created T6667: Problems with simultaneous usage of multiple `vtysh` processes.
Aug 20 2024, 1:55 PM · VyOS 1.4 Sagitta (1.4.1), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
Viacheslav changed the status of T5743: HTTPS API ability to import PKI certificates from In progress to Needs testing.
Aug 20 2024, 11:38 AM · VyOS 1.5 Circinus
Viacheslav closed T3961: Generate PKI expect 2 character country code as Resolved.
Aug 20 2024, 11:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
natali-rs1985 moved T3961: Generate PKI expect 2 character country code from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-GA) board.
Aug 20 2024, 8:33 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)