[systemd-devel] systemd-nspawn network-interface

poma pomidorabelisima at gmail.com
Thu Apr 13 14:08:13 UTC 2017


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. [...]



More information about the systemd-devel mailing list