Follow-up https://github.com/vyos/vyos.vyos/pull/394 is for ospfv3 integration tests
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 12 2025
Feb 11 2025
I found out that the frr 10.2.1 may be missing some file. As you can see from the snippet below the shared module irdp.so appears to be missing from the package. Immediately after that zebra fails
seems its getting through all smoketests as of the last T6989 syslog fixes.
Dunno how this is done for IPv6 but for IPv4 we got these kernel parameters to play with:
Feb 10 2025
@takehaya
Hi Takeru-san,
@tarik.haddouchi
Hi Tarik-san,
Priorities seems correct
vyos@r14# /usr/libexec/vyos/priority.py | match "container|firew" 450 container.py ['container'] 489 firewall.py ['firewall'] [edit] vyos@r14#
Feb 9 2025
Given current state, I"m going to close this.
Starting work on this—seems relatively trivial for that particular item.
"Failed to listen on syslog.socket" doesnt look good if you ask me ;-)
Resolved with latest changes for 6.0.0
Reportedly this problem did not exist in VyOS 1.5-rolling-202410260007 (according to slack with @evgmol ). I've seen the problem occur in versions as far back as Vyos-1.5-rolling-202411070006, so that may shed some light on where it occurs.
The individual tests look good - must be a permutation
Feb 8 2025
Probably related:
It looks like this commit wasnt properly tested before pushed to the public tree according to:
This turns out to be a simple fix. The problem is an issue with deleting directories on separate threads when running with multiple targets. Simple fix is to run_once: true the two places where this happens. Not surprisingly, this fix works.
Feb 7 2025
@HollyGurza the vyos-network-event logger service could be used to superseede netplugd which we wanted to remove for a long time.
this issue doesn't reproduce on:
Feb 6 2025
found the bug in ospf_interfaces bug. This code (both for 1.3- and 1.4+) does not cut it:
likely fix PR: https://github.com/vyos/vyos-build/pull/901
Hi, I'd like to get back on this task and give it a shot, but I have troubles building and testing images from scratch.
What's the recommended procedure? Installing the latest rolling release and hacking that one?
Thank you for the feature; I really appreciate it.
The problem still exists. I tried to redirect ipv6 multicast to nflog group via nft. After that, I see multicast traffic but it is encapsulated in gre ip, not in gre ipv6. Maybe this is the issue.