10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
|
# Interfaces managed by Chef. Changes will be overwritten.
|
||
|
# This file describes the network interfaces available on your system
|
||
|
# and how to activate them. For more information, see interfaces(5).
|
||
|
|
||
|
# The loopback network interface
|
||
|
auto lo
|
||
|
iface lo inet loopback
|
||
|
|
||
|
source /etc/network/interfaces.d/*
|