mirror of
https://github.com/lxc/python3-lxc.git
synced 2026-02-05 18:48:46 +01:00
69c41ef51363539226fa362be6f459d39ff1e2cc
When the host has kernel module sit or ipip inserted, additional network interfaces sit0 and/or tunl0 would appear inside the container by default as well, which fails the api_test. This change append sit0/tunl0 to expected interfaces when applicable. Closes: #2 Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
python3-lxc
This repository provides python3 bindings for the LXC container API.
Build
- Build:
python3 setup.py build - Install:
python3 setup.py install - Build rpm:
python3 setup.py bdist_rpm
Description
Languages
C
74.5%
Python
25.5%