Jared Mauch
Jared Mauch
#### General informations - system/distribution (with version): centos 7.0 - offlineimap version (`offlineimap -V`): 7.0.5 + 7.0.6 - Python version: 2.7.5 - server name or domain: - CLI options: n/a...
Updated to head and seeing this issue. ``` 2024-06-28T06:13:19.059699-04:00 puck nsd[28550]: nsd: ./src/generic/parser.h:473: maybe_take: Assertion `token->code == RIGHT_PAREN' failed. 2024-06-28T06:13:21.071231-04:00 puck systemd-coredump[28553]: Process 28550 (nsd: main) of user 116 dumped...
Looks like GLK platform is missing some configuration or data. Based on the comments in glk.xml ` ` It seems that this hasn't been tested perhaps? Traceback and some hardware...
qt6 support and various other changes
### Describe the bug Using a pi hat for PCIE NVME to boot. (Pineberry pi) Booting the SN530 NVME SSD (oh yeah, that one) ``` 0001:01:00.0 Non-Volatile memory controller: Sandisk...
The stop_topology() method previously stopped routers sequentially, which could be slow for topologies with many routers. This change optimizes the shutdown process by: 1. Sending SIGTERM to all daemons on...
Fix memory leaks that occur when the parent process exits after fork() in frr_daemonize(). The parent process was not cleaning up memory allocated before fork(), specifically: - router structure allocated...
Fix memory leaks in DNS resolver and PCEP library: - lib/resolver.c: Fix callback leak when VRF switch fails during DNS resolution. Call callback with error before returning to prevent blocking...
Add full support for configuring and displaying IPv6 Primary IP (PIP) and VTEP addresses in BGP EVPN. Changes: - Update advertise-pip command to accept IPv6 addresses in addition to IPv4...
Add display formatting for several EVPN extended community subtypes that were previously not displayed in a human-readable format: - E-Tree Extended Community (RFC 8317, subtype 0x05) - I-SID Extended Community...