Leonard Crestez
Leonard Crestez
This contains the minimum required to show that TCP authentication can work between BGP peers. The kernel part is still a RFC, this was posted here early mainly to get...
- VSCode Version: 1.66.2 - Local OS Version: Both Mac and Windows - Remote OS Version: Linux - Remote Extension/Connection Type: SSH Steps to Reproduce: 1. Add an "Include" statement...
Implemented only in OSFS but with tests in FSTestCases Signed-off-by: Leonard Crestez Not tested on windows
Looking inside the code (Session.prepareSysPath) it seems that "code-directories" paths are relative to the --top-level-directory. If that's not specified (and it can't seem to be specified from the config file)...
``` $ docker run -it python:3.10 pip install nsenter Collecting nsenter Downloading nsenter-0.2-py3-none-any.whl (12 kB) Collecting contextlib2 Downloading contextlib2-21.6.0-py2.py3-none-any.whl (13 kB) Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting pathlib Downloading...
This works with Linux patches from here: https://github.com/cdleonard/linux/commits/tcp_authopt Upstream RFC: https://www.notion.so/TCP-AuthOpt-b4c58f69d3eb44e48f7acd4997ec1e7e#f79df14201ee4619adaaa0524458c049 ABI is unstable so this shouldn't be merged but feedback is welcome. Signed-off-by: Leonard Crestez
Right now tap assumes that unknown messages are diagnostics for the preceding "ok"/"not ok" line. In some cases it would be very nice and natural to reverse this. It also...
I'm looking for a while to resync addresses inside a nl_cache (like nl_cache_resync) but for a single interface. The kernel appears to support filtering RTM_GETADDR by ifindex but I can't...
It seems that pytest.mark.skip only works on specific mypy tests. * It's not possible to use pytestmark at the module level. * It's not possible to use pytest.skip(allow_module_level=True) either This...
Example usage: ``` docker run -v "$PWD:/workdir" --workdir=/workdir -it mvdan/shfmt -w ./script.sh ``` If changes are made the uid/gid of script.sh is changed to 0:0, likely because the process inside...