]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - dhcp/patches/dhcp-4.2.5-PPP.patch
dhcp: Update to 4.2.5.
[people/ms/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.5-PPP.patch
similarity index 99%
rename from dhcp/patches/dhcp-4.2.4-PPP.patch
rename to dhcp/patches/dhcp-4.2.5-PPP.patch
index edb11bf3e7bf873be57b3a7c9641e918fa4f0378..1bc1e3fda957c25aa791c8b759c52a73a426ee06 100644 (file)
@@ -90,7 +90,7 @@ diff -up dhcp-4.2.4b1/common/lpf.c.PPP dhcp-4.2.4b1/common/lpf.c
 +++ dhcp-4.2.4b1/common/lpf.c  2012-04-16 17:37:23.256618582 +0200
 @@ -503,6 +503,22 @@ get_hw_addr(const char *name, struct har
                        hw->hbuf[0] = HTYPE_FDDI;
-                       memcpy(&hw->hbuf[1], sa->sa_data, 16);
+                       memcpy(&hw->hbuf[1], sa->sa_data, 6);
                        break;
 +#if defined(ARPHRD_PPP)
 +              case ARPHRD_PPP: