Page MenuHomeVyOS Platform

L0crian (Ryan)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 8 2024, 5:46 PM (15 w, 5 d)

Recent Activity

Tue, Apr 23

L0crian added a comment to T6258: set system sysctl pre- vs postboot.

Most likely needs to change priority to 319 for the sysctl

vyos@r4:~$ /usr/libexec/vyos/priority.py | match "ethernet|sysctl"
       300  interfaces_virtual-ethernet.py      ['interfaces', 'virtual-ethernet']
       318  interfaces_ethernet.py              ['interfaces', 'ethernet']
       318  system_sysctl.py                    ['system', 'sysctl']
       321  interfaces_pseudo-ethernet.py       ['interfaces', 'pseudo-ethernet']
vyos@r4:~$
Tue, Apr 23, 4:53 PM · VyOS 1.5 Circinus

Fri, Apr 12

L0crian claimed T6236: Packet-Tracer Output.
Fri, Apr 12, 2:52 PM · VyOS 1.5 Circinus
L0crian created T6236: Packet-Tracer Output.
Fri, Apr 12, 2:52 PM · VyOS 1.5 Circinus

Sat, Mar 30

L0crian added a comment to T6188: Add Firewall Rule Description to "show firewall" commands.

Since descriptions can be very long I assume there will be a linewrap at the end?

Sat, Mar 30, 4:57 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
L0crian added a comment to T6188: Add Firewall Rule Description to "show firewall" commands.

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

Sat, Mar 30, 3:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
L0crian claimed T6188: Add Firewall Rule Description to "show firewall" commands.
Sat, Mar 30, 3:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
L0crian created T6188: Add Firewall Rule Description to "show firewall" commands.
Sat, Mar 30, 3:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus

Mar 25 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

@jestabro Thanks, a solution definitely seems close.

Mar 25 2024, 5:12 PM · VyOS 1.4 Sagitta
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

It is not an actual ethernet interface, but you name it as an ethernet interface.
You can check the output sudo ip link show type wireguard or sudo ip link show type tun

Mar 25 2024, 3:54 PM · VyOS 1.4 Sagitta
L0crian updated subscribers of T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I tested https://github.com/vyos/vyos-1x/pull/3173 today, and it definitely helps the original use-case of this task. Configuration calling interfaces that come up post-boot, like those installed from a container, persist. The one problem is the interface level config is still deleted on-boot from some check that is performed.

Mar 25 2024, 1:30 PM · VyOS 1.4 Sagitta

Mar 18 2024

L0crian added a comment to T6127: Ability to view logs for rules with Offload not functional.

@Viacheslav I'm not super familiar with git, so hopefully I did everything correctly. Here is the PR:
https://github.com/vyos/vyos-1x/pull/3145

Mar 18 2024, 2:41 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
L0crian claimed T6127: Ability to view logs for rules with Offload not functional.
Mar 18 2024, 2:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)

Mar 15 2024

L0crian added a comment to T6127: Ability to view logs for rules with Offload not functional.

Should add the ability to view the default action log would be nice as well.

Mar 15 2024, 10:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
L0crian renamed T6127: Ability to view logs for rules with Offload not functional from Ability to view logs for rules with Offload not available to Ability to view logs for rules with Offload not functional.
Mar 15 2024, 10:09 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
L0crian created T6127: Ability to view logs for rules with Offload not functional.
Mar 15 2024, 10:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)

Mar 14 2024

L0crian updated the task description for T6122: Protocols under VRF config run in a single pass against their conf_mode scripts.
Mar 14 2024, 8:10 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
L0crian created T6122: Protocols under VRF config run in a single pass against their conf_mode scripts.
Mar 14 2024, 2:28 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Mar 5 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Perfect, that's what I was trying to better understand. Thanks for the clarification!

Mar 5 2024, 2:49 PM · VyOS 1.4 Sagitta

Mar 4 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Gotcha! The thing I keep struggling to understand is why is the full section of the config removed? This will 100% cause outages. If there's part of the config that is invalid, only that part should not be applied. You shouldn't remove 19 valid lines of config due to a single invalid line. Particularly with almost all of the instances I've seen of this, the invalid line is just cosmetically invalid, and doesn't cause any issues with the operation of the system.

Mar 4 2024, 8:51 PM · VyOS 1.4 Sagitta
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

@jestabro, do you guys consider the process of deleting the entire config section for a single offending line working as intended? Or do you consider it a design flaw/bug that will get fixed? I'm trying to understand if that is an intentional design choice and will permanently be part of VyOS going forward, or if it's just part of growing pains as VyOS moves from 1.3 to 1.4.

Mar 4 2024, 7:30 PM · VyOS 1.4 Sagitta
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I wanted to add this post from the forums to this thread. It appears to be the same behavior where the failure of a single line deletes the logical section:
https://forum.vyos.io/t/upgrade-from-1-3-6-to-1-4-0-epa1-looses-complete-dhcp-configuration/13935

Mar 4 2024, 4:39 PM · VyOS 1.4 Sagitta

Feb 29 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Gotcha, thanks!

Feb 29 2024, 3:03 PM · VyOS 1.4 Sagitta
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I raised this issue for discussion last week, and am testing more 'lenient' verification in cases such as above; I'll add results and plans here, as available.

Feb 29 2024, 2:05 PM · VyOS 1.4 Sagitta

Feb 14 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

@jestabro I appreciate you looking into this. It does seem to be a timing issue. I checked on a few of my systems....it almost always does it in a VM on my slow server, but I have a faster mini-pc where it doesn't appear to happen as often, though it does still happen on some reboots. Now that I have done more testing, it does happen on 1.4-rc1 as well. It does not however happen in 1.3.5.

Feb 14 2024, 11:12 PM · VyOS 1.4 Sagitta

Jan 29 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Firstly, note that this is a failure in boot configuration, and is not related to migration: the log output of vyos-router is misleading, reporting the steps following initialization. On success:
Starting VyOS router: migrate configure
on failure:
Starting VyOS router: migrate configure failed !

Adding vyos-config-debug to the boot options on first boot after installation will provide more information on the config error, if it is possible to try that; cf.:
https://docs.vyos.io/en/sagitta/contributing/debugging.html#kernel

Jan 29 2024, 7:15 PM · VyOS 1.4 Sagitta

Jan 27 2024

L0crian created T5991: 1.4.0-RC3 deleting portions of config in error (migration script).
Jan 27 2024, 2:44 PM · VyOS 1.4 Sagitta

Jan 12 2024

L0crian created T5931: Add option to append route-target when adding additional imports.
Jan 12 2024, 6:00 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Jan 9 2024

L0crian assigned T5913: Allow for Peer-Groups in ipv4-labeled-unicast SAFI to c-po.
Jan 9 2024, 7:46 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
L0crian created T5913: Allow for Peer-Groups in ipv4-labeled-unicast SAFI.
Jan 9 2024, 7:45 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta