concerto_client 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -511,6 +511,9 @@ module ConcertoConfig
511
511
  f.puts "# Concerto Live network configuration"
512
512
  f.puts "# Generated by netconfig.rb"
513
513
  f.puts "# Changes will be lost on reboot"
514
+ f.puts "auto lo"
515
+ f.puts "iface lo inet loopback"
516
+ f.puts ""
514
517
  f.puts "auto #{ifname}"
515
518
  f.puts "iface #{ifname} inet #{addressing_method.addressing_type}"
516
519
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concerto_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: