summaryrefslogtreecommitdiff
path: root/test/units/modules/system/interfaces_file/fixtures/golden_output/address_family_change_ipv4
blob: 9a2f5b0594409528b8e6dd5799425035accbfb4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
iface eth0 inet static
  address 192.168.0.42
  post-up echo configuring ipv4

iface eth0 inet6 static
  address fc00::1
  post-up echo configuring ipv6