]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Add infiniband to example config file.
authorJohn Hanks <griznog@gmail.com>
Tue, 26 May 2015 21:07:57 +0000 (22:07 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 26 May 2015 21:07:57 +0000 (22:07 +0100)
dnsmasq.conf.example

index 67be99acb028d8db296311fe962adcaf5ff92d20..250a79204e8d451d3733da25babea4f1d26fff38 100644 (file)
 # the IP address 192.168.0.60
 #dhcp-host=id:01:02:02:04,192.168.0.60
 
+# Always give the Infiniband interface with hardware address
+# 80:00:00:48:fe:80:00:00:00:00:00:00:f4:52:14:03:00:28:05:81 the
+# ip address 192.168.0.61. The client id is derived from the prefix
+# ff:00:00:00:00:00:02:00:00:02:c9:00 and the last 8 pairs of
+# hex digits of the hardware address.
+#dhcp-host=id:ff:00:00:00:00:00:02:00:00:02:c9:00:f4:52:14:03:00:28:05:81,192.168.0.61
+
 # Always give the host with client identifier "marjorie"
 # the IP address 192.168.0.60
 #dhcp-host=id:marjorie,192.168.0.60