public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [RFC] LXC and network namespace issue
@ 2014-02-27 13:21 V. Lavrov
  0 siblings, 0 replies; only message in thread
From: V. Lavrov @ 2014-02-27 13:21 UTC (permalink / raw)
  To: netdev

The problem with stoping/restarting the container.

Upon completion of the container, the parent process received signal SIGCHLD and exit code (by waitpid()).

During the 10-25ms after the completion of the container, we can not create vlan-interface (for restart).
The system returns an error codeEEXIST.

Another problem with the network interface type "phys".
Before running the container we save ifindex network physical interface (by if_nametoindex()).
We need to restore the name of network interface have the type phys (by saved ifindex) upon completion of the container,
  but the system returns an error ENODEV. 10-25 ms later the action is completed successfully!

Is there a way to wait for the release of all resources (from userspace)?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-27 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 13:21 [RFC] LXC and network namespace issue V. Lavrov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox