diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-03-15 23:55:02 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-03-15 23:55:02 +0400 |
commit | ec667cff63b0c050fe9cbd909ec4450d850de676 (patch) | |
tree | 7fd81912c0f908185b2ae6b21e6fce4f19c86b08 /net-misc/dhcp | |
parent | [net-misc/dhcp] Enable infiniband in new version (diff) | |
download | sci-ec667cff63b0c050fe9cbd909ec4450d850de676.tar.gz sci-ec667cff63b0c050fe9cbd909ec4450d850de676.tar.bz2 sci-ec667cff63b0c050fe9cbd909ec4450d850de676.zip |
[net-misc/dhcp] Opps fix patch
(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/dhcp/files/dhcp-4.2.0-ib-options.patch | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index 2888d4c8e..83e47f176 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Mar 2012; Alexey Shvetsov <alexxy@gentoo.org> + files/dhcp-4.2.0-ib-options.patch: + [net-misc/dhcp] Opps fix patch + *dhcp-4.2.3_p1-r1 (15 Mar 2012) 15 Mar 2012; Alexey Shvetsov <alexxy@gentoo.org> +dhcp-4.2.3_p1-r1.ebuild, diff --git a/net-misc/dhcp/files/dhcp-4.2.0-ib-options.patch b/net-misc/dhcp/files/dhcp-4.2.0-ib-options.patch index 5127f52ba..383e54b0c 100644 --- a/net-misc/dhcp/files/dhcp-4.2.0-ib-options.patch +++ b/net-misc/dhcp/files/dhcp-4.2.0-ib-options.patch @@ -410,7 +410,8 @@ index 9911d70..6110b4f 100644 @@ -364,6 +364,7 @@ enum dhcp_token { GETHOSTBYNAME = 665, PRIMARY6 = 666, - SECONDARY6 = 667 +- SECONDARY6 = 667 ++ SECONDARY6 = 667, + BOOTP_BROADCAST_ALWAYS = 668 }; |