Searched refs:interfaces (Results 1 - 7 of 7) sorted by relevance
/lxc/src/python-lxc/ |
H A D | lxc.c | 1029 char** interfaces = NULL; local 1033 /* Get the interfaces */ 1034 interfaces = self->container->get_interfaces(self->container); 1035 if (!interfaces) 1039 while (interfaces[i]) 1049 while (interfaces[i]) { 1050 if (!interfaces[i]) { 1055 PyObject *unicode = PyUnicode_FromString(interfaces[i]); 1067 while (interfaces[i]) { 1068 free(interfaces[ [all...] |
/lxc/src/lxc/tools/ |
H A D | lxc_ls.c | 644 char **interfaces = c->get_interfaces(c); local 645 if (!interfaces) 648 char *interface = lxc_string_join(", ", (const char **)interfaces, false); 650 lxc_free_array((void **)interfaces, free);
|
/lxc/config/init/common/ |
H A D | lxc-net.in | 131 --strict-order --bind-interfaces --pid-file="${varrun}"/dnsmasq.pid \ 164 # if $LXC_BRIDGE has attached interfaces, don't destroy the bridge
|
/lxc/src/lxc/ |
H A D | lxccontainer.c | 1782 char **interfaces = NULL; local 1792 SYSERROR("failed to fork task to get interfaces information"); 1810 /* Grab the list of interfaces */ 1812 SYSERROR("failed to get interfaces list"); 1816 /* Iterate through the interfaces */ 1840 if (array_contains(&interfaces, interface, count)) 1843 if(!add_to_array(&interfaces, interface, count)) 1850 free(interfaces[i]); 1851 free(interfaces); 1852 interfaces [all...] |
/lxc/templates/ |
H A D | lxc-alpine.in | 343 cat <<-EOF > etc/network/interfaces
|
H A D | lxc-debian.in | 86 cat <<EOF > $rootfs/etc/network/interfaces
|
H A D | lxc-ubuntu.in | 95 cat <<EOF > $rootfs/etc/network/interfaces 96 # This file describes the network interfaces available on your system 97 # and how to activate them. For more information, see interfaces(5).
|
Completed in 62 milliseconds