Summary: | net-misc/dhcp - dhclient (ipv6) not enabled for ppp devices | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreas Steinmetz <ast> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | kaffeemonster, O01eg, patrakov |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugzilla.redhat.com/show_bug.cgi?id=626514 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
dhclient ppp fix
patch adapted for dhcp-4.3.1 |
Description
Andreas Steinmetz
2012-08-25 01:20:18 UTC
Created attachment 322144 [details, diff] dhclient ppp fix The patch fixes dhclient to be usable on ppp devices. It is based on https://lists.isc.org/pipermail/dhcp-users/attachments/20100426/9deb431f/attachment.bin and enhanced to generate a DUID necessary for dhclient operation. With the attached patch "dhclient -S ppp0" succeeds for me. I can confirm. Without this patch all i get is: Bound to *:546 Unsupported device type 512 for "ppp0" This is becomming a little bit important. The biggest german ISP is now starting to roll out native IPv6. PPP will only handshake a link local addr, everything else (dns, delegated prefix, etc) needs DHCPv6 over PPP. from the Fedora Bug report, this seems the way it is supposed to be: https://datatracker.ietf.org/doc/draft-ietf-v6ops-ipv6-cpe-router/ The patch no longer applies Created attachment 389858 [details, diff]
patch adapted for dhcp-4.3.1
(In reply to Andreas Steinmetz from comment #1) can you post a link to the dhcp-users mailing that attachment came from ? |