[Bug 295222] net/isc-dhcp44-client
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 May 2026 10:02:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295222
Bug ID: 295222
Summary: net/isc-dhcp44-client
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: zi@FreeBSD.org
Reporter: johan@nosd.in
Assignee: zi@FreeBSD.org
Flags: maintainer-feedback?(zi@FreeBSD.org)
Created attachment 270630
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270630&action=edit
dual stack vlan-pcp support
Hi,
A french FTTH ISP only accept DHCP requests vlan tagged with priority. While
this is implemented in FreeBSD-Base dhclient through option "vlan-pcp", it does
not support DHCPv6.
Waiting for DHCPv6 support to be added in base dhclient, I think it would be
nice to support vlan-pcp in isc-dhcpd44-client.
So I ported the IPv4 side from base to isc-dhcp44-client, and added IPv6
support through setsockopt(info->wfdesc, IPPROTO_IPV6, IPV6_VLAN_PCP, &pcp,
sizeof(pcp).
Please see patch attached.
Could this be added as a patch in, p.e., files/vlanpcp.patch ?
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.