Changes and fixes to smoketest at link; in testing before PR:
https://github.com/vyos/vyos-1x/compare/current...jestabro:api-smoketest
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 7 2022
VyOS 1.3 (equuleus) PR https://github.com/vyos/vyos-1x/pull/1276
Apr 6 2022
Is there a way to get this to work with a dynamically assigned /64 PD from my ISP?
@Viacheslav Link local addresses were added successfully on boot on 1.4-rolling-202204060217.
Thank you very much @sdev !
submitted PR: https://github.com/vyos/vyos-1x/pull/1274
PR for 1.3 (equuleus) https://github.com/vyos/vyos-1x/pull/1273
@Viacheslav fix verified - also the new smoketest detected the bug prior to your fix and no longer seen the bug after your fix.
Apr 5 2022
@NceAirport do you have a minimum required configuration?
As I see it should be something like:
set service monitoring xxx prometheus authentication login xxx set service monitoring xxx prometheus authentication password xxx set service monitoring xxx prometheus port 9273 set service monitoring xxx prometheus network 192.0.2.0/24
@devon Will be fixed in the next rolling release, could you check it?
Applying patch from the PR I could not reproduce issue anymore
cherry-pick for 1.3 https://github.com/vyos/vyos-1x/pull/1271
Apr 4 2022
From debug static address is assigned before vrf changes:
fe80::5208:ff:fe13:2 - autogenerated linklocal
fe80::5200:ff:fe55:222 - static linklocal
Apr 3 2022
Bug confirmed on 1.3.1-S1 and on 1.4-rolling-202203180317
PR for 1.3 - equuleus: https://github.com/vyos/vyos-1x/pull/1264
Backport for 1.3 equuleus: https://github.com/vyos/vyos-1x/pull/1263
Apr 2 2022
Keep open until PR is merged:
Apr 1 2022
Actually FRR bgpd enables this by default:
Hi, @dberlin ! Thanks, you are right about the root cause.
I believe that we need to remove the max-size and action-on-max-size from rsyslog.conf. So, leave everything related to rotating logs to logrotate, and to sending logs to rsyslog - UNIX-way. :)