]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/0100-Add-infiniband-to-example-config-file.patch
squid: Apply fix for Squid Advisory SQUID-2015:2
[ipfire-2.x.git] / src / patches / dnsmasq / 0100-Add-infiniband-to-example-config-file.patch
CommitLineData
697b4f04
MT
1From 46c89f2bd0e0734889e4707202a5aaed24f74daa Mon Sep 17 00:00:00 2001
2From: John Hanks <griznog@gmail.com>
3Date: Tue, 26 May 2015 22:07:57 +0100
4Subject: [PATCH 100/113] Add infiniband to example config file.
5
6---
7 dnsmasq.conf.example | 7 +++++++
8 1 file changed, 7 insertions(+)
9
10diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
11index 67be99acb028..250a79204e8d 100644
12--- a/dnsmasq.conf.example
13+++ b/dnsmasq.conf.example
14@@ -251,6 +251,13 @@
15 # the IP address 192.168.0.60
16 #dhcp-host=id:01:02:02:04,192.168.0.60
17
18+# Always give the Infiniband interface with hardware address
19+# 80:00:00:48:fe:80:00:00:00:00:00:00:f4:52:14:03:00:28:05:81 the
20+# ip address 192.168.0.61. The client id is derived from the prefix
21+# ff:00:00:00:00:00:02:00:00:02:c9:00 and the last 8 pairs of
22+# hex digits of the hardware address.
23+#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
24+
25 # Always give the host with client identifier "marjorie"
26 # the IP address 192.168.0.60
27 #dhcp-host=id:marjorie,192.168.0.60
28--
292.1.0
30