summaryrefslogtreecommitdiff
path: root/net-misc/dhcpcd/files
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-27 16:44:44 +0100
committerNick White <git@njw.me.uk>2009-06-27 16:44:44 +0100
commitc51c20599875907ce50c35b1008082f41f464ef0 (patch)
tree5b3c8d3a0f100d3366aa4785c86267d42ea78931 /net-misc/dhcpcd/files
parenta9bf340ec03137341af56f8a1191298ca0262cfe (diff)
downloadnjw-gentoo-local-c51c20599875907ce50c35b1008082f41f464ef0.tar.bz2
njw-gentoo-local-c51c20599875907ce50c35b1008082f41f464ef0.zip
Remove patched dhcpcd, as newer version has conf option for this
Diffstat (limited to 'net-misc/dhcpcd/files')
-rw-r--r--net-misc/dhcpcd/files/dontmindserverid.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-misc/dhcpcd/files/dontmindserverid.patch b/net-misc/dhcpcd/files/dontmindserverid.patch
deleted file mode 100644
index ecd6751..0000000
--- a/net-misc/dhcpcd/files/dontmindserverid.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- client.c 2009-04-17 20:20:40.000000000 +0100
-+++ client.c.new 2009-06-15 16:22:24.621453203 +0100
-@@ -1392,11 +1392,6 @@ handle_dhcp(struct if_state *state, stru
- logger(LOG_ERR, "ignoring message; no DHCP type");
- return 0;
- }
-- /* Every DHCP message should include ServerID */
-- if (get_option_addr(&addr.s_addr, dhcp, DHO_SERVERID) == -1) {
-- logger(LOG_ERR, "ignoring message; no Server ID");
-- return 0;
-- }
-
- /* Ensure that it's not from a blacklisted server.
- * We should expand this to check IP and/or hardware address