netsetgo
netsetgo copied to clipboard
A small binary to help setup network namespaces for containers.
netsetgo works fine on Ubuntu 20.04, but when I switch to Centos6 and run netsetgo, I get an "ERROR - operation not supported" message. uname -a ``` Linux testvul 2.6.32-220.4.1.el6.centos.plus.x86_64...
If we run netsetgo into an existing container with a default route already set, the error below is returned: ERROR - file exists and exit code is 1. But if...
Currently lxc allows the newly created container to connect to an already created bridge, like lxcbr0 (lxc bridge) or virbr0 (created by libvirt). instead of creating a new bridge and...