The code has the concept of options which can be infered from the default dict and thefore should probably be removed for simplication.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Apr 18 2020
vyos@rt-home:~$ show dhcp server leases sort ab Invalid sort key, choose from: ['ip', 'hardware_address', 'state', 'start', 'end', 'remaining', 'pool', 'hostname'] vyos@rt-home:~$ show dhcp server leases state ab Invalid lease state, choose from: ['all', 'active', 'free', 'expired', 'released', 'abandoned', 'reset', 'backup'] vyos@rt-home:~$ show dhc dhcp dhcpv6 vyos@rt-home:~$ show dhcpv6 server leases
Actually, specifying wireguard peer as a hostname only worked on initial setup. The reason for this is that the hostname is resolved only on initial startup of the wireguard tunnel. On boot the ip stack is not fully operational resulting in wireguard beeing unable to resolve hostnames. (But this avtually could depend of the execution time of the initialization scripts) .. a better alternative to this is to make a initialization script that is delay'd and then resolves the hostname and inserts the correct ip in wireguard when the router is fully booted. This could be created using a custom script called from the post-bootup script or something like that.
I tried this today with 1.3-rolling-202004180117 ...
This change has removed the ability to specify a wireguard endpoint by hostname, rather than IP address. Is there an alternative resolution which maintains this ability?
PR for this task https://github.com/vyos/vyos-1x/pull/354
While testing T1874 the procedure we followed was:
From Slack;
Marek Isalski 09:25
If anybody is using 1.2.4 or earlier for BGP, and wants to do RPKI, I can highly recommend updating to 1.2.5 which fixes this nasty segfault in FRR's bgpd: https://phabricator.vyos.net/T1874 (and devs can probably consider closing T1874 now that we know it's fixed in 1.2.5)
This is looking like it might be fixed in FRR version 7.2.1 onwards:
We managed to reproduce this on a test instance running VyOS 1.2.4 talking RTRR to Routinator3000 0.6.4:
@alainlamar any chance to implement the reset button to clear the config?
The LED assignment could be handled in a generic startup script where the hardware platforms and LEDs will be assigned
Apr 17 2020
Pull request: https://github.com/vyos/vyos-build-kernel/pull/6