Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "failed to open netns" error in RISCV64.
The method bellow can be used to verify the modification in riscv64. 1. Create a test.py file with the following content. from pyroute2 import IPDB, NetNS with IPDB(NetNS("test")) as ipdb_ns: print(ipdb_ns) 2. Run the following command to see if there exists any error. ip netns add test python3 test.py Signed-off-by: zhouliang-eswin <[email protected]>
- Loading branch information