Searched refs:nics (Results 1 - 7 of 7) sorted by relevance

/lxc/src/tests/
H A Dlxc-test-usernic.in37 sed -i '/usernic-user/d' /run/lxc/nics /etc/lxc/lxc-usernet
189 # Shut down and restart the container, should be able to assign more nics
H A Dlxc-test-apparmor-mount54 sed -i '/lxcunpriv/d' /run/lxc/nics /etc/lxc/lxc-usernet
H A Dlxc-test-unpriv76 sed -i '/lxcunpriv/d' /run/lxc/nics /etc/lxc/lxc-usernet
/lxc/templates/
H A Dlxc-gentoo.in684 nics=`grep -e '^lxc\.network\.type[ \t]*=[ \t]*veth' ${conf_file} | wc -l`
685 if [ $nics -eq 1 ]; then
H A Dlxc-ubuntu-cloud.in63 nics=`grep -e '^lxc\.network\.type[ \t]*=[ \t]*veth' $path/config | wc -l`
64 if [ $nics -eq 1 ]; then
H A Dlxc-debian.in389 nics=$(grep -ce '^lxc\.network\.type[ \t]*=[ \t]*veth' "$path/config")
390 if [ "$nics" -eq 1 ]; then
H A Dlxc-ubuntu.in506 nics=`grep -e '^lxc\.network\.type[ \t]*=[ \t]*veth' $path/config | wc -l`
507 if [ $nics -eq 1 ]; then

Completed in 14 milliseconds