Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052

pull/2066/head
grossmj 2 years ago
parent fe037a5f1c
commit 1837850894

@ -298,6 +298,8 @@ class DockerVM(BaseNode):
# This is a sample network config, please uncomment lines to configure the network
#
# Uncomment this line to load custom interface files
# source /etc/network/interfaces.d/*
""")
for adapter in range(0, self.adapters):
f.write("""

Loading…
Cancel
Save