- 17 Jul, 2024 10 commits
-
-
Tom Niget authored
Nemu previously had an issue with PIDs above 4 hex digits (> 65535) where created network interfaces would have names of length exceeding IFNAMSIZ. These fixes have been upstreamed in nemu3. Problems around the @ notation used by iproute have also been fixed and/or upstreamed in nemu3. This reverts cfb2c159, 06f33ff2 and 27a27263.
-
Tom Niget authored
Same as demo, tests expect a clean work directory, otherwise weird behavior will occur.
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
-
Tom Niget authored
Python3 added automatic detection of leaked resources, which causes lots of warnings in Re6st, mostly because of unclosed subprocess streams.
-
Tom Niget authored
In the end, we should migrate completely to cryptography. A lot of bits of the legacy OpenSSL module are being deprecated, some that we use (notably signature and verification tools) already are.
-
Tom Niget authored
The demo expects its storage directory to be clean at start, otherwise undefined behavior will occur.
-
Tom Niget authored
style: stop using deprecated getargspec for rpc python3: migrate setup.py style: remove new-style class code from the Python2 days demo: properly escape screen command parameters bug: fix wrong sending of HMAC header causing test failure python3: revert changes from 90a624f0 in debian/control and re6stnet.spec setup: indicate minimum Python versions doc: update dependencies in readme style: revert pep8 changes Fix permission for ovpn-client and ovpn-server vcs: add test-related generated files to gitignore
-
- 29 Jan, 2024 1 commit
-
- 23 Jan, 2024 1 commit
-
-
Julien Muchembled authored
No need for more logging since the culprit is visible everywhere in routing tables.
-
- 19 Oct, 2023 1 commit
-
-
Joanne Hugé authored
-
- 21 Sep, 2023 1 commit
- 29 Jun, 2023 1 commit
-
-
Joanne Hugé authored
-
- 23 Jun, 2023 6 commits
-
-
Julien Muchembled authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Julien Muchembled authored
This fixes default packet redirection when merging multiple re6st networks. Nodes will then install multiple default routes for each re6st network with the correspond src-prefix. The changes include: - redistribute default route with src prefix on gateways - remove the now obsolete default option - if subtrees is not available in the kernel, delete src prefix from the default route and don't advertise the default route to other nodes - if there is no src prefix in the redistributed default route, add one to be retro-compatible with the old gateway behaviour
-
- 09 May, 2023 1 commit
-
-
Thomas Gambier authored
-
- 19 Oct, 2022 1 commit
-
-
Léo-Paul Géneau authored
Implement select in multicast.py to fix immediate return causing 100% cpu load See merge request !39
-
- 29 Sep, 2022 1 commit
-
-
Xiaowu Zhang authored
This reverts commit f9b112a7 python-unshare and python-passfd are dependencies of nemu: https://github.com/NightTsarina/nemu/blob/master/setup.py#L18, but nemu in pypi: https://pypi.org/project/nemu/0.3.1/ is outdated, it has no dependency defined so keep those here
-
- 27 Sep, 2022 3 commits
-
-
Julien Muchembled authored
This is required for 47f69a00 ("redistribute default routes with src-prefix").
-
Xiaowu Zhang authored
See merge request !38
-
Joanne Hugé authored
-
- 26 Sep, 2022 1 commit
-
-
Joanne Hugé authored
-
- 21 Sep, 2022 1 commit
-
-
Joanne Hugé authored
For instance 89.30.119.100 has an entry in the geoip2 database without country key
-
- 29 Aug, 2022 11 commits
-
-
Xiaowu Zhang authored
anyway, let test failed if any error
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
zhifan huang authored
-
zhifan huang authored
modify fixnemu device name comment, remove extra line, space, remove dup definition, eek
-
zhifan huang authored
Remove duplicate definitions of DEMO_DIR, and define it in the tests module
-
zhifan huang authored
-