80-container-host0.network 605 B

1234567891011121314151617181920212223
  1. # This file is part of systemd.
  2. #
  3. # systemd is free software; you can redistribute it and/or modify it
  4. # under the terms of the GNU Lesser General Public License as published by
  5. # the Free Software Foundation; either version 2.1 of the License, or
  6. # (at your option) any later version.
  7. # This network file matches the container-side of the virtual Ethernet link
  8. # created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for
  9. # details.
  10. [Match]
  11. Virtualization=container
  12. Name=host0
  13. [Network]
  14. DHCP=yes
  15. LinkLocalAddressing=yes
  16. LLDP=yes
  17. EmitLLDP=customer-bridge
  18. [DHCP]
  19. UseTimezone=yes