]> xenbits.xen.org Git - xenclient/build.git/commitdiff
Correct gateway IP address in wireless DHCP config
authorAndrew McNeil <andrewmcn@Sulaco.uk.xensource.com>
Tue, 27 Oct 2009 18:57:19 +0000 (18:57 +0000)
committerAndrew McNeil <andrewmcn@Sulaco.uk.xensource.com>
Tue, 27 Oct 2009 18:57:19 +0000 (18:57 +0000)
target/generic/target_xenclient_skeleton/etc/udhcpd.brwireless

index 15397562b293161c9096b575150ae50e296ab5a6..d7066a8a6b61be18533bb9e8ad77cdfab7b50123 100644 (file)
@@ -1,6 +1,6 @@
 start          172.16.26.10
 end            172.16.26.100
 interface      brwireless
-opt dns                172.16.25.1
-opt router     172.16.25.1
+opt dns                172.16.26.1
+opt router     172.16.26.1
 opt subnet     255.255.255.0