Leonard Crestez
Leonard Crestez
A different unrelated kernel implementation was posted upstream: https://lore.kernel.org/netdev/[email protected]/ ABI feedback might be useful.
Posted v8 upstream: https://lore.kernel.org/netdev/[email protected]/ Major difference is that key rollover can now be handled entirely inside the kernel so this would greatly simplify userspace (no more timers required).
Vim supports using CTRL-W Left and CTRL-W Right to switch diff panes but not vscodevim. This is very useful for navigation and diff editing. It appears that attempting "window switch"...
As far as I can tell nl_cache_resync doesn't actually work on a socket with multiple types of caches (for example link, addr and neigh). If an unrelated notification (for example...
I recently ran into this and created a repo which reproduces the issue standalone: https://github.com/cdleonard/click-pytest-issue The problem seems to be that the stdio capturing of pytest and click does not...
flit 3.8 adds an `--only-deps` option which looks like it should work but it still requires the package source code to be available. I was able to work around this...
> @cdleonard -> looks like tcp-ao got into the kernel. Any possibility you can pick this up again? Sorry but no (notice how I closed the PR). Somebody else should...
The following seems to work fine for caching dependencies inside a docker file: `RUN hatch dep show requirements | xargs pip install`
I'm working on linux support and feedback would be welcome, especially regarding ABI. https://lore.kernel.org/netdev/01383a8751e97ef826ef2adf93bfde3a08195a43.1626693859.git.cdleonard@gmail.com/ https://github.com/cdleonard/linux/commits/tcp_authopt I tested interop using yabgp: https://github.com/smartbgp/yabgp/pull/122
Posted https://github.com/FRRouting/frr/pull/9442