Page MenuHomeVyOS Platform

ahovda (Ådne Hovda)
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 9 2021, 8:01 AM (162 w, 4 d)

Recent Activity

Jan 30 2023

ahovda added a comment to T4516: Rewrite system image manipulation tools in Python.

Is it possible to also add some logic to populate boot entries using https://uapi-group.org/specifications/specs/boot_loader_specification/ ? I have been experimenting with systemd-boot, and it's working fine apart from the missing loader files. Those files look something like this:
/usr/lib/live/mount/persistence/loader/entries/1.4-rolling-202210050218-vty.conf

title     "VyOS 1.4-rolling-202210050218 (KVM console)"
version   1.4-rolling-202210050218
options   boot=live quiet rootdelay=5 noautologin net.ifnames=0 biosdevname=0 vyos-union=/boot/1.4-rolling-202210050218 console=tty0
linux     boot/1.4-rolling-202210050218/vmlinuz
initrd    boot/1.4-rolling-202210050218/initrd.img

There will be similar files for serial and USB console.

Jan 30 2023, 1:33 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 29 2021

ahovda added a comment to T3435: NAT rules show corruption.

To fix some of this issue I modified line 102-103 in show_nat_rules.py:

Oct 29 2021, 11:58 PM · VyOS 1.4 Sagitta

Mar 10 2021

ahovda added a comment to T1506: commit-archive scp/sftp public key authentication.

Curl should only need the private key, since it will extract the public key from it on demand. In any case the private key should probably be password protected and then you'd need some way of prompting for the password and provide it to curl using the --pass parameter.

Mar 10 2021, 10:21 PM · VyOS 1.3 Equuleus (1.3.0)