Hello

Regaining of the network-interface, as is stated in the manual, ain't happening;
man 1 systemd-nspawn
...
OPTIONS
...
--network-interface=
  Assign the specified network interface to the container.
  This will remove the specified interface from the calling namespace and
  place it in the container.
  When the container terminates,
  it is moved back to the host namespace. [...]

Given what's actually going on, should be stated;
--network-interface=
  Assign the specified network interface to the container.
  This will remove the specified interface from the calling namespace and
  place it in the container.
  When the container terminates,
  considering that the specified interface is not moved back to the host 
namespace,
  specific kernel module need to be reloaded to move it back to the host 
namespace. [...]

_______________________________________________
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to