diff options
Diffstat (limited to 'charms/trusty/neutron-contrail/scripts/interfaces')
-rw-r--r-- | charms/trusty/neutron-contrail/scripts/interfaces | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/charms/trusty/neutron-contrail/scripts/interfaces b/charms/trusty/neutron-contrail/scripts/interfaces new file mode 100644 index 0000000..0356643 --- /dev/null +++ b/charms/trusty/neutron-contrail/scripts/interfaces @@ -0,0 +1,7 @@ +# 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 + |