80-container-vz.network 664 B

12345678910111213141516171819202122
  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 bridge interface created by systemd-nspawn's
  8. # --network-zone= switch. See systemd-nspawn(1) for details.
  9. [Match]
  10. Name=vz-*
  11. Driver=bridge
  12. [Network]
  13. # Default to using a /24 prefix, giving up to 253 addresses per virtual network.
  14. Address=0.0.0.0/24
  15. LinkLocalAddressing=yes
  16. DHCPServer=yes
  17. IPMasquerade=yes
  18. LLDP=yes
  19. EmitLLDP=customer-bridge