aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/moon
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-06 18:26:39 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 15:22:10 +0100
commit261cf0e395ec43634e49e3f431cd189d69f03edc (patch)
treed3b94d24c6b8e178a8b8423e838e0f40eaf257e1 /testing/hosts/moon
parent2d1577d661c02753ad7c9b34f993a7c340706679 (diff)
downloadstrongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.bz2
strongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.xz
Drop build-hostconfig script
Use processed host configurations directly instead.
Diffstat (limited to 'testing/hosts/moon')
-rw-r--r--testing/hosts/moon/etc/network/interfaces8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/hosts/moon/etc/network/interfaces b/testing/hosts/moon/etc/network/interfaces
index df85cc139..fde2f102f 100644
--- a/testing/hosts/moon/etc/network/interfaces
+++ b/testing/hosts/moon/etc/network/interfaces
@@ -3,19 +3,19 @@ iface lo inet loopback
auto eth0
iface eth0 inet static
- address PH_IP_MOON
+ address 192.168.0.1
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.254
iface eth0 inet6 static
- address PH_IP6_MOON
+ address fec0::1
netmask 16
auto eth1
iface eth1 inet static
- address PH_IP_MOON1
+ address 10.1.0.1
netmask 255.255.0.0
broadcast 10.1.255.255
iface eth1 inet6 static
- address PH_IP6_MOON1
+ address fec1::1
netmask 16