From: Andreas Steffen Date: Fri, 23 Apr 2010 10:38:30 +0000 (+0200) Subject: fixed optional dnsmasq.conf in the ikev2/dhcp-static-mac scenario X-Git-Tag: 4.4.0~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55fe05d489341100bfb3743c27dfe26a12ba0a4d;p=thirdparty%2Fstrongswan.git fixed optional dnsmasq.conf in the ikev2/dhcp-static-mac scenario --- diff --git a/testing/tests/ikev2/dhcp-static-mac/hosts/venus/etc/dnsmasq.conf b/testing/tests/ikev2/dhcp-static-mac/hosts/venus/etc/dnsmasq.conf index 2d35dfd641..e3729081f5 100644 --- a/testing/tests/ikev2/dhcp-static-mac/hosts/venus/etc/dnsmasq.conf +++ b/testing/tests/ikev2/dhcp-static-mac/hosts/venus/etc/dnsmasq.conf @@ -1,5 +1,7 @@ interface=eth0 dhcp-range=10.1.0.50,10.1.0.60,255.255.0.0,10.1.255.255 +dhcp-host=7a:a7:8f:fc:db:3b,10.1.0.30 +dhcp-host=7a:a7:35:78:bc:85,10.1.0.40 dhcp-option=option:router,10.1.0.1 dhcp-option=option:dns-server,10.1.0.20 dhcp-option=option:netbios-ns,10.1.0.10